aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena/ena.c
Commit message (Expand)AuthorAgeFilesLines
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-04-291-11/+30
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-051-1/+5
* 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-151-18/+21
* ena: Add support for device request reset message over AENQOsama Abboud2024-10-151-1/+12
* ena: Reinit netmap adapter struct upon sysctl changesOsama Abboud2024-10-151-1/+50
* ena: Add differentiation for missing TX completions resetOsama Abboud2024-10-151-1/+44
* ena: Set ena_min_poll_delay_us default valueosamaabb2024-10-151-0/+2
* ena: Add reset reason for missing admin interruptOsama Abboud2024-10-151-2/+11
* ena: Add reset reason for corrupted TX cdescsOsama Abboud2024-10-151-0/+26
* ena: Improve reset reason statisticsOsama Abboud2024-10-151-2/+0
* ena: Update license signatures to 2024Osama Abboud2024-10-151-1/+1
* 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
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-14/+3
* ena: Update the license dating to 2023Osama Abboud2023-12-281-1/+1
* ena: Support srd metrics with sysctlOsama Abboud2023-12-281-0/+10
* ena: Support customer metric with sysctlOsama Abboud2023-12-281-2/+47
* ena: Introduce shared sample interval for all statsOsama Abboud2023-12-281-6/+6
* ena: Update ena_com_update_intr_reg API usageOsama Abboud2023-12-281-1/+1
* 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-281-17/+109
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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-131-18/+18
* 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: Fix LLQ descriptor reconfigurationMichal Krawczyk2022-07-061-19/+16
* ena: Make first_interrupt a uint8_tMark Johnston2022-07-011-1/+1
* ena: Align names of constantsDawid Gorecki2022-06-301-9/+10
* ena: Fix styling issuesDawid Gorecki2022-06-301-306/+287
* ena: Use device_set_desc in probeDawid Gorecki2022-06-301-3/+1
* ena: Move ena_copy_eni_metrics into separate taskDawid Gorecki2022-06-301-34/+23
* ena: Use atomic_load/store functions for first_interrupt variableDawid Gorecki2022-06-301-3/+4
* ena: Store ticks of last Tx cleanupDawid Gorecki2022-06-301-3/+14
* ena: Prevent LLQ initialization when membar isn't exposedDawid Gorecki2022-06-301-6/+23
* ena: Move reset completion logging to the reset functionDawid Gorecki2022-06-301-3/+4
* ena(4): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* ena: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* ena(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* ena: do not call reset if device is unresponsiveDawid Gorecki2022-01-231-0/+12
* ena: start timer service on attachDawid Gorecki2022-01-231-27/+37
* ena: merge ena-com v2.5.0 upgradeMarcin Wojtas2022-01-231-3/+43
* ena: Implement full RSS reconfigurationArtur Rojek2021-09-011-13/+49
* ena: Add missing statisticsArtur Rojek2021-09-011-0/+3
* ena: Share ena_global_lock between driver instancesArtur Rojek2021-09-011-37/+37