summaryrefslogtreecommitdiff
path: root/net/bridge/br_stp.c
AgeCommit message (Expand)Author
2017-11-02net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov
2016-12-10net: bridge: shorten ageing time on topology changeVivien Didelot
2016-12-10net: bridge: add helper to set topology changeVivien Didelot
2016-12-10net: bridge: add helper to offload ageing timeVivien Didelot
2016-07-25net: bridge: br_set_ageing_time takes a clock_tVivien Didelot
2016-03-30bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan
2016-03-11bridge: allow zero ageing timeStephen Hemminger
2016-02-18net: bridge: log port STP state on changeVivien Didelot
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel
2015-11-10Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko
2015-09-27bridge: Allow forward delay to be cfgd when STP enabledIan Wilson
2015-07-28bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov
2015-06-24bridge: multicast: add a comment to br_port_state_selection about blocking stateNikolay Aleksandrov
2015-06-23bridge: multicast: start querier timer when running user-space stpNikolay Aleksandrov
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli
2013-09-12bridge: Clamp forward_delay when enabling STPHerbert Xu
2013-09-12resubmit bridge: fix message_age_timer calculationChris Healy
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger
2012-11-14bridge: add root port blockingstephen hemminger
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-08bridge: br_log_state() s/entering/entered/Paulius Zaleckas
2012-03-04bridge: message age needs to increase, not decrease.Joakim Tjernlund
2012-03-04bridge: Adjust min age inc for HZ > 256Joakim Tjernlund
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets
2011-07-22bridge: minor cleanupsstephen hemminger
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger
2011-07-22bridge: send proper message_age in config BPDUstephen hemminger
2011-04-04bridge: range check STP parametersstephen hemminger
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-14bridge: skip forwarding delay if not using STPstephen hemminger
2011-03-14bridge: control carrier based on ports onlinestephen hemminger
2010-05-15bridge: change console message interfacestephen hemminger
2010-02-28bridge: Add multicast start/stop hooksHerbert Xu
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-05-17bridge: fix initial packet flood if !STPStephen Hemminger
2008-08-05bridge: Eliminate unnecessary forward delayStephen Hemminger
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2007-05-31[BRIDGE]: Round off STP perodic timers.Stephen Hemminger
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap