aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena
Commit message (Expand)AuthorAgeFilesLines
* ena: Bump driver version to v2.8.1Arthur Kiyanovski2025-04-291-1/+1
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-04-291-11/+30
* ena: Remove \n from sysctl descriptionZhenlei Huang2024-11-261-1/+1
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-051-1/+5
* ena: Update driver version to v2.8.0osamaabb2024-10-151-1/+1
* ena: Fix leaking ifmedia resources on detachOsama Abboud2024-10-151-0/+3
* ena: Support max large LLQ depth from the deviceOsama Abboud2024-10-151-15/+21
* ena: Support LLQ entry size recommendation from deviceOsama Abboud2024-10-154-26/+40
* ena: Add support for device request reset message over AENQOsama Abboud2024-10-153-1/+16
* ena: Reinit netmap adapter struct upon sysctl changesOsama Abboud2024-10-151-1/+50
* ena: Clear NS_MOREFRAG flag for last netmap slotOsama Abboud2024-10-151-1/+1
* ena: Handle wrap around for prefetch in netmapOsama Abboud2024-10-151-3/+3
* ena: Properly unmap last socket chain in netmapOsama Abboud2024-10-151-1/+1
* ena: Make global counters style unifiedOsama Abboud2024-10-151-5/+4
* ena: Trigger reset when mbuf is NULL error happensOsama Abboud2024-10-151-2/+6
* ena: Add differentiation for missing TX completions resetOsama Abboud2024-10-153-18/+77
* ena: Set ena_min_poll_delay_us default valueosamaabb2024-10-152-0/+4
* ena: Add reset reason for missing admin interruptOsama Abboud2024-10-153-3/+19
* ena: Add reset reason for corrupted RX cdescsOsama Abboud2024-10-154-0/+8
* ena: Add reset reason for corrupted TX cdescsOsama Abboud2024-10-155-41/+55
* ena: Improve reset reason statisticsOsama Abboud2024-10-153-2/+58
* ena: Update license signatures to 2024Osama Abboud2024-10-1510-10/+10
* ena: Add configuration notifications interface supportOsama Abboud2024-10-151-1/+29
* ena: Count all currently missing TX completions in checkOsama Abboud2024-10-151-4/+6
* ena: Fix customer metrics deallocation statement placeOsama Abboud2024-10-151-1/+1
* ena(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-4/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-14/+3
* ena: Update driver version to v2.7.0Osama Abboud2023-12-281-2/+2
* ena: Update the license dating to 2023Osama Abboud2023-12-2810-10/+10
* ena: Support srd metrics with sysctlOsama Abboud2023-12-283-1/+86
* ena: Support customer metric with sysctlOsama Abboud2023-12-284-3/+135
* ena: Introduce shared sample interval for all statsOsama Abboud2023-12-283-29/+29
* ena: Remove CQ tail pointer update APIOsama Abboud2023-12-282-4/+0
* ena: Update ena_com_update_intr_reg API usageOsama Abboud2023-12-282-2/+2
* ena: Change measurement unit of time since last tx cleanup to msArthur Kiyanovski2023-12-281-2/+2
* ena: Add sysctl support for spreading IRQsOsama Abboud2023-12-283-22/+263
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* ena: Update driver version to v2.6.3Arthur Kiyanovski2023-07-041-1/+1
* ena: Fix driver unload crashArthur Kiyanovski2023-07-041-1/+2
* ena: Initialize statistics before the interface is availableOsama Abboud2023-07-041-11/+18
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-2/+1
* Mechanically convert ena(4) to DrvAPIJustin Hibbits2023-01-133-30/+30
* ena: Update driver version to v2.6.2Arthur Kiyanovski2023-01-131-1/+1
* ena: Remove timer service re-arm on ena_restore_device failureDavid Arinzon2023-01-131-2/+0
* ena: Re-Enable per-packet missing tx completion printArthur Kiyanovski2023-01-131-3/+3
* ena: Update driver version to v2.6.1Michal Krawczyk2022-07-061-1/+1
* ena: Fix LLQ descriptor reconfigurationMichal Krawczyk2022-07-061-19/+16
* ena: Align req_id and qid print orderMichal Krawczyk2022-07-061-2/+2