aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ena
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the LLQv2 and WC in ENAMarcin Wojtas2019-05-303-103/+460
* Lock optimization in ENAMarcin Wojtas2019-05-303-78/+135
* Add tuneable drbr ring size and hw queues depth for ENAMarcin Wojtas2019-05-303-62/+270
* Fix error in validate_tx_req_id() in ENAMarcin Wojtas2019-05-301-5/+2
* Change attach order to prevent crash upon failure in ENAMarcin Wojtas2019-05-301-10/+11
* Change order of ifp release on ENA detachMarcin Wojtas2019-05-301-5/+4
* Check for number of MSI-x upon partial allocation in ENAMarcin Wojtas2019-05-301-0/+8
* Set error value when allocation of IO irq fails in ENAMarcin Wojtas2019-05-301-0/+1
* Set vaddr and paddr as NULL when DMA alloc fails in ENAMarcin Wojtas2019-05-301-0/+2
* Fix DMA synchronization in the ENA driver Tx and Rx pathsMarcin Wojtas2019-05-301-3/+23
* Check for missing MSI-x and Tx completions in ENAMarcin Wojtas2019-05-302-21/+74
* Fill number of CPUs field on ENA host_info structureMarcin Wojtas2019-05-301-0/+1
* Print ENA Tx error conditionallyMarcin Wojtas2019-05-301-1/+7
* Trigger reset in ENA if there are too many Rx descriptorsMarcin Wojtas2019-05-301-1/+6
* Remove RSS support in ENAMarcin Wojtas2019-05-301-53/+3
* Add notification AENQ handler for ENAMarcin Wojtas2019-05-301-2/+63
* Print information when ENA admin error occursMarcin Wojtas2019-05-301-3/+9
* Do not specify active media type in ENAMarcin Wojtas2019-05-301-1/+1
* Adjust ENA driver to the new ena-comMarcin Wojtas2019-05-301-6/+6
* Prevent double activation of admin interrupt in ENAMarcin Wojtas2019-03-212-9/+1
* Do not use ntc for obtaining buffer on Rx in the ENAMarcin Wojtas2019-02-152-7/+5
* Fix validation of the Rx OOO completion in the ENAMarcin Wojtas2019-02-151-4/+15
* Suppress excessive error prints in ENA TX hotpathMarcin Wojtas2019-01-162-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
* Fix comparing L3 type with L4 enum on RX hash in ENA driverMarcin Wojtas2017-11-091-1/+1
* Fix compilation warnings when building ENA driver with gcc compilerMarcin Wojtas2017-11-091-1/+1
* Fix checking if the DF flag was set in ENA driverMarcin Wojtas2017-11-091-1/+1
* Cleanup of the ENA driver header fileMarcin Wojtas2017-11-092-52/+20
* Allow partial MSI-x allocation in ENA driverMarcin Wojtas2017-11-092-2/+11
* Remove deprecated and unused counters in ENA driverMarcin Wojtas2017-11-093-55/+1
* Cover ENA driver code with branch predictioning statementsMarcin Wojtas2017-11-091-108/+109
* Refactor style of the ENA driverMarcin Wojtas2017-11-093-256/+243
* Fix error handling in the ENA driver and lock drbr_free() callMarcin Wojtas2017-11-091-45/+49
* Destroy admin queue after freeing interrupts in ENA driverMarcin Wojtas2017-11-091-2/+6
* Split function checking for missing TX completion in ENA driverMarcin Wojtas2017-11-091-41/+54
* Check for Rx ring state to prevent from stall in the ENA driverMarcin Wojtas2017-11-093-5/+119
* Add RX OOO completion featureMarcin Wojtas2017-11-093-21/+97
* Change function validate_tx_req_id() to inline in ENA driverMarcin Wojtas2017-11-071-2/+2