aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bridgestp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove licence clauses 3 & 4Andrew Thompson2006-10-011-5/+0
* Add the module version to fix the loading with if_bridge.Andrew Thompson2006-08-121-0/+1
* Fix style in the last commit, the variable declaration goes at the top of theAndrew Thompson2006-08-021-1/+2
* Add a callback so we can notify the parent bridge that a port state change hasAndrew Thompson2006-08-021-3/+34
* Be sure to disable the port when removing it from STP.Andrew Thompson2006-08-021-0/+2
* Add some statistics that are needed to support RFC4188 as part of the SoC2006Andrew Thompson2006-07-311-0/+10
* /tmp/cvsuusTrcAndrew Thompson2006-07-261-561/+631
* If we miss the LINK_UP event from the network interface then the bridge portAndrew Thompson2006-03-061-13/+10
* Fix up the Bridge Identifier field in the BPDU packet.Andrew Thompson2006-02-281-15/+30
* Minor whitespace cleanup.Andrew Thompson2005-12-171-1/+1
* Change most of the bridge and stp funtions to static. This has highlightedAndrew Thompson2005-10-141-99/+112
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cAndrew Thompson2005-10-141-1/+0
* Do not unconditionally set a spanning tree port to forwarding as the link may beAndrew Thompson2005-10-111-1/+1
* Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.Andrew Thompson2005-08-181-3/+1
* Ensure that we are holding the lock when initialising the bridge interface. WeAndrew Thompson2005-08-151-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-3/+3
* - Previously when broadcasting to N number of interfaces we would run pfilAndrew Thompson2005-07-061-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+1
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dAndrew Thompson2005-06-051-0/+1174