summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up the Bridge Identifier field in the BPDU packet.thompsa2006-02-281-15/+30
* Minor whitespace cleanup.thompsa2005-12-171-1/+1
* Change most of the bridge and stp funtions to static. This has highlightedthompsa2005-10-141-99/+112
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-141-1/+0
* Do not unconditionally set a spanning tree port to forwarding as the link may bethompsa2005-10-111-1/+1
* Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.thompsa2005-08-181-3/+1
* Ensure that we are holding the lock when initialising the bridge interface. Wethompsa2005-08-151-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-3/+3
* - Previously when broadcasting to N number of interfaces we would run pfilthompsa2005-07-061-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+1
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-051-0/+1174
OpenPOWER on IntegriCloud