summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin-8/+38
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2026-04-03bridge: guard local VLAN-0 FDB helpers against NULL vlan groupZijing Yin-0/+6
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+13
2026-03-31bridge: mrp: reject zero test interval to avoid OOM panicXiang Mei-2/+2
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera-13/+6
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-2/+1
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-1/+0
2026-03-27bridge: br_nd_send: validate ND option lengthsYang Yang-2/+4
2026-03-27bridge: br_nd_send: linearize skb before parsing ND optionsYang Yang-5/+7
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2026-03-19bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreignEric Woudstra-1/+31
2026-03-12bridge: cfm: Fix race condition in peer_mep deletionHyunwoo Kim-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+35
2026-03-05net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera-2/+2
2026-02-26bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson-3/+33
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-22/+22
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal-21/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-22/+22
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-27/+18
2026-02-17net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov-27/+18
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska-3/+3
2026-02-03net: bridge: use sysfs_emit instead of sprintfDavid Corvaglia-75/+73
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2026-01-28net: bridge: fix static key checkMartin Kaiser-1/+1
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang-1/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal-2/+1
2026-01-09net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet-14/+18
2026-01-04Merge tag 'nf-26-01-02' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-1/+1
2026-01-04bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht-4/+7
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez-1/+1
2025-12-28net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya-0/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+22
2025-11-06net: bridge: fix MST static key usageNikolay Aleksandrov-2/+14
2025-11-06net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov-6/+8
2025-10-27net: bridge: Flush multicast groups when snooping is disabledPetr Machata-0/+9
2025-10-21net: bridge: use common function to compute the featuresHangbin Liu-19/+3
2025-10-14net: bridge: correct debug message function name in br_fill_ifinfoAlok Tiwari-1/+1
2025-10-08bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra-1/+1
2025-09-23net: bridge: Install FDB for bridge MAC on VLAN 0Petr Machata-0/+5
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari-7/+7
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-0/+11
2025-09-11net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0Petr Machata-0/+120
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Skip local FDBs on VLAN creationPetr Machata-4/+6
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBsPetr Machata-1/+4
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBsPetr Machata-5/+8