summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2026-06-19netfilter: bridge: make ebt_snat ARP rewrite writableYiming Qian
2026-06-19netfilter: ebtables: fix OOB read in compat_mtw_from_userFlorian Westphal
2026-06-01bridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel
2026-06-01net: bridge: Flush multicast groups when snooping is disabledPetr Machata
2026-05-17net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang
2026-04-11bridge: br_nd_send: validate ND option lengthsYang Yang
2026-04-11bridge: br_nd_send: linearize skb before parsing ND optionsYang Yang
2026-03-25net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera
2026-03-04net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov
2026-02-11netfilter: replace -EEXIST with -EBUSYDaniel Gomez
2026-02-06net: bridge: fix static key checkMartin Kaiser
2026-01-30bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel
2026-01-30net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet
2026-01-30net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf
2026-01-17bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo
2026-01-11net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya
2026-01-11netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2025-11-24net: bridge: fix MST static key usageNikolay Aleksandrov
2025-11-24net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov
2025-11-24net: bridge: Install FDB for bridge MAC on VLAN 0Petr Machata
2025-11-24bridge: Redirect to backup port when port is administratively downIdo Schimmel
2025-10-19bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra
2025-10-19netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal
2025-09-19net: bridge: Bounce invalid booloptsPetr Machata
2025-09-09netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang
2025-08-28net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang
2025-07-24net: bridge: Do not offload IGMP/MLD messagesJoseph Huang
2025-06-27net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang
2025-06-27net: bridge: mcast: update multicast contex when vlan state is changedYong Wang
2025-06-19netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang
2025-06-04bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel
2025-06-04bridge: mdb: Allow replace of a host-joined groupPetr Machata
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2024-10-17bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-08-29netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal
2024-08-14net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov
2024-08-03net: bridge: mst: Check vlan state for egress decisionElliot Ayrey
2024-06-21net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov
2024-06-21net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov
2024-06-12net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov
2024-06-12net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-05-02bridge/br_netlink.c: no need to return void functionHangbin Liu