aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena
Commit message (Expand)AuthorAgeFilesLines
* ena: Update driver version to v2.6.1Michal Krawczyk2022-07-261-1/+1
* ena: Fix LLQ descriptor reconfigurationMichal Krawczyk2022-07-261-19/+16
* ena: Align req_id and qid print orderMichal Krawczyk2022-07-261-2/+2
* ena: Make first_interrupt a uint8_tMark Johnston2022-07-263-4/+4
* ena: Update driver version to v2.6.0Michal Krawczyk2022-07-261-1/+1
* ena: Fix invalid KASSERT test in netmap codeMichal Krawczyk2022-07-261-1/+1
* ena: Align names of constantsDawid Gorecki2022-07-265-46/+47
* ena: Remove write-only datapath variableMichal Krawczyk2022-07-261-3/+0
* ena: Fix styling issuesDawid Gorecki2022-07-2610-633/+589
* ena: Use device_set_desc in probeDawid Gorecki2022-07-261-3/+1
* ena: Move ena_copy_eni_metrics into separate taskDawid Gorecki2022-07-262-34/+25
* ena: Use atomic_load/store functions for first_interrupt variableDawid Gorecki2022-07-262-5/+6
* ena: Store ticks of last Tx cleanupDawid Gorecki2022-07-263-3/+18
* ena: Prevent LLQ initialization when membar isn't exposedDawid Gorecki2022-07-261-6/+23
* ena: Extend debug prints for invalid req_id resetsDawid Gorecki2022-07-262-3/+7
* ena: Move reset completion logging to the reset functionDawid Gorecki2022-07-261-3/+4
* ena: Add ena_ring_tx_doorbell() functionDawid Gorecki2022-07-263-16/+13
* ena(4): Fix a typo in a source code commentGordon Bergling2022-06-101-1/+1
* ena(4): Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* ena: update ENA version to v2.5.0Michal Krawczyk2022-02-241-2/+2
* ena: do not call reset if device is unresponsiveDawid Gorecki2022-02-241-0/+12
* ena: start timer service on attachDawid Gorecki2022-02-242-27/+45
* ena: rework tx req_id validation logicArtur Rojek2022-02-241-17/+18
* ena: properly handle IPv6 L4 checksum offloadDawid Gorecki2022-02-242-16/+29
* ena: merge ena-com v2.5.0 upgradeMarcin Wojtas2022-02-244-3/+55
* Upgrade ENA to v2.4.1Marcin Wojtas2021-10-117-231/+846
* Upgrade ENA to v2.4.0Marcin Wojtas2021-10-116-273/+380
* MFC 1c808fcd859f: Allocate BAR for ENA MSIx vector tableMichal Krawczyk2021-02-222-1/+24
* MFC: Merge ENA v2.3.0 driverMarcin Wojtas2020-11-258-157/+310
* MFC: Merge ENA v2.2.0 driverMarcin Wojtas2020-09-068-638/+858
* MFC: ENA netmap support and bug fixesMarcin Wojtas2020-09-066-1208/+2617
* MFC: Merge ENA v2.0.0 driverMarcin Wojtas2020-09-064-503/+1390
* MFC r362530: teach ena driver about RSS kernel optionAndriy Gapon2020-07-301-0/+28
* MFC r360777: Optimize ENA Rx refill for low memory conditionsMarcin Wojtas2020-05-122-7/+26
* MFC r345371: Prevent double activation of admin interrupt in ENAMarcin Wojtas2019-04-042-9/+1
* Merge ENA OOO RX fixesMarcin Wojtas2019-02-262-10/+19
* MFC r343074: Suppress excessive error prints in ENA TX hotpathMarcin Wojtas2019-01-242-2/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Remove stray space from PNP string.Warner Losh2018-07-081-1/+1
* Add PNP info to PCI attachment of ena driverWarner Losh2018-07-082-2/+4
* Do not pass header length to the ENA controllerMarcin Wojtas2018-05-101-3/+9
* Skip setting the MTU for ENA if it is not changingMarcin Wojtas2018-05-101-0/+2
* Upgrade ENA version to v0.8.1Marcin Wojtas2018-05-101-1/+1
* Fix setting AENQ group in ENA driverMarcin Wojtas2017-11-091-5/+1
* Allow usage of more RX descriptors than 1 in ENA driverMarcin Wojtas2017-11-093-5/+17
* Read max MTU from the ENA deviceMarcin Wojtas2017-11-092-27/+19
* Fix calculating io queues number in ENA driverMarcin Wojtas2017-11-091-1/+1
* Rework printouts and logging level in ENA driverMarcin Wojtas2017-11-091-57/+88