| Commit message (Expand) | Author | Age | Files | Lines |
* | net: bridge: add notifications for the bridge dev on vlan change | Nikolay Aleksandrov | 2017-11-02 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-07 | 1 | -1/+2 |
|\ |
|
| * | net: bridge: start hello timer only if device is up | Nikolay Aleksandrov | 2017-06-01 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-05-23 | 1 | -0/+1 |
|\| |
|
| * | bridge: start hello_timer when enabling KERNEL_STP in br_stp_start | Xin Long | 2017-05-21 | 1 | -0/+1 |
* | | bridge: fix hello and hold timers starting/stopping | Ivan Vecera | 2017-05-22 | 1 | -11/+0 |
|/ |
|
* | bridge: move to workqueue gc | Nikolay Aleksandrov | 2017-02-07 | 1 | -2/+2 |
* | net: bridge: add helper to set topology change | Vivien Didelot | 2016-12-11 | 1 | -1/+1 |
* | net: bridge: add helper to offload ageing time | Vivien Didelot | 2016-12-11 | 1 | -9/+3 |
* | net: bridge: add helper to call /sbin/bridge-stp | Vivien Didelot | 2016-09-13 | 1 | -12/+31 |
* | net: bridge: fix br_stp_enable_bridge comment | Vivien Didelot | 2016-07-25 | 1 | -1/+1 |
* | net: bridge: log port STP state on change | Vivien Didelot | 2016-02-18 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-07 | 1 | -1/+4 |
|\ |
|
| * | bridge: Only call /sbin/bridge-stp for the initial network namespace | Hannes Frederic Sowa | 2016-01-05 | 1 | -1/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-01 | 1 | -1/+1 |
|\| |
|
| * | switchdev: bridge: Pass ageing time as clock_t instead of jiffies | Ido Schimmel | 2015-12-22 | 1 | -1/+1 |
* | | switchdev: Pass original device to port netdev driver | Ido Schimmel | 2015-12-15 | 1 | -0/+1 |
|/ |
|
* | switchdev: bridge: Check return code is not EOPNOTSUPP | Ido Schimmel | 2015-11-16 | 1 | -1/+1 |
* | Adding switchdev ageing notification on port bridged | Elad Raz | 2015-10-21 | 1 | -0/+12 |
* | bridge: stp: when using userspace stp stop kernel hello and hold timers | Nikolay Aleksandrov | 2015-07-29 | 1 | -1/+12 |
* | bridge: vlan: flush the dynamically learned entries on port vlan delete | Nikolay Aleksandrov | 2015-06-24 | 1 | -1/+1 |
* | bridge: fix br_stp_set_bridge_priority race conditions | Nikolay Aleksandrov | 2015-06-18 | 1 | -1/+3 |
* | net: bridge: add a br_set_state helper function | Florian Fainelli | 2014-10-02 | 1 | -2/+2 |
* | bridge: Change local fdb entries whenever mac address of bridge device changes | Toshiaki Makita | 2014-02-10 | 1 | -0/+2 |
* | bridge: Correctly clamp MAX forward_delay when enabling STP | Vlad Yasevich | 2013-10-17 | 1 | -1/+1 |
* | bridge: Clamp forward_delay when enabling STP | Herbert Xu | 2013-09-13 | 1 | -2/+10 |
* | bridge: make user modified path cost sticky | stephen hemminger | 2013-04-15 | 1 | -0/+1 |
* | bridge: use dev->addr_assign_type to see if user change mac | Jiri Pirko | 2013-02-11 | 1 | -1/+1 |
* | bridge: respect RFC2863 operational state | stephen hemminger | 2012-12-30 | 1 | -1/+1 |
* | bridge: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2012-05-10 | 1 | -6/+5 |
* | bridge: fix state reporting when port is disabled | Paulius Zaleckas | 2012-03-08 | 1 | -2/+1 |
* | net: fix implicit kmod.h usage in bridge/br_stp_if.c | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | bridge: add notification over netlink when STP changes state | stephen hemminger | 2011-07-23 | 1 | -0/+3 |
* | bridge: range check STP parameters | stephen hemminger | 2011-04-05 | 1 | -4/+17 |
* | bridge: Fix compilation warning in function br_stp_recalculate_bridge_id() | Balaji G | 2011-03-30 | 1 | -1/+1 |
* | bridge: notify applications if address of bridge device changes | stephen hemminger | 2011-03-28 | 1 | -3/+6 |
* | net/bridge: fix trivial sparse errors | Tomas Winkler | 2011-01-03 | 1 | -1/+1 |
* | bridge: change console message interface | stephen hemminger | 2010-05-16 | 1 | -10/+6 |
* | bridge: Add multicast start/stop hooks | Herbert Xu | 2010-02-28 | 1 | -0/+1 |
* | bridge: make bridge address settings sticky | Stephen Hemminger | 2008-06-18 | 1 | -0/+4 |
* | net: remove CVS keywords | Adrian Bunk | 2008-06-12 | 1 | -2/+0 |
* | [BRIDGE]: Fix typo in net/bridge/br_stp_if.c | Jussi Kivilinna | 2007-08-14 | 1 | -1/+1 |
* | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 2007-07-18 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | bridge: change when netlink events go to STP | Stephen Hemminger | 2007-04-26 | 1 | -3/+0 |
* | bridge: add support for user mode STP | Stephen Hemminger | 2007-04-26 | 1 | -0/+56 |
* | [BRIDGE]: Unaligned access when comparing ethernet addresses | Evgeny Kravtsunov | 2007-04-17 | 1 | -2/+7 |
* | [NET] BRIDGE: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 1 | -2/+2 |
* | [BRIDGE]: flush forwarding table when device carrier off | Stephen Hemminger | 2006-10-16 | 1 | -0/+2 |
* | [BRIDGE]: netlink interface for link management | Stephen Hemminger | 2006-06-18 | 1 | -0/+4 |