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.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-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
/
br_stp_bpdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-18
netfilter: Pass net into okfn
Eric W. Biederman
1
-1
/
+2
2015-09-18
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
1
-2
/
+2
2015-09-18
bridge: Introduce br_send_bpdu_finish
Eric W. Biederman
1
-1
/
+6
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-2
/
+3
2013-12-07
br: fix use of ->rx_handler_data in code executed on non-rx_handler path
Jiri Pirko
1
-1
/
+1
2013-02-11
bridge: set priority of STP packets
Stephen Hemminger
1
-0
/
+2
2012-11-15
bridge: implement BPDU blocking
stephen hemminger
1
-0
/
+7
2012-05-10
bridge: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2011-07-23
bridge: minor cleanups
stephen hemminger
1
-3
/
+1
2011-07-23
bridge: ignore bogus STP config packets
stephen hemminger
1
-0
/
+11
2011-01-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2011-01-03
bridge: stp: ensure mac header is set
Florian Westphal
1
-0
/
+2
2010-11-15
bridge: fix RCU races with bridge port
stephen hemminger
1
-4
/
+4
2010-08-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-07-28
bridge: add rcu_read_lock on transmit
stephen hemminger
1
-1
/
+1
2010-06-15
bridge: use rx_handler_data pointer to store net_bridge_port pointer
Jiri Pirko
1
-2
/
+3
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-25
netfilter: bridge: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
1
-1
/
+1
2008-09-09
netns bridge: allow bridges in netns!
Alexey Dobriyan
1
-3
/
+0
2008-07-20
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-07-06
bridge: Use STP demux
Patrick McHardy
1
-9
/
+3
2008-06-12
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-05-03
net: use get/put_unaligned_* helpers
Harvey Harrison
1
-2
/
+2
2008-03-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-10-11
[NET]: Make packet reception network namespace safe
Eric W. Biederman
1
-0
/
+4
2007-10-11
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
1
-1
/
+1
2007-04-26
bridge: add support for user mode STP
Stephen Hemminger
1
-6
/
+13
2007-02-11
[NET] BRIDGE: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2006-09-18
[BRIDGE]: random extra bytes on STP TCN packet
Stephen Hemminger
1
-1
/
+1
2006-03-25
[BRIDGE]: Unaligned accesses in the ethernet bridge
Peter Chubb
1
-2
/
+3
2006-03-21
[BRIDGE]: use LLC to send STP
Stephen Hemminger
1
-69
/
+59
2006-03-21
[BRIDGE]: allow show/store of group multicast address
Stephen Hemminger
1
-2
/
+2
2006-03-21
[BRIDGE]: use llc for receiving STP packets
Stephen Hemminger
1
-18
/
+33
2006-03-21
[BRIDGE]: stp timer to jiffies cleanup
Stephen Hemminger
1
-9
/
+8
2006-02-10
[BRIDGE]: fix for RCU and deadlock on device removal
Stephen Hemminger
1
-12
/
+18
2005-05-30
[BRIDGE]: prevent bad forwarding table updates
Stephen Hemminger
1
-0
/
+3
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+205