summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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