summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2026-06-05bridge: use BR_PROMISC_BITEric Dumazet2-3/+3
2026-06-05bridge: add a READ_ONCE() in br_timer_value()Eric Dumazet1-1/+1
2026-06-04bridge: mcast: Synchronously shutdown port multicast timersIdo Schimmel1-2/+4
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2026-06-04net: bridge: don't recurse on the port's netdev ops lockJakub Kicinski1-2/+5
2026-06-01netfilter: bridge: make ebt_snat ARP rewrite writableYiming Qian1-0/+3
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-19/+59
2026-05-27bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel2-9/+22
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel1-10/+7
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal2-0/+10
2026-05-24netfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal1-0/+4
2026-05-22netfilter: ebtables: fix OOB read in compat_mtw_from_userFlorian Westphal1-0/+30
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+32
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet1-0/+10
2026-05-20net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()Eric Dumazet1-2/+0
2026-05-19bridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel1-5/+17
2026-05-19bridge: Add missing READ_ONCE() annotations around FDB destination portIdo Schimmel3-5/+6
2026-05-16netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi1-1/+5
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-51/+60
2026-05-14bridge: Add per-VLAN netlink handling for neigh_forward_gratDanielle Ratson2-2/+23
2026-05-14bridge: Add port-level netlink handling for neigh_forward_gratDanielle Ratson1-1/+7
2026-05-14bridge: Add selective forwarding of gratuitous neighbor announcementsDanielle Ratson3-4/+35
2026-05-14bridge: Add internal flags for neigh_forward_gratDanielle Ratson1-0/+1
2026-05-08netfilter: bridge: eb_tables: close module init raceFlorian Westphal1-5/+6
2026-05-08netfilter: ebtables: close dangling table module init raceFlorian Westphal3-20/+14
2026-05-08netfilter: ebtables: move to two-stage removal schemeFlorian Westphal4-26/+40
2026-05-04ipv6: mld: encode multicast exponential fieldsUjjal Roy1-2/+2
2026-05-04ipv4: igmp: encode multicast exponential fieldsUjjal Roy1-8/+6
2026-05-04ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy1-1/+1
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy1-1/+1
2026-04-30bridge: Do not suppress ARP probes and DAD NS unconditionallyDanielle Ratson1-5/+11
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-40/+0
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski3-40/+0
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang2-13/+23
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin4-8/+38
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2026-04-03bridge: guard local VLAN-0 FDB helpers against NULL vlan groupZijing Yin1-0/+6
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+13
2026-03-31bridge: mrp: reject zero test interval to avoid OOM panicXiang Mei1-2/+2
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera2-13/+6
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera1-2/+1
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-1/+0
2026-03-27bridge: br_nd_send: validate ND option lengthsYang Yang1-2/+4
2026-03-27bridge: br_nd_send: linearize skb before parsing ND optionsYang Yang1-5/+7
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-03-19bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreignEric Woudstra3-1/+31
2026-03-12bridge: cfm: Fix race condition in peer_mep deletionHyunwoo Kim1-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+35
2026-03-05net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera2-2/+2
2026-02-26bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson2-3/+33