| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r290450: | smh | 2015-11-13 | 1 | -2/+7 |
* | MFC r286700 | hiren | 2015-09-15 | 1 | -1/+1 |
* | MFC 272159,272161,272386,272446,272547,272548,273210: | hrs | 2015-09-12 | 1 | -69/+22 |
* | MFC r281236 -- extended media types in if_media.h. | erj | 2015-05-29 | 1 | -0/+42 |
* | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | hiren | 2015-04-24 | 1 | -1/+2 |
* | MFC r265232 | asomers | 2014-10-06 | 1 | -2/+12 |
* | MFC r260070 | scottl | 2014-01-02 | 1 | -1/+1 |
* | MFC r256689: | ae | 2013-11-11 | 1 | -2/+39 |
* | Break out the static, global LACP debug options into a per-lagg unit | adrian | 2013-07-26 | 1 | -18/+54 |
* | Fix typo. | adrian | 2013-07-25 | 1 | -1/+1 |
* | Bring over some link aggregation / LACP protocol improvements and debugging | adrian | 2013-07-13 | 1 | -17/+64 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Turn LACP debugging from a compile time option to a sysctl, it is very handy to | thompsa | 2012-05-26 | 1 | -43/+37 |
* | Add the ability to set which packet layers are used for the load balance hash | thompsa | 2012-03-06 | 1 | -1/+1 |
* | Using the flowid in the mbuf assumes the network card is giving a good hash for | thompsa | 2012-02-22 | 1 | -1/+1 |
* | Use the flowid if its available for selecting the tx port. | thompsa | 2009-04-30 | 1 | -1/+4 |
* | Update the interface baudrate taking into account the max speed for the | thompsa | 2008-12-17 | 1 | -0/+2 |
* | Switch the LACP state machine over to its own mutex to protect the internals, | thompsa | 2008-03-16 | 1 | -124/+103 |
* | Pass any unmatched slowprotocols frames up the stack instead of dropping them, | thompsa | 2007-12-31 | 1 | -5/+5 |
* | Use the safer callout_init_rw() to allow the softclock to grab the | thompsa | 2007-11-21 | 1 | -5/+2 |
* | Allow the LACP state to be queried from userland which at the moment is the | thompsa | 2007-07-05 | 1 | -0/+50 |
* | non-functional cleanup | thompsa | 2007-06-12 | 1 | -56/+36 |
* | Compare the partner system priority when choosing the aggregator. | thompsa | 2007-05-19 | 1 | -1/+9 |
* | Implement the Marker Protocol. A marker frame is placed on the interface queue | thompsa | 2007-05-19 | 1 | -8/+103 |
* | Fix locking assert where we should hold the reader lock. | thompsa | 2007-05-18 | 1 | -1/+1 |
* | Change from a mutex to a read/write lock. This allows the tx port to be | thompsa | 2007-05-15 | 1 | -15/+80 |
* | Avoid touching various unsafe parts if the interface is disappearing. | thompsa | 2007-05-07 | 1 | -1/+3 |
* | Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code | thompsa | 2007-05-07 | 1 | -15/+3 |
* | - Add a disabled state for ports that can not be aggregated | thompsa | 2007-05-03 | 1 | -5/+18 |
* | Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set even | thompsa | 2007-05-02 | 1 | -1/+1 |
* | Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. | thompsa | 2007-04-17 | 1 | -73/+73 |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | thompsa | 2007-04-10 | 1 | -0/+1763 |