aboutsummaryrefslogtreecommitdiff
path: root/sys/net/iflib.c
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r339634.Eric Joyner2018-10-231-8/+3
* iflib: drain enqueued tasks before detaching from taskqgroupEric Joyner2018-10-231-3/+8
* ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Eric Joyner2018-10-121-38/+86
* Fix capabilities handling for iflib driversStephen Hurd2018-09-201-13/+26
* Clean up iflib sysctlsStephen Hurd2018-09-061-54/+42
* Fix compile error due to missing parenthesis in r338372Stephen Hurd2018-08-291-1/+1
* Fix potential data corruption in iflibStephen Hurd2018-08-291-1/+2
* Mark the send queue ready so ALTQ is available.Patrick Kelsey2018-08-041-0/+1
* ALTQ support for iflib.Patrick Kelsey2018-07-251-1/+72
* Since r336611, n is only used for INET in iflib_parse_header().Marius Strobl2018-07-241-1/+2
* Use the maximum of isc_tx_{nsegments,tso_segments_max} for MAX_TX_DESC.Marius Strobl2018-07-221-1/+2
* - Given that the controlling expression of the receive loop in iflib_rxeof()Marius Strobl2018-07-221-5/+8
* Add knob to control tx ring abdication.Stephen Hurd2018-07-201-4/+20
* Improve netmap TX handling when TX IRQs are not used/supportedStephen Hurd2018-07-201-30/+63
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-28/+87
* iflib: Style fixesEric Joyner2018-06-181-5/+5
* Assorted fixes to MSI-X/MSI/INTx setup in iflib(9):Marius Strobl2018-06-171-40/+6
* Remove tx task spinning added in r333686Stephen Hurd2018-06-081-10/+0
* iflib: Record TCP checksum info in iflib when TCP checksum is requestedEric Joyner2018-06-071-22/+31
* iflib: mark irq allocation name parameter as constantStephen Hurd2018-05-291-9/+9
* iflib: hold context lock across detach for drivers that need itMatt Macy2018-05-291-3/+5
* iflib: Add new shared flag: IFLIB_ADMIN_ALWAYS_RUNEric Joyner2018-05-261-1/+2
* net: fix uninitialized variable warningMatt Macy2018-05-191-2/+2
* net: fix set but not usedMatt Macy2018-05-191-6/+1
* Fix !netmap build post r333686Matt Macy2018-05-161-0/+2
* Work around lack of TX IRQs in iflib for netmapStephen Hurd2018-05-161-7/+33
* iflib(9): Add support for cloning pseudo interfacesMatt Macy2018-05-111-48/+337
* iflib: print message when iflib_tx_structures_setup failsStephen Hurd2018-05-081-4/+4
* iflib: cleanup queues when iflib_device_register failStephen Hurd2018-05-081-5/+8
* Fix an off-by-one error when deciding to request a tx interruptAndrew Gallatin2018-05-071-1/+1
* Add netdump support to iflib.Mark Johnston2018-05-061-2/+91
* fix gcc8 warningsMatt Macy2018-05-041-14/+20
* iflib: fix invalid free during queue allocation failureStephen Hurd2018-05-041-12/+5
* iflib: remove unused brscp pointer from iflib_queues_allocStephen Hurd2018-05-041-4/+0
* Allow iflib NIC drivers to sleep rather than busy waitStephen Hurd2018-05-031-11/+14
* Fix iflib_encap() EFBIG handling bugsAndrew Gallatin2018-04-301-6/+15
* iflib: Fix queue distribution when there are no threadsStephen Hurd2018-04-181-12/+29
* Restore r332389 after resolution of locking fixes.Sean Bruno2018-04-121-33/+57
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-2/+2
* iflib: fix up a mismerge in r332419Mateusz Guzik2018-04-121-1/+1
* Properly initialize ifc_nhwtxqs.Stephen Hurd2018-04-111-2/+2
* Revert r332389 as it is causing panics for various users and we needSean Bruno2018-04-111-56/+33
* Split out flag manipulation from general context manipulation in iflibStephen Hurd2018-04-101-33/+56
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+3
* Clamp IFLIB_RX_COPY_THRESH to MHLEN in iflib_rxd_pkt_get().Mark Johnston2018-03-251-1/+1
* iflib: stop timer callout when stoppingStephen Hurd2018-03-021-0/+4
* Catch up with the removal of nktr_slot_flags from upstream netmap. NoNavdeep Parhar2018-02-201-2/+1
* IFLIB: do not remove dmamap on buffer unloadStephen Hurd2018-02-201-1/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-20/+17
* net*: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-17/+20