summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
10 daysnetfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leakFlorian Westphal1-1/+3
10 daysnetfilter: nft_meta_bridge: add validate callback for get operationsFlorian Westphal1-1/+18
2026-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+9
2026-06-13net: bridge: use atomic ops to read/change p->flags (III)Eric Dumazet6-11/+12
2026-06-13net: bridge: use atomic ops to read/change p->flags (II)Eric Dumazet4-21/+21
2026-06-13net: bridge: use atomic ops to read/change p->flags (I)Eric Dumazet3-23/+16
2026-06-13bridge: use atomic ops to read/change p->flags in br_netlink.cEric Dumazet1-40/+51
2026-06-13bridge: use atomic ops to read/change p->flags in sysfsEric Dumazet1-28/+32
2026-06-12bridge: cfm: reject invalid CCM interval at configuration timeXiang Mei2-1/+9
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+16
2026-06-10netfilter: nft_meta_bridge: fix stale stack leak via IIFHWADDR registerDavide Ornaghi1-0/+2
2026-06-10netfilter: revalidate bridge portsFlorian Westphal2-6/+14
2026-06-06bridge: read p->flags once in br_port_fill_attrs()Eric Dumazet1-20/+21
2026-06-06bridge: provide lockless access to p->config_pendingEric Dumazet5-9/+9
2026-06-06bridge: provide lockless access to p->port_idEric Dumazet4-5/+5
2026-06-06bridge: provide lockless access to p->priorityEric Dumazet3-3/+3
2026-06-06bridge: provide lockless access to p->designated_portEric Dumazet5-6/+7
2026-06-06bridge: provide lockless access to p->designated_costEric Dumazet4-15/+22
2026-06-06bridge: provide lockless access to p->path_costEric Dumazet6-11/+16
2026-06-06bridge: use BR_ADMIN_COST_BITEric Dumazet2-2/+2
2026-06-06bridge: use BR_PROMISC_BITEric Dumazet2-3/+3
2026-06-06bridge: add a READ_ONCE() in br_timer_value()Eric Dumazet1-1/+1
2026-06-05bridge: mcast: Synchronously shutdown port multicast timersIdo Schimmel1-2/+4
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2026-06-05net: 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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-19/+59
2026-05-28bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel2-9/+22
2026-05-28bridge: 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-22Merge 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-21net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()Eric Dumazet1-2/+0
2026-05-20bridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel1-5/+17
2026-05-20bridge: 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-05ipv6: mld: encode multicast exponential fieldsUjjal Roy1-2/+2
2026-05-05ipv4: igmp: encode multicast exponential fieldsUjjal Roy1-8/+6
2026-05-05ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy1-1/+1
2026-05-05ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy1-1/+1