summaryrefslogtreecommitdiffstats
path: root/sys/net/iflib.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-2/+2
* MFC 303754: Add __printflike() to bus_describe_intr() to enable -Wformat checks.jhb2016-10-061-1/+1
* MFC r304021: Update iflib to support more NIC designsshurd2016-08-231-167/+374
* MFC r302439:bdrewery2016-07-121-3/+3
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-4/+4
* iflib: Improve cleanup on iflib_queues_alloc error pathcem2016-06-071-5/+16
* iflib: Fix potential leak in iflib_if_transmitcem2016-06-071-2/+2
* Remove assertions that don't make sense for the data type.scottl2016-05-181-2/+0
* Make compile without INET or without IP support in the kernel by hidingbz2016-05-181-7/+18
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-181-0/+4786
OpenPOWER on IntegriCloud