aboutsummaryrefslogtreecommitdiff
path: root/sys/net/iflib.c
Commit message (Expand)AuthorAgeFilesLines
* Delete duplicate break.Sean Bruno2017-02-041-2/+0
* Fix i386 compile failure by moving needed closing parenthesis out ofSean Bruno2017-01-281-1/+1
* IFLIB updates:Sean Bruno2017-01-271-103/+170
* Replace customized busmaster code with standardized setup call.Sean Bruno2017-01-271-4/+1
* Minor style annoyance.Sean Bruno2017-01-261-0/+1
* Add error checking to the pci_find_cap(, PCIY_MSIX,) call that is returnsSean Bruno2017-01-251-6/+15
* iflib:Sean Bruno2017-01-241-9/+34
* Revert 312696 due to build tests.Sean Bruno2017-01-241-34/+9
* iflib:Sean Bruno2017-01-241-9/+34
* Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw).Sean Bruno2017-01-151-1/+9
* Remove unused mtx_held() macro.Sean Bruno2017-01-091-4/+0
* 2017 IFLIB updates in preparation for commits to e1000 and ixgbe.Sean Bruno2017-01-021-38/+99
* iflib updates and fixes:Sean Bruno2016-11-181-38/+98
* Set default capabilities at attach.Sean Bruno2016-10-181-2/+7
* When deciding whether or not to call tqg_attach_cpu(), reference ridSean Bruno2016-10-181-3/+1
* Toggle v4/v6 rxcsum togetherSean Bruno2016-10-181-4/+4
* Fix misusage of CPU_FFS when binding queues to cpusSean Bruno2016-10-181-9/+15
* Update iflib to support more NIC designsStephen Hurd2016-08-121-167/+374
* 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