aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena/ena.h
Commit message (Expand)AuthorAgeFilesLines
* Add PNP info to PCI attachment of ena driverWarner Losh2018-07-081-2/+2
* Upgrade ENA version to v0.8.1Marcin Wojtas2018-05-101-1/+1
* Allow usage of more RX descriptors than 1 in ENA driverMarcin Wojtas2017-11-091-0/+1
* Read max MTU from the ENA deviceMarcin Wojtas2017-11-091-0/+4
* Cleanup of the ENA driver header fileMarcin Wojtas2017-11-091-44/+15
* Allow partial MSI-x allocation in ENA driverMarcin Wojtas2017-11-091-1/+2
* Remove deprecated and unused counters in ENA driverMarcin Wojtas2017-11-091-20/+0
* Refactor style of the ENA driverMarcin Wojtas2017-11-091-2/+0
* Check for Rx ring state to prevent from stall in the ENA driverMarcin Wojtas2017-11-091-4/+12
* Add RX OOO completion featureMarcin Wojtas2017-11-091-2/+7
* Rework counting of hardware statistics in ENA driverMarcin Wojtas2017-10-311-11/+5
* Update ena-com HAL to v1.1.4.3 and update driver accordinglyMarcin Wojtas2017-10-311-5/+7
* Replace mbuf defragmentation with collapseZbigniew Bodek2017-07-041-2/+2
* Fix creation of dma tags and TSO settingsZbigniew Bodek2017-07-041-1/+1
* Move ENA's hw stats updating routine to separate taskZbigniew Bodek2017-05-301-0/+4
* Add mbuf defragmentation to the ENA driverZbigniew Bodek2017-05-301-0/+2
* Add support for Amazon Elastic Network Adapter (ENA) NICZbigniew Bodek2017-05-221-0/+434