aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_stp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan1-1/+1
2016-03-11bridge: allow zero ageing timeStephen Hemminger1-3/+8
2016-02-18net: bridge: log port STP state on changeVivien Didelot1-10/+4
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+2
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel1-1/+1
2015-11-10Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich1-4/+9
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko1-1/+2
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman1-0/+23
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-1/+1
2015-09-27bridge: Allow forward delay to be cfgd when STP enabledIan Wilson1-9/+4
2015-07-28bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov1-2/+3
2015-06-24bridge: multicast: add a comment to br_port_state_selection about blocking stateNikolay Aleksandrov1-0/+4
2015-06-23bridge: multicast: start querier timer when running user-space stpNikolay Aleksandrov1-1/+2
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-1/+1
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-1/+5
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-1/+1
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+7
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli1-5/+10
2013-09-12bridge: Clamp forward_delay when enabling STPHerbert Xu1-6/+15
2013-09-12resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger1-1/+8
2012-11-14bridge: add root port blockingstephen hemminger1-1/+21
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-03-08bridge: br_log_state() s/entering/entered/Paulius Zaleckas1-1/+1
2012-03-04bridge: message age needs to increase, not decrease.Joakim Tjernlund1-1/+1
2012-03-04bridge: Adjust min age inc for HZ > 256Joakim Tjernlund1-2/+2
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets1-15/+14
2011-07-22bridge: minor cleanupsstephen hemminger1-12/+11
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger1-1/+3
2011-07-22bridge: send proper message_age in config BPDUstephen hemminger1-2/+2
2011-04-04bridge: range check STP parametersstephen hemminger1-0/+48
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-03-14bridge: skip forwarding delay if not using STPstephen hemminger1-2/+2
2011-03-14bridge: control carrier based on ports onlinestephen hemminger1-13/+22
2010-05-15bridge: change console message interfacestephen hemminger1-6/+5
2010-02-28bridge: Add multicast start/stop hooksHerbert Xu1-0/+2
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-05-17bridge: fix initial packet flood if !STPStephen Hemminger1-0/+3
2008-08-05bridge: Eliminate unnecessary forward delayStephen Hemminger1-7/+18
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2007-05-31[BRIDGE]: Round off STP perodic timers.Stephen Hemminger1-1/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25bridge: add support for user mode STPStephen Hemminger1-3/+7
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-12/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+459