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