summaryrefslogtreecommitdiffstats
path: root/sys/net/trunklacp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add administrative options to LACP trunk implementation.ccardenas2018-08-121-1/+28
* Make LACP_STATE_BITS accessible to userlandccardenas2018-05-121-12/+12
* Kill unused members using forward declaration only types.mpi2017-10-291-2/+1
* Factor LACP frame processing out to a separate taskmikeb2015-10-051-1/+3
* Removes locking macros that we've inherited from NetBSD/FreeBSD.mikeb2015-09-231-8/+1
* Take trunk(4) out of ether_input().mpi2015-05-111-3/+4
* use siphash for trunk loadbalancing. ok deraadttedu2014-12-041-2/+2
* Move more stuff under _KERNELderaadt2013-10-241-43/+50
* Move obvious kernel prototypes (and structure's with kernel pointers,deraadt2013-10-241-1/+3
* remove inline functions and move some code from the trunk_lacp_input()reyk2009-09-091-5/+2
* Take into account that our ether_input() already strips thempf2008-11-081-4/+3
* Some more cleanup. No binary change.mpf2008-10-121-26/+8
* A bit of cleanup:mpf2008-06-151-52/+26
* Add 802.3ad LACP support for trunk(4).mpf2008-06-151-0/+333