index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leak
Florian Westphal
1
-1
/
+3
10 days
netfilter: nft_meta_bridge: add validate callback for get operations
Florian Westphal
1
-1
/
+18
2026-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+9
2026-06-13
net: bridge: use atomic ops to read/change p->flags (III)
Eric Dumazet
6
-11
/
+12
2026-06-13
net: bridge: use atomic ops to read/change p->flags (II)
Eric Dumazet
4
-21
/
+21
2026-06-13
net: bridge: use atomic ops to read/change p->flags (I)
Eric Dumazet
3
-23
/
+16
2026-06-13
bridge: use atomic ops to read/change p->flags in br_netlink.c
Eric Dumazet
1
-40
/
+51
2026-06-13
bridge: use atomic ops to read/change p->flags in sysfs
Eric Dumazet
1
-28
/
+32
2026-06-12
bridge: cfm: reject invalid CCM interval at configuration time
Xiang Mei
2
-1
/
+9
2026-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+16
2026-06-10
netfilter: nft_meta_bridge: fix stale stack leak via IIFHWADDR register
Davide Ornaghi
1
-0
/
+2
2026-06-10
netfilter: revalidate bridge ports
Florian Westphal
2
-6
/
+14
2026-06-06
bridge: read p->flags once in br_port_fill_attrs()
Eric Dumazet
1
-20
/
+21
2026-06-06
bridge: provide lockless access to p->config_pending
Eric Dumazet
5
-9
/
+9
2026-06-06
bridge: provide lockless access to p->port_id
Eric Dumazet
4
-5
/
+5
2026-06-06
bridge: provide lockless access to p->priority
Eric Dumazet
3
-3
/
+3
2026-06-06
bridge: provide lockless access to p->designated_port
Eric Dumazet
5
-6
/
+7
2026-06-06
bridge: provide lockless access to p->designated_cost
Eric Dumazet
4
-15
/
+22
2026-06-06
bridge: provide lockless access to p->path_cost
Eric Dumazet
6
-11
/
+16
2026-06-06
bridge: use BR_ADMIN_COST_BIT
Eric Dumazet
2
-2
/
+2
2026-06-06
bridge: use BR_PROMISC_BIT
Eric Dumazet
2
-3
/
+3
2026-06-06
bridge: add a READ_ONCE() in br_timer_value()
Eric Dumazet
1
-1
/
+1
2026-06-05
bridge: mcast: Synchronously shutdown port multicast timers
Ido Schimmel
1
-2
/
+4
2026-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2026-06-05
net: bridge: don't recurse on the port's netdev ops lock
Jakub Kicinski
1
-2
/
+5
2026-06-01
netfilter: bridge: make ebt_snat ARP rewrite writable
Yiming Qian
1
-0
/
+3
2026-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-19
/
+59
2026-05-28
bridge: Fix sleep in atomic context in sysfs path
Ido Schimmel
2
-9
/
+22
2026-05-28
bridge: Fix sleep in atomic context in netlink path
Ido Schimmel
1
-10
/
+7
2026-05-24
netfilter: add option for GCOV profiling
Florian Westphal
2
-0
/
+10
2026-05-24
netfilter: x_tables: disable 32bit compat interface in user namespaces
Florian Westphal
1
-0
/
+4
2026-05-22
netfilter: ebtables: fix OOB read in compat_mtw_from_user
Florian Westphal
1
-0
/
+30
2026-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-6
/
+32
2026-05-21
net: bridge: prevent too big nested attributes in br_fill_linkxstats()
Eric Dumazet
1
-0
/
+10
2026-05-21
net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()
Eric Dumazet
1
-2
/
+0
2026-05-20
bridge: mcast: Fix a possible use-after-free when removing a bridge port
Ido Schimmel
1
-5
/
+17
2026-05-20
bridge: Add missing READ_ONCE() annotations around FDB destination port
Ido Schimmel
3
-5
/
+6
2026-05-16
netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()
Lorenzo Bianconi
1
-1
/
+5
2026-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-51
/
+60
2026-05-14
bridge: Add per-VLAN netlink handling for neigh_forward_grat
Danielle Ratson
2
-2
/
+23
2026-05-14
bridge: Add port-level netlink handling for neigh_forward_grat
Danielle Ratson
1
-1
/
+7
2026-05-14
bridge: Add selective forwarding of gratuitous neighbor announcements
Danielle Ratson
3
-4
/
+35
2026-05-14
bridge: Add internal flags for neigh_forward_grat
Danielle Ratson
1
-0
/
+1
2026-05-08
netfilter: bridge: eb_tables: close module init race
Florian Westphal
1
-5
/
+6
2026-05-08
netfilter: ebtables: close dangling table module init race
Florian Westphal
3
-20
/
+14
2026-05-08
netfilter: ebtables: move to two-stage removal scheme
Florian Westphal
4
-26
/
+40
2026-05-05
ipv6: mld: encode multicast exponential fields
Ujjal Roy
1
-2
/
+2
2026-05-05
ipv4: igmp: encode multicast exponential fields
Ujjal Roy
1
-8
/
+6
2026-05-05
ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()
Ujjal Roy
1
-1
/
+1
2026-05-05
ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
Ujjal Roy
1
-1
/
+1
[next]