summaryrefslogtreecommitdiff
path: root/net/bridge/br_stp.c
AgeCommit message (Expand)Author
2022-03-17net: bridge: mst: Multiple Spanning Tree (MST) modeTobias Waldekranz
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean
2021-03-23net: bridge: add helper to retrieve the current ageing timeVladimir Oltean
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean
2021-02-14net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur
2020-02-19bridge: br_stp: Use built-in RCU list checkingMadhuparna Bhowmik
2019-12-14net: bridge: add STP xstatsVivien Didelot
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
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