Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor whitespace cleanup. | thompsa | 2005-12-17 | 1 | -1/+1 |
* | Change most of the bridge and stp funtions to static. This has highlighted | thompsa | 2005-10-14 | 1 | -99/+112 |
* | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | thompsa | 2005-10-14 | 1 | -1/+0 |
* | Do not unconditionally set a spanning tree port to forwarding as the link may be | thompsa | 2005-10-11 | 1 | -1/+1 |
* | Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1. | thompsa | 2005-08-18 | 1 | -3/+1 |
* | Ensure that we are holding the lock when initialising the bridge interface. We | thompsa | 2005-08-15 | 1 | -0/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -3/+3 |
* | - Previously when broadcasting to N number of interfaces we would run pfil | thompsa | 2005-07-06 | 1 | -2/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -3/+1 |
* | Add if_bridge, which provides more advanced Ethernet bridging and 802.1d | thompsa | 2005-06-05 | 1 | -0/+1174 |