summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2025-11-13net: bridge: fix MST static key usageNikolay Aleksandrov3-2/+14
2025-11-13net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov3-6/+8
2025-11-13net: bridge: Install FDB for bridge MAC on VLAN 0Petr Machata1-0/+5
2025-11-13bridge: Redirect to backup port when port is administratively downIdo Schimmel1-1/+2
2025-10-19bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra1-1/+1
2025-09-19net: bridge: Bounce invalid booloptsPetr Machata1-0/+7
2025-09-09netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang1-3/+0
2025-08-28net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang2-0/+18
2025-07-24net: bridge: Do not offload IGMP/MLD messagesJoseph Huang1-0/+3
2025-06-27net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang1-8/+69
2025-06-27net: bridge: mcast: update multicast contex when vlan state is changedYong Wang3-3/+38
2025-06-19netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang1-6/+6
2025-05-29bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel2-5/+3
2025-05-29bridge: mdb: Allow replace of a host-joined groupPetr Machata1-1/+1
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski1-1/+3
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-3/+5
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima3-13/+17
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-10-03bridge: mcast: Fail MDB get request on empty entryIdo Schimmel1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-09netfilter: br_netfilter: Unmask upper DSCP bits in br_nf_pre_routing_finish()Ido Schimmel1-1/+2
2024-09-07Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski3-6/+4
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2024-09-05net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-2/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+2
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal2-5/+3
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen1-1/+1
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal1-1/+1
2024-08-15netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal1-1/+5
2024-08-06net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov1-3/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-07-15net: bridge: mst: Check vlan state for egress decisionElliot Ayrey1-2/+2
2024-06-25netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage.Sebastian Andrzej Siewior1-4/+16
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+6
2024-06-13net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov1-1/+1
2024-06-13net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov1-6/+5
2024-06-05net: bridge: fix an inconsistent indentationChen Hanxiao1-2/+2
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-3/+3
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski3-8/+11
2024-05-15net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-01net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau1-1/+1