summaryrefslogtreecommitdiff
path: root/sys/net/iflib.c
AgeCommit message (Expand)Author
10 daysiflib: remove convoluted custom zeroing codeBrooks Davis
12 daysiflib: Drop tx lock when freeing mbufs using simple_transmitAndrew Gallatin
2025-12-21iflib: support for transmit side nic KTLS offloadAndrew Gallatin
2025-11-19iflib: fix iflib_simple_transmit() when interface is downAndrew Gallatin
2025-11-11iflib: remove transmit prefetchingAndrew Gallatin
2025-10-01iflib: Implement tx desc reclaim thresholdAndrew Gallatin
2025-09-29iflib: ifdef iflib_simple_transmit and iflib_simple_select_queue on ALTQMateusz Guzik
2025-09-10iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin
2025-08-30iflib: Set the get counter routine prior to attaching the interfaceZhenlei Huang
2025-08-30iflib: Make iflib_register() return voidZhenlei Huang
2025-08-20iflib: add a simple transmit routineAndrew Gallatin
2025-08-15iflib: Only define lro_enabled if either INET or INET6 is definedJohn Baldwin
2025-08-12iflib: simplify lro & use tcp_lro_queue_mbuf()Andrew Gallatin
2025-08-07iflib: don't pullup UDP payloads to the TCP header sizeAndrew Gallatin
2025-06-06iflib: Some style(9) tweaksZhenlei Huang
2025-01-31iflib: Simplify CACHE_PTR_NEXTAlfredo Mazzinghi
2025-01-24iflib(4): Replace admin taskqueue group with per-interface taskqueuesKrzysztof Galazka
2024-12-04iflib: Set the NUMA domain in receive packet headersMark Johnston
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2024-10-07iflib: Make iflib_stop() staticZhenlei Huang
2024-09-25iflib: Simplify iflib_legacy_setupKrzysztof Galazka
2024-09-22iflib: Many style fixesZhenlei Huang
2024-09-22iflib: Prefer C99's __func__ over GCC's __FUNCTION__Zhenlei Huang
2024-09-19iflib: Use if_alloc_dev() to allocate the ifnetMark Johnston
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-04-18iflib: Add subinterface interrupt allocation functionEric Joyner
2024-04-18iflib: Add sysctl to request extra MSIX vectors on driver loadEric Joyner
2024-04-16iflib: Correct indentation according to style(9)Stephen J. Kiernan
2024-04-15iflib: Fix compiler warningsStephen J. Kiernan
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-07iflib: Remove redundant variableEric Joyner
2023-08-07iflib: Fix white space and reduce some line lengthsEric Joyner
2023-08-03iflib(9): Remove support for cloning pseudo interfacesMarius Strobl
2023-07-27iflib: Fix panic during driver reload stress testPrzemyslaw Lewandowski
2023-07-19iflib: Unlock ctx lock around call to ether_ifattach()Eric Joyner
2023-04-17net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff
2023-03-07iflib: Further convert to use IfAPI accessorsJustin Hibbits
2023-02-28iflib: fix regression with new pfil(9) KPIGleb Smirnoff
2023-02-14pfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()Gleb Smirnoff
2023-01-24iflib: Add null check to iflib_stop()Przemyslaw Lewandowski
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2022-12-21Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits
2022-10-17iflib: Introduce v2 of TX Queue Select FunctionalityEric Joyner
2022-07-21Fix unused variable warning in iflib.cDimitry Andric
2022-04-08iflib: Use empty inline functions for prefetch*() on non-x86.John Baldwin
2022-01-24iflib: Allow drivers to determine which queue to TX onEric Joyner
2022-01-14netmap: fix LOR in iflib_netmap_registerVincenzo Maffione
2022-01-10Revert "iflib: Relax timer period from 0.5 to 0.5-0.75s."Alexander Motin
2022-01-09iflib: Relax timer period from 0.5 to 0.5-0.75s.Alexander Motin
2021-12-30Make CPU_SET macros compliant with other implementationsStefan Eßer