index
:
pub/scm/linux/kernel/git/mhalcrow/linux.git
master
Michael Halcrow's fork of linux.git
Michael Halcrow
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-05
bridge: use BR_PROMISC_BIT
Eric Dumazet
2
-3
/
+3
2026-06-05
bridge: add a READ_ONCE() in br_timer_value()
Eric Dumazet
1
-1
/
+1
2026-06-04
bridge: mcast: Synchronously shutdown port multicast timers
Ido Schimmel
1
-2
/
+4
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2026-06-04
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-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-19
/
+59
2026-05-27
bridge: Fix sleep in atomic context in sysfs path
Ido Schimmel
2
-9
/
+22
2026-05-27
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-21
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-20
net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()
Eric Dumazet
1
-2
/
+0
2026-05-19
bridge: mcast: Fix a possible use-after-free when removing a bridge port
Ido Schimmel
1
-5
/
+17
2026-05-19
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-04
ipv6: mld: encode multicast exponential fields
Ujjal Roy
1
-2
/
+2
2026-05-04
ipv4: igmp: encode multicast exponential fields
Ujjal Roy
1
-8
/
+6
2026-05-04
ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()
Ujjal Roy
1
-1
/
+1
2026-05-04
ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
Ujjal Roy
1
-1
/
+1
2026-04-30
bridge: Do not suppress ARP probes and DAD NS unconditionally
Danielle Ratson
1
-5
/
+11
2026-04-24
Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-40
/
+0
2026-04-23
net: remove unused ATM protocols and legacy ATM device drivers
Jakub Kicinski
3
-40
/
+0
2026-04-16
net: bridge: use a stable FDB dst snapshot in RCU readers
Zhengchuan Liang
2
-13
/
+23
2026-04-10
net: bridge: add stp_mode attribute for STP mode selection
Andy Roulin
4
-8
/
+38
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2026-04-03
bridge: guard local VLAN-0 FDB helpers against NULL vlan group
Zijing Yin
1
-0
/
+6
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+13
2026-03-31
bridge: mrp: reject zero test interval to avoid OOM panic
Xiang Mei
1
-2
/
+2
2026-03-29
netfilter: remove nf_ipv6_ops and use direct function calls
Fernando Fernandez Mancera
2
-13
/
+6
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
1
-2
/
+1
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
1
-1
/
+0
2026-03-27
bridge: br_nd_send: validate ND option lengths
Yang Yang
1
-2
/
+4
2026-03-27
bridge: br_nd_send: linearize skb before parsing ND options
Yang Yang
1
-5
/
+7
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2026-03-19
bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign
Eric Woudstra
3
-1
/
+31
2026-03-12
bridge: cfm: Fix race condition in peer_mep deletion
Hyunwoo Kim
1
-2
/
+2
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-5
/
+35
2026-03-05
net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
Fernando Fernandez Mancera
2
-2
/
+2
2026-02-26
bridge: Check relevant per-VLAN options in VLAN range grouping
Danielle Ratson
2
-3
/
+33
[prev]
[next]