summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2024-12-20net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDINGPetr Machata-0/+40
2024-12-20net: bridge: Extract a helper to handle bridge_binding togglesPetr Machata-6/+14
2024-12-17net: bridge: constify 'struct bin_attribute'Thomas Weißschuh-3/+3
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet-1/+2
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata-8/+9
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata-6/+8
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong-5/+6
2024-11-09bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel-7/+2
2024-11-07ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault-1/+1
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-2/+8
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet-1/+1
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima-1/+5
2024-10-15net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall-8/+1
2024-10-15netfilter: nf_tables: replace deprecated strncpy with strscpy_padJustin Stitt-1/+1
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao-1/+7
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+22
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima-13/+17
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin-0/+5
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault-3/+5
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2024-10-02bridge: mcast: Fail MDB get request on empty entryIdo Schimmel-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-09netfilter: br_netfilter: Unmask upper DSCP bits in br_nf_pre_routing_finish()Ido Schimmel-1/+2
2024-09-06Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-6/+4
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+2
2024-09-04net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski-4/+2
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-2/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+2
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal-5/+3
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen-1/+1
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal-1/+1
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal-1/+5
2024-08-05net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov-3/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-07-15net: bridge: mst: Check vlan state for egress decisionElliot Ayrey-2/+2
2024-06-24netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage.Sebastian Andrzej Siewior-4/+16
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+6
2024-06-12net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov-1/+1
2024-06-12net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov-6/+5
2024-06-05net: bridge: fix an inconsistent indentationChen Hanxiao-2/+2
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan-3/+3
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski-8/+11
2024-05-15net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov-6/+10
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov-0/+6
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+7
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau-2/+7
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1