summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
Commit message (Expand)AuthorAgeFilesLines
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Move the interface media check to a taskqueue, some interfaces (usb) sleepthompsa2012-04-201-21/+43
* Add linkstate to bridge(4), set the link to up when at least one underlyingthompsa2012-04-201-21/+7
* Only look for a usable MAC address for the bridge ID from ports within ourthompsa2012-02-241-20/+30
* Indicate this function decrements the timer as well as testing for expiry.thompsa2012-02-231-11/+11
* Now that network interfaces advertise if they support linkstate notificationsthompsa2012-02-231-3/+5
* bstp_input() always consumes the packet so remove the mbuf handling dancethompsa2012-02-231-3/+2
* Set curvnet context in a callout-trigerred code path.zec2011-06-071-0/+5
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* replace IFQ_ENQUEUE + if_start with if_transmitkmacy2009-04-271-14/+2
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix spelling.thompsa2007-12-091-7/+7
* If the STP state machine is stopped then clear the bridge-id and root-id.thompsa2007-08-181-8/+13
* - Ensure the path cost does not exceed 65535 in legacy STP mode.thompsa2007-08-041-2/+30
* Check the correct port to see if synced is true.thompsa2007-06-221-2/+2
* Properly move the setting of bstp_linkstate_p to the bridgestp module.thompsa2007-03-141-0/+1
* Change the passing of callbacks to a struct in case this needs to be extended...thompsa2007-03-091-4/+3
* Set topology change propagation on all ports _except_ the caller.thompsa2007-01-181-1/+1
* These days P2P means peer-2-peer (also well known from serveral filesharingthompsa2006-12-111-10/+10
* Add two new flags to if_bridge(4) indicating whether the edge flagsyrinx2006-12-041-2/+9
* Sync with the OpenBSD port of RSTPthompsa2006-11-271-3/+33
* Initialize the port info, this shouldnt have been removed in r1.28thompsa2006-11-261-0/+1
* Remove redundant setting of port state.thompsa2006-11-261-1/+0
* use two stage creation of stp ports, this means that the stp variables can bethompsa2006-11-261-17/+24
* Do not call bstp_stop() internally as it clears the running flag which causesthompsa2006-11-191-11/+3
* MFp4thompsa2006-11-091-20/+43
* Defer sending the bpdu from bstp_update_info as all code paths will test thisthompsa2006-11-031-1/+1
* Do not test all the conditions if the port is already forwarding. Also print athompsa2006-11-021-3/+7
* Fix a resource leak when the mbuf pointer changes.thompsa2006-11-021-15/+13
* If the port is agreed or edge then allow it go go straight to forwarding ratherthompsa2006-11-021-7/+8
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).thompsa2006-11-011-788/+1646
* Remove licence clauses 3 & 4thompsa2006-10-011-5/+0
* Add the module version to fix the loading with if_bridge.thompsa2006-08-121-0/+1
* Fix style in the last commit, the variable declaration goes at the top of thethompsa2006-08-021-1/+2
* Add a callback so we can notify the parent bridge that a port state change hasthompsa2006-08-021-3/+34
* Be sure to disable the port when removing it from STP.thompsa2006-08-021-0/+2
* Add some statistics that are needed to support RFC4188 as part of the SoC2006thompsa2006-07-311-0/+10
* /tmp/cvsuusTrcthompsa2006-07-261-561/+631
* If we miss the LINK_UP event from the network interface then the bridge portthompsa2006-03-061-13/+10
OpenPOWER on IntegriCloud