aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_mbufhash.c
Commit message (Expand)AuthorAgeFilesLines
* Implement mbuf hashing routines for IP over infiniband, IPoIB.Hans Petter Selasky2020-10-221-38/+75
* The ethernet header structure is read-only. Add const keyword.Hans Petter Selasky2020-10-081-1/+1
* Reduce header pollution.Gleb Smirnoff2015-03-171-7/+0
* Factor out mbuf hashing code from LAGG driver so that other networkHans Petter Selasky2015-03-111-0/+181