summaryrefslogtreecommitdiff
path: root/sys/net/iflib.h
AgeCommit message (Expand)Author
2025-12-21iflib: support for transmit side nic KTLS offloadAndrew Gallatin
2025-10-01iflib: Implement tx desc reclaim thresholdAndrew Gallatin
2025-01-24iflib(4): Replace admin taskqueue group with per-interface taskqueuesKrzysztof Galazka
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2024-04-18iflib: Add subinterface interrupt allocation functionEric Joyner
2024-04-18iflib: Add sysctl to request extra MSIX vectors on driver loadEric Joyner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07iflib: Fix white space and reduce some line lengthsEric Joyner
2023-08-03iflib(9): Remove support for cloning pseudo interfacesMarius Strobl
2022-10-17iflib: Introduce v2 of TX Queue Select FunctionalityEric Joyner
2022-01-24iflib: Allow drivers to determine which queue to TX onEric Joyner
2021-06-24iflib: Add a new quirkMarcin Wojtas
2021-03-08iflib: Make if_shared_ctx_t a pointer to constMark Johnston
2021-03-03iflib: add support for admin completion queuesMarcin Wojtas
2021-02-25iflib: introduce isc_dma_widthMarcin Wojtas
2021-01-07iflib: ensure that tx interrupts enabled and cleanupsMatt Macy
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-12iflib: netmap: improve rxsync to support IFLIB_HAS_RXCQVincenzo Maffione
2020-07-06iflib: Fix some nits in the rx refill code.Mark Johnston
2020-06-21iflib: fix cloneattach fail and generalize pseudo device handlingMatt Macy
2020-04-27iflib: Stop interface before (un)registering VLANEric Joyner
2020-03-24Fix PNP matching for iflib NIC driversConrad Meyer
2020-03-14Allow iflib drivers to specify the buffer size used for each receive queuePatrick Kelsey
2019-09-30Add IFLIB_SINGLE_IRQ_RX_ONLY.Mark Johnston
2019-06-15- Replace unused and only ever written to members of public iflib(9)Marius Strobl
2019-05-29iflib: provide probe wrapper for vendor driversEric Joyner
2019-05-06- Remove the unused ifc_link_irq and ifc_mtx_name members of struct iflib_ctx.Marius Strobl
2019-05-03Allow iflib drivers to pass a pointer to their own ifmedia structure.Matt Macy
2019-03-19iflib: mark isc_driver_version as constantEric Joyner
2019-03-19iflib: expose the Rx mbuf buffer size to driversEric Joyner
2019-01-22onvert vmx(4) to being an iflib driver.Patrick Kelsey
2018-10-12ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Eric Joyner
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-07-15Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl
2018-05-29iflib: mark irq allocation name parameter as constantStephen Hurd
2018-05-26iflib: Add new shared flag: IFLIB_ADMIN_ALWAYS_RUNEric Joyner
2018-05-11iflib(9): Add support for cloning pseudo interfacesMatt Macy
2018-05-03Allow iflib NIC drivers to sleep rather than busy waitStephen Hurd
2018-02-21IFLIB: Make isc_magic unsignedStephen Hurd
2017-12-23The device tables end with a sentinel in iflib. Don't include theWarner Losh
2017-12-22Use '#' rather than some made up name for fields we want to ignore.Warner Losh
2017-12-19Update Matthew Macy contact infoStephen Hurd
2017-12-05iflib: Support to padding Ethernet frames to a min sizeStephen Hurd
2017-10-05Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd
2017-09-26Add PNP metadata to more driversConrad Meyer
2017-09-23Some small packet performance improvementsStephen Hurd
2017-09-16Revert r323516 (iflib rollup)Stephen Hurd
2017-09-13Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd