index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_stp_if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bridge: add notifications for the bridge dev on vlan change
Nikolay Aleksandrov
2017-11-02
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-06
1
-1
/
+2
|
\
|
*
net: bridge: start hello timer only if device is up
Nikolay Aleksandrov
2017-06-01
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-22
1
-0
/
+1
|
\
|
|
*
bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
Xin Long
2017-05-21
1
-0
/
+1
*
|
bridge: fix hello and hold timers starting/stopping
Ivan Vecera
2017-05-22
1
-11
/
+0
|
/
*
bridge: move to workqueue gc
Nikolay Aleksandrov
2017-02-06
1
-2
/
+2
*
net: bridge: add helper to set topology change
Vivien Didelot
2016-12-10
1
-1
/
+1
*
net: bridge: add helper to offload ageing time
Vivien Didelot
2016-12-10
1
-9
/
+3
*
net: bridge: add helper to call /sbin/bridge-stp
Vivien Didelot
2016-09-13
1
-12
/
+31
*
net: bridge: fix br_stp_enable_bridge comment
Vivien Didelot
2016-07-25
1
-1
/
+1
*
net: bridge: log port STP state on change
Vivien Didelot
2016-02-18
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-06
1
-1
/
+4
|
\
|
*
bridge: Only call /sbin/bridge-stp for the initial network namespace
Hannes Frederic Sowa
2016-01-05
1
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-31
1
-1
/
+1
|
\
|
|
*
switchdev: bridge: Pass ageing time as clock_t instead of jiffies
Ido Schimmel
2015-12-22
1
-1
/
+1
*
|
switchdev: Pass original device to port netdev driver
Ido Schimmel
2015-12-15
1
-0
/
+1
|
/
*
switchdev: bridge: Check return code is not EOPNOTSUPP
Ido Schimmel
2015-11-16
1
-1
/
+1
*
Adding switchdev ageing notification on port bridged
Elad Raz
2015-10-21
1
-0
/
+12
*
bridge: stp: when using userspace stp stop kernel hello and hold timers
Nikolay Aleksandrov
2015-07-28
1
-1
/
+12
*
bridge: vlan: flush the dynamically learned entries on port vlan delete
Nikolay Aleksandrov
2015-06-24
1
-1
/
+1
*
bridge: fix br_stp_set_bridge_priority race conditions
Nikolay Aleksandrov
2015-06-18
1
-1
/
+3
*
net: bridge: add a br_set_state helper function
Florian Fainelli
2014-10-01
1
-2
/
+2
*
bridge: Change local fdb entries whenever mac address of bridge device changes
Toshiaki Makita
2014-02-10
1
-0
/
+2
*
bridge: Correctly clamp MAX forward_delay when enabling STP
Vlad Yasevich
2013-10-17
1
-1
/
+1
*
bridge: Clamp forward_delay when enabling STP
Herbert Xu
2013-09-12
1
-2
/
+10
*
bridge: make user modified path cost sticky
stephen hemminger
2013-04-15
1
-0
/
+1
*
bridge: use dev->addr_assign_type to see if user change mac
Jiri Pirko
2013-02-11
1
-1
/
+1
*
bridge: respect RFC2863 operational state
stephen hemminger
2012-12-30
1
-1
/
+1
*
bridge: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-09
1
-6
/
+5
*
bridge: fix state reporting when port is disabled
Paulius Zaleckas
2012-03-08
1
-2
/
+1
*
net: fix implicit kmod.h usage in bridge/br_stp_if.c
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
bridge: add notification over netlink when STP changes state
stephen hemminger
2011-07-22
1
-0
/
+3
*
bridge: range check STP parameters
stephen hemminger
2011-04-04
1
-4
/
+17
*
bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()
Balaji G
2011-03-29
1
-1
/
+1
*
bridge: notify applications if address of bridge device changes
stephen hemminger
2011-03-27
1
-3
/
+6
*
net/bridge: fix trivial sparse errors
Tomas Winkler
2011-01-03
1
-1
/
+1
*
bridge: change console message interface
stephen hemminger
2010-05-15
1
-10
/
+6
*
bridge: Add multicast start/stop hooks
Herbert Xu
2010-02-28
1
-0
/
+1
*
bridge: make bridge address settings sticky
Stephen Hemminger
2008-06-17
1
-0
/
+4
*
net: remove CVS keywords
Adrian Bunk
2008-06-11
1
-2
/
+0
*
[BRIDGE]: Fix typo in net/bridge/br_stp_if.c
Jussi Kivilinna
2007-08-14
1
-1
/
+1
*
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
2007-07-18
1
-1
/
+1
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
bridge: change when netlink events go to STP
Stephen Hemminger
2007-04-25
1
-3
/
+0
*
bridge: add support for user mode STP
Stephen Hemminger
2007-04-25
1
-0
/
+56
*
[BRIDGE]: Unaligned access when comparing ethernet addresses
Evgeny Kravtsunov
2007-04-17
1
-2
/
+7
*
[NET] BRIDGE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-2
/
+2
*
[BRIDGE]: flush forwarding table when device carrier off
Stephen Hemminger
2006-10-15
1
-0
/
+2
*
[BRIDGE]: netlink interface for link management
Stephen Hemminger
2006-06-17
1
-0
/
+4
[next]