aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena
Commit message (Expand)AuthorAgeFilesLines
* ena: Update driver version to v2.8.4Arthur Kiyanovski2026-07-161-1/+1
* ena: Fix false 'missing TX completions' warnings due to timestamp raceGilad Ben Yakov2026-07-163-9/+10
* ena: Batch RX statistics updatesDavid Arinzon2026-07-161-11/+12
* ena: Swap cleanup orderArthur Kiyanovski2026-07-161-1/+1
* ena: Put taskqueues into correct domain if !RSSColin Percival2026-07-141-1/+11
* ena: Update driver version to v2.8.3Arthur Kiyanovski2026-04-271-1/+1
* ena: Report RX overrun errorsDavid Arinzon2026-04-273-0/+8
* ena: Budget rx descriptors, not packetsColin Percival2026-04-242-5/+12
* ena: Adjust ena_[rt]x_cleanup to return boolColin Percival2026-04-241-14/+12
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* ena: Update driver version to v2.8.2Arthur Kiyanovski2026-03-101-1/+1
* ena: Verify that an ENA ring is in netmap only in native modeDavid Arinzon2026-03-101-3/+5
* ena: Minor changesArthur Kiyanovski2026-03-102-5/+3
* ena: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin2025-11-223-8/+0
* 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