summaryrefslogtreecommitdiff
path: root/net/bridge/br_stp_if.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14net: bridge: start hello timer only if device is upNikolay Aleksandrov1-1/+2
2017-06-07bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long1-0/+1
2016-01-06bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2015-12-22switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel1-1/+1
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel1-1/+1
2015-10-21Adding switchdev ageing notification on port bridgedElad Raz1-0/+12
2015-07-29bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov1-1/+12
2015-06-24bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov1-1/+1
2015-06-18bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov1-1/+3
2014-10-02net: bridge: add a br_set_state helper functionFlorian Fainelli1-2/+2
2014-02-11bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita1-0/+2
2013-10-18bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-09-13bridge: Clamp forward_delay when enabling STPHerbert Xu1-2/+10
2013-04-15bridge: make user modified path cost stickystephen hemminger1-0/+1
2013-02-11bridge: use dev->addr_assign_type to see if user change macJiri Pirko1-1/+1
2012-12-30bridge: respect RFC2863 operational statestephen hemminger1-1/+1
2012-05-10bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches1-6/+5
2012-03-08bridge: fix state reporting when port is disabledPaulius Zaleckas1-2/+1
2011-11-01net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker1-0/+1
2011-07-23bridge: add notification over netlink when STP changes statestephen hemminger1-0/+3
2011-04-05bridge: range check STP parametersstephen hemminger1-4/+17
2011-03-30bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G1-1/+1
2011-03-28bridge: notify applications if address of bridge device changesstephen hemminger1-3/+6
2011-01-04net/bridge: fix trivial sparse errorsTomas Winkler1-1/+1
2010-05-16bridge: change console message interfacestephen hemminger1-10/+6
2010-02-28bridge: Add multicast start/stop hooksHerbert Xu1-0/+1
2008-06-18bridge: make bridge address settings stickyStephen Hemminger1-0/+4
2008-06-12net: remove CVS keywordsAdrian Bunk1-2/+0
2007-08-15[BRIDGE]: Fix typo in net/bridge/br_stp_if.cJussi Kivilinna1-1/+1
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-26bridge: change when netlink events go to STPStephen Hemminger1-3/+0
2007-04-26bridge: add support for user mode STPStephen Hemminger1-0/+56
2007-04-18[BRIDGE]: Unaligned access when comparing ethernet addressesEvgeny Kravtsunov1-2/+7
2007-02-11[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-10-16[BRIDGE]: flush forwarding table when device carrier offStephen Hemminger1-0/+2
2006-06-18[BRIDGE]: netlink interface for link managementStephen Hemminger1-0/+4
2006-03-05[BRIDGE]: port timer initializationStephen Hemminger1-2/+0
2006-02-15[BRIDGE]: Fix deadlock in br_stp_disable_bridgeAdrian Drzewiecki1-2/+2
2006-01-04[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()Stephen Hemminger1-1/+1
2006-01-04[BRIDGE]: allow setting hardware address of bridge pseudo-devStephen Hemminger1-2/+1
2005-10-31[BRIDGE]: Use ether_compareStephen Hemminger1-4/+5
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+225