aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ENA driver error handling in attach and basic style fixesMarcin Wojtas2017-11-071-75/+34
* Rework counting of hardware statistics in ENA driverMarcin Wojtas2017-10-313-119/+48
* Update ena-com HAL to v1.1.4.3 and update driver accordinglyMarcin Wojtas2017-10-313-20/+40
* Fix error check for Rx mbuf allocation in ENA driverZbigniew Bodek2017-07-101-1/+1
* Replace mbuf defragmentation with collapseZbigniew Bodek2017-07-043-18/+21
* Fix creation of dma tags and TSO settingsZbigniew Bodek2017-07-042-35/+36
* Remove RX mtx from ENA driverZbigniew Bodek2017-07-041-4/+0
* Call drbr_advance() before leaving TX routineZbigniew Bodek2017-07-041-1/+2
* Unmask all IO irqs after driver state is set as runningZbigniew Bodek2017-07-041-1/+2
* Acquire locks before calling drbr_flush()Zbigniew Bodek2017-07-041-1/+3
* Add missing lock upon initialization of the interfaceZbigniew Bodek2017-07-031-1/+4
* Introduce additional locks when releasing TX resources and buffers in ENAZbigniew Bodek2017-05-301-0/+4
* Move ENA's hw stats updating routine to separate taskZbigniew Bodek2017-05-302-16/+46
* Add error handling to the ENA driver if init of the reset task failsZbigniew Bodek2017-05-301-7/+15
* Add locks before each ena_up and ena_downZbigniew Bodek2017-05-301-5/+12
* Add mbuf defragmentation to the ENA driverZbigniew Bodek2017-05-303-16/+53
* Add support for Amazon Elastic Network Adapter (ENA) NICZbigniew Bodek2017-05-224-0/+4490