summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_stp_if.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: move to workqueue gcNikolay Aleksandrov2017-02-061-2/+2
* net: bridge: add helper to set topology changeVivien Didelot2016-12-101-1/+1
* net: bridge: add helper to offload ageing timeVivien Didelot2016-12-101-9/+3
* net: bridge: add helper to call /sbin/bridge-stpVivien Didelot2016-09-131-12/+31
* net: bridge: fix br_stp_enable_bridge commentVivien Didelot2016-07-251-1/+1
* net: bridge: log port STP state on changeVivien Didelot2016-02-181-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-061-1/+4
|\
| * bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-01-051-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-1/+1
|\|
| * switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel2015-12-221-1/+1
* | switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-151-0/+1
|/
* switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2015-11-161-1/+1
* Adding switchdev ageing notification on port bridgedElad Raz2015-10-211-0/+12
* bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov2015-07-281-1/+12
* bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov2015-06-241-1/+1
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-06-181-1/+3
* net: bridge: add a br_set_state helper functionFlorian Fainelli2014-10-011-2/+2
* bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita2014-02-101-0/+2
* bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich2013-10-171-1/+1
* bridge: Clamp forward_delay when enabling STPHerbert Xu2013-09-121-2/+10
* bridge: make user modified path cost stickystephen hemminger2013-04-151-0/+1
* bridge: use dev->addr_assign_type to see if user change macJiri Pirko2013-02-111-1/+1
* bridge: respect RFC2863 operational statestephen hemminger2012-12-301-1/+1
* bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-6/+5
* bridge: fix state reporting when port is disabledPaulius Zaleckas2012-03-081-2/+1
* net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker2011-10-311-0/+1
* bridge: add notification over netlink when STP changes statestephen hemminger2011-07-221-0/+3
* bridge: range check STP parametersstephen hemminger2011-04-041-4/+17
* bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G2011-03-291-1/+1
* bridge: notify applications if address of bridge device changesstephen hemminger2011-03-271-3/+6
* net/bridge: fix trivial sparse errorsTomas Winkler2011-01-031-1/+1
* bridge: change console message interfacestephen hemminger2010-05-151-10/+6
* bridge: Add multicast start/stop hooksHerbert Xu2010-02-281-0/+1
* bridge: make bridge address settings stickyStephen Hemminger2008-06-171-0/+4
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [BRIDGE]: Fix typo in net/bridge/br_stp_if.cJussi Kivilinna2007-08-141-1/+1
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* bridge: change when netlink events go to STPStephen Hemminger2007-04-251-3/+0
* bridge: add support for user mode STPStephen Hemminger2007-04-251-0/+56
* [BRIDGE]: Unaligned access when comparing ethernet addressesEvgeny Kravtsunov2007-04-171-2/+7
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [BRIDGE]: flush forwarding table when device carrier offStephen Hemminger2006-10-151-0/+2
* [BRIDGE]: netlink interface for link managementStephen Hemminger2006-06-171-0/+4
* [BRIDGE]: port timer initializationStephen Hemminger2006-03-041-2/+0
* [BRIDGE]: Fix deadlock in br_stp_disable_bridgeAdrian Drzewiecki2006-02-151-2/+2
* [BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger2006-01-031-1/+1
* [BRIDGE]: allow setting hardware address of bridge pseudo-devStephen Hemminger2006-01-031-2/+1
* [BRIDGE]: Use ether_compareStephen Hemminger2005-10-311-4/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+225