Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two panics in lagg. | thompsa | 2007-10-12 | 1 | -0/+1 |
* | - Propagate the largest set of interface capabilities supported by all lagg | thompsa | 2007-07-30 | 1 | -1/+0 |
* | Allow the LACP state to be queried from userland which at the moment is the | thompsa | 2007-07-05 | 1 | -0/+28 |
* | non-functional cleanup | thompsa | 2007-06-12 | 1 | -41/+37 |
* | Change from a mutex to a read/write lock. This allows the tx port to be | thompsa | 2007-05-15 | 1 | -8/+9 |
* | Call if_setlladdr() on the aggregation port from a taskqueue so the softc lock | thompsa | 2007-05-07 | 1 | -0/+11 |
* | Avoid touching various unsafe parts if the interface is disappearing. | thompsa | 2007-05-07 | 1 | -0/+1 |
* | Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code | thompsa | 2007-05-07 | 1 | -8/+4 |
* | Fix flag descriptions. | thompsa | 2007-05-03 | 1 | -2/+2 |
* | - Add a disabled state for ports that can not be aggregated | thompsa | 2007-05-03 | 1 | -1/+2 |
* | Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. | thompsa | 2007-04-17 | 1 | -0/+209 |