summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2026-06-05bridge: read p->flags once in br_port_fill_attrs()Eric Dumazet
2026-06-05bridge: provide lockless access to p->config_pendingEric Dumazet
2026-06-05bridge: provide lockless access to p->port_idEric Dumazet
2026-06-05bridge: provide lockless access to p->priorityEric Dumazet
2026-06-05bridge: provide lockless access to p->designated_portEric Dumazet
2026-06-05bridge: provide lockless access to p->designated_costEric Dumazet
2026-06-05bridge: provide lockless access to p->path_costEric Dumazet
2026-06-05bridge: use BR_ADMIN_COST_BITEric Dumazet
2026-06-05bridge: use BR_PROMISC_BITEric Dumazet
2026-06-05bridge: add a READ_ONCE() in br_timer_value()Eric Dumazet
2026-06-04bridge: mcast: Synchronously shutdown port multicast timersIdo Schimmel
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04net: bridge: don't recurse on the port's netdev ops lockJakub Kicinski
2026-06-01netfilter: bridge: make ebt_snat ARP rewrite writableYiming Qian
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-27bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal
2026-05-24netfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal
2026-05-22netfilter: ebtables: fix OOB read in compat_mtw_from_userFlorian Westphal
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet
2026-05-20net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()Eric Dumazet
2026-05-19bridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel
2026-05-19bridge: Add missing READ_ONCE() annotations around FDB destination portIdo Schimmel
2026-05-16netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14bridge: Add per-VLAN netlink handling for neigh_forward_gratDanielle Ratson
2026-05-14bridge: Add port-level netlink handling for neigh_forward_gratDanielle Ratson
2026-05-14bridge: Add selective forwarding of gratuitous neighbor announcementsDanielle Ratson
2026-05-14bridge: Add internal flags for neigh_forward_gratDanielle Ratson
2026-05-08netfilter: bridge: eb_tables: close module init raceFlorian Westphal
2026-05-08netfilter: ebtables: close dangling table module init raceFlorian Westphal
2026-05-08netfilter: ebtables: move to two-stage removal schemeFlorian Westphal
2026-05-04ipv6: mld: encode multicast exponential fieldsUjjal Roy
2026-05-04ipv4: igmp: encode multicast exponential fieldsUjjal Roy
2026-05-04ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy
2026-04-30bridge: Do not suppress ARP probes and DAD NS unconditionallyDanielle Ratson
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-03bridge: guard local VLAN-0 FDB helpers against NULL vlan groupZijing Yin
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-31bridge: mrp: reject zero test interval to avoid OOM panicXiang Mei
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera