aboutsummaryrefslogtreecommitdiff
path: root/sys/net/iflib.c
Commit message (Expand)AuthorAgeFilesLines
* Add __printflike() to bus_describe_intr() to enable -Wformat checks.John Baldwin2016-08-041-1/+1
* iflib: Fix typo in 'iflib_rx_miss_bufs' sysctl nameConrad Meyer2016-07-081-3/+3
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-4/+4
* iflib: Improve cleanup on iflib_queues_alloc error pathConrad Meyer2016-06-071-5/+16
* iflib: Fix potential leak in iflib_if_transmitConrad Meyer2016-06-071-2/+2
* Remove assertions that don't make sense for the data type.Scott Long2016-05-181-2/+0
* Make compile without INET or without IP support in the kernel by hidingBjoern A. Zeeb2016-05-181-7/+18
* Import the 'iflib' API library for network drivers. From the author:Scott Long2016-05-181-0/+4786