aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_stp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-17net: bridge: mst: Multiple Spanning Tree (MST) modeTobias Waldekranz1-0/+6
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean1-2/+2
2021-03-23net: bridge: add helper to retrieve the current ageing timeVladimir Oltean1-0/+13
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean1-0/+14
2021-02-14net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean1-2/+2
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong1-2/+2
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur1-0/+6
2020-02-19bridge: br_stp: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2019-12-14net: bridge: add STP xstatsVivien Didelot1-0/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-02net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov1-3/+3
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov1-1/+1
2016-12-10net: bridge: shorten ageing time on topology changeVivien Didelot1-0/+27
2016-12-10net: bridge: add helper to set topology changeVivien Didelot1-2/+8
2016-12-10net: bridge: add helper to offload ageing timeVivien Didelot1-8/+20
2016-07-25net: bridge: br_set_ageing_time takes a clock_tVivien Didelot1-1/+1
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