Age | Commit message (Expand) | Author | Files | Lines |
2022-03-18 | net: bridge: mst: Multiple Spanning Tree (MST) mode | Tobias Waldekranz | 1 | -0/+6 |
2021-06-29 | net: bridge: constify variables in the replay helpers | Vladimir Oltean | 1 | -2/+2 |
2021-03-24 | net: bridge: add helper to retrieve the current ageing time | Vladimir Oltean | 1 | -0/+13 |
2021-03-24 | net: bridge: add helper for retrieving the current bridge port STP state | Vladimir Oltean | 1 | -0/+14 |
2021-02-15 | net: bridge: propagate extack through switchdev_port_attr_set | Vladimir Oltean | 1 | -2/+2 |
2021-01-10 | net: bridge: fix misspellings using codespell tool | Menglong Dong | 1 | -2/+2 |
2020-04-27 | net: bridge: Add checks for enabling the STP. | Horatiu Vultur | 1 | -0/+6 |
2020-02-19 | bridge: br_stp: Use built-in RCU list checking | Madhuparna Bhowmik | 1 | -1/+2 |
2019-12-15 | net: bridge: add STP xstats | Vivien Didelot | 1 | -0/+15 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2017-11-02 | net: bridge: add notifications for the bridge dev on vlan change | Nikolay Aleksandrov | 1 | -3/+3 |
2017-02-07 | bridge: move to workqueue gc | Nikolay Aleksandrov | 1 | -1/+1 |
2016-12-11 | net: bridge: shorten ageing time on topology change | Vivien Didelot | 1 | -0/+27 |
2016-12-11 | net: bridge: add helper to set topology change | Vivien Didelot | 1 | -2/+8 |
2016-12-11 | net: bridge: add helper to offload ageing time | Vivien Didelot | 1 | -8/+20 |
2016-07-25 | net: bridge: br_set_ageing_time takes a clock_t | Vivien Didelot | 1 | -1/+1 |
2016-03-30 | bridge: Allow set bridge ageing time when switchdev disabled | Haishuang Yan | 1 | -1/+1 |
2016-03-11 | bridge: allow zero ageing time | Stephen Hemminger | 1 | -3/+8 |
2016-02-18 | net: bridge: log port STP state on change | Vivien Didelot | 1 | -10/+4 |
2015-12-15 | switchdev: Pass original device to port netdev driver | Ido Schimmel | 1 | -0/+2 |
2015-11-16 | switchdev: bridge: Check return code is not EOPNOTSUPP | Ido Schimmel | 1 | -1/+1 |
2015-11-10 | Revert "bridge: Allow forward delay to be cfgd when STP enabled" | Vlad Yasevich | 1 | -4/+9 |
2015-10-15 | switchdev: allow caller to explicitly request attr_set as deferred | Jiri Pirko | 1 | -1/+2 |
2015-10-12 | bridge: push bridge setting ageing_time down to switchdev | Scott Feldman | 1 | -0/+23 |
2015-10-03 | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* | Jiri Pirko | 1 | -1/+1 |
2015-09-28 | bridge: Allow forward delay to be cfgd when STP enabled | Ian Wilson | 1 | -9/+4 |
2015-07-29 | bridge: stp: when using userspace stp stop kernel hello and hold timers | Nikolay Aleksandrov | 1 | -2/+3 |
2015-06-24 | bridge: multicast: add a comment to br_port_state_selection about blocking state | Nikolay Aleksandrov | 1 | -0/+4 |
2015-06-23 | bridge: multicast: start querier timer when running user-space stp | Nikolay Aleksandrov | 1 | -1/+2 |
2015-05-13 | switchdev: don't use anonymous union on switchdev attr/obj structs | Scott Feldman | 1 | -1/+1 |
2015-05-13 | switchdev: convert STP update to switchdev attr set | Scott Feldman | 1 | -1/+5 |
2015-05-13 | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ | Jiri Pirko | 1 | -1/+1 |
2014-12-03 | bridge: call netdev_sw_port_stp_update when bridge port STP status changes | Scott Feldman | 1 | -0/+7 |
2014-10-02 | net: bridge: add a br_set_state helper function | Florian Fainelli | 1 | -5/+10 |
2013-09-13 | bridge: Clamp forward_delay when enabling STP | Herbert Xu | 1 | -6/+15 |
2013-09-13 | resubmit bridge: fix message_age_timer calculation | Chris Healy | 1 | -1/+1 |
2013-04-30 | bridge: avoid OOPS if root port not found | stephen hemminger | 1 | -1/+8 |
2012-11-15 | bridge: add root port blocking | stephen hemminger | 1 | -1/+21 |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -2/+2 |
2012-03-08 | bridge: br_log_state() s/entering/entered/ | Paulius Zaleckas | 1 | -1/+1 |
2012-03-05 | bridge: message age needs to increase, not decrease. | Joakim Tjernlund | 1 | -1/+1 |
2012-03-05 | bridge: Adjust min age inc for HZ > 256 | Joakim Tjernlund | 1 | -2/+2 |
2011-12-01 | bridge: master device stuck in no-carrier state forever when in user-stp mode | Vitalii Demianets | 1 | -15/+14 |
2011-07-23 | bridge: minor cleanups | stephen hemminger | 1 | -12/+11 |
2011-07-23 | bridge: add notification over netlink when STP changes state | stephen hemminger | 1 | -1/+3 |
2011-07-23 | bridge: send proper message_age in config BPDU | stephen hemminger | 1 | -2/+2 |
2011-04-05 | bridge: range check STP parameters | stephen hemminger | 1 | -0/+48 |
2011-03-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2011-03-15 | bridge: skip forwarding delay if not using STP | stephen hemminger | 1 | -2/+2 |
2011-03-15 | bridge: control carrier based on ports online | stephen hemminger | 1 | -13/+22 |