index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Lines
11 days
net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
Fernando Fernandez Mancera
-2
/
+2
2026-02-26
bridge: Check relevant per-VLAN options in VLAN range grouping
Danielle Ratson
-3
/
+33
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-12
/
+12
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-22
/
+22
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-27
/
+18
2026-02-17
net: bridge: mcast: always update mdb_n_entries for vlan contexts
Nikolay Aleksandrov
-27
/
+18
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-06
net/ipv6: Introduce payload_len helpers
Alice Mikityanska
-3
/
+3
2026-02-03
net: bridge: use sysfs_emit instead of sprintf
David Corvaglia
-75
/
+73
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2026-01-28
net: bridge: fix static key check
Martin Kaiser
-1
/
+1
2026-01-25
net: bridge: mcast: fix memcpy with u64_stats
David Yang
-1
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-20
netfilter: don't include xt and nftables.h in unrelated subsystems
Florian Westphal
-2
/
+1
2026-01-09
net: bridge: annotate data-races around fdb->{updated,used}
Eric Dumazet
-14
/
+18
2026-01-04
Merge tag 'nf-26-01-02' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
-1
/
+1
2026-01-04
bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress
Alexandre Knecht
-4
/
+7
2026-01-01
netfilter: replace -EEXIST with -EBUSY
Daniel Gomez
-1
/
+1
2025-12-28
net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct
Bagas Sanjaya
-0
/
+1
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+22
2025-11-06
net: bridge: fix MST static key usage
Nikolay Aleksandrov
-2
/
+14
2025-11-06
net: bridge: fix use-after-free due to MST port state bypass
Nikolay Aleksandrov
-6
/
+8
2025-10-27
net: bridge: Flush multicast groups when snooping is disabled
Petr Machata
-0
/
+9
2025-10-21
net: bridge: use common function to compute the features
Hangbin Liu
-19
/
+3
2025-10-14
net: bridge: correct debug message function name in br_fill_ifinfo
Alok Tiwari
-1
/
+1
2025-10-08
bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()
Eric Woudstra
-1
/
+1
2025-09-23
net: bridge: Install FDB for bridge MAC on VLAN 0
Petr Machata
-0
/
+5
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
-7
/
+7
2025-09-12
Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-0
/
+11
2025-09-11
net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0
Petr Machata
-0
/
+120
2025-09-11
net: bridge: BROPT_FDB_LOCAL_VLAN_0: Skip local FDBs on VLAN creation
Petr Machata
-4
/
+6
2025-09-11
net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBs
Petr Machata
-1
/
+4
2025-09-11
net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBs
Petr Machata
-5
/
+8
2025-09-11
net: bridge: BROPT_FDB_LOCAL_VLAN_0: Look up FDB on VLAN 0 on miss
Petr Machata
-0
/
+8
2025-09-11
net: bridge: Introduce BROPT_FDB_LOCAL_VLAN_0
Petr Machata
-0
/
+1
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+7
2025-09-11
netfilter: nft_meta_bridge: introduce NFT_META_BRI_IIFHWADDR support
Fernando Fernandez Mancera
-0
/
+11
2025-09-08
net: bridge: Bounce invalid boolopts
Petr Machata
-0
/
+7
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+0
2025-09-02
netfilter: ebtables: Use vmalloc_array() to improve code
Qianfeng Rong
-7
/
+7
2025-08-27
netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...
Wang Liang
-3
/
+0
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+18
2025-08-15
net: bridge: remove unused argument of br_multicast_query_expired()
Wang Liang
-6
/
+3
2025-08-14
net: bridge: fix soft lockup in br_multicast_query_expired()
Wang Liang
-0
/
+18
2025-08-14
bridge: Redirect to backup port when port is administratively down
Ido Schimmel
-1
/
+2
2025-08-07
netfilter: add back NETFILTER_XTABLES dependencies
Arnd Bergmann
-0
/
+1
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-11
/
+13
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2025-07-25
netfilter: Exclude LEGACY TABLES on PREEMPT_RT.
Pablo Neira Ayuso
-5
/
+5
[next]