aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bridgestp.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-2/+4
* Move the interface media check to a taskqueue, some interfaces (usb) sleepAndrew Thompson2012-04-201-0/+1
* Add linkstate to bridge(4), set the link to up when at least one underlyingAndrew Thompson2012-04-201-3/+1
* bstp_input() always consumes the packet so remove the mbuf handling danceAndrew Thompson2012-02-231-1/+1
* Set curvnet context in a callout-trigerred code path.Marko Zec2011-06-071-0/+1
* Fix spelling.Andrew Thompson2007-12-091-1/+1
* - Ensure the path cost does not exceed 65535 in legacy STP mode.Andrew Thompson2007-08-041-0/+1
* Change the passing of callbacks to a struct in case this needs to be extended...Andrew Thompson2007-03-091-1/+5
* These days P2P means peer-2-peer (also well known from serveral filesharingAndrew Thompson2006-12-111-4/+4
* Add two new flags to if_bridge(4) indicating whether the edge flagShteryana Shopova2006-12-041-0/+1
* fix typo in last commitWarner Losh2006-12-011-1/+1
* Use FreeBDS standard __packed as opposed to the gcc centricWarner Losh2006-12-011-2/+2
* Sync with the OpenBSD port of RSTPAndrew Thompson2006-11-271-0/+3
* use two stage creation of stp ports, this means that the stp variables can beAndrew Thompson2006-11-261-3/+4
* MFp4Andrew Thompson2006-11-091-0/+1
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).Andrew Thompson2006-11-011-51/+170
* Add a callback so we can notify the parent bridge that a port state change hasAndrew Thompson2006-08-021-1/+9
* Add some statistics that are needed to support RFC4188 as part of the SoC2006Andrew Thompson2006-07-311-0/+2
* /tmp/cvsuusTrcAndrew Thompson2006-07-261-0/+256