summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* net: ena: update ena driver to version 1.2.0Netanel Belgazal2017-06-231-3/+3
* net: ena: update driver's rx drop statisticsNetanel Belgazal2017-06-231-0/+9
* net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal2017-06-231-2/+2
* net: ena: separate skb allocation to dedicated functionNetanel Belgazal2017-06-231-17/+27
* net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal2017-06-231-1/+1
* net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2017-06-232-20/+51
* net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-234-17/+83
* net: ena: add reset reason for each device FLRNetanel Belgazal2017-06-235-6/+54
* net: ena: change sizeof() argument to be the type pointerNetanel Belgazal2017-06-231-8/+8
* net: ena: add hardware hints capability to the driverNetanel Belgazal2017-06-236-11/+137
* net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-233-28/+24Star
* net: ena: update ena driver to version 1.1.7Netanel Belgazal2017-06-111-1/+1
* net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal2017-06-113-31/+50
* net: ena: disable admin msix while working in polling modeNetanel Belgazal2017-06-111-0/+8
* net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal2017-06-113-0/+58
* net: ena: add missing unmap bars on device removalNetanel Belgazal2017-06-111-4/+11
* net: ena: fix race condition between submit and completion admin commandNetanel Belgazal2017-06-111-4/+2Star
* net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal2017-06-111-0/+2
* net: ena: fix bug that might cause hang after consecutive open/close interface.Netanel Belgazal2017-06-111-15/+26
* net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal2017-06-111-10/+11
* net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-45/+12Star
* net: ena: remove superfluous check in ena_remove()Lino Sanfilippo2017-02-201-6/+0Star
* net/ena: update driver version to 1.1.2Netanel Belgazal2017-02-101-1/+1
* net/ena: change condition for host attribute configurationNetanel Belgazal2017-02-102-7/+6Star
* net/ena: change driver's default timeoutsNetanel Belgazal2017-02-102-5/+5
* net/ena: reduce the severity of ena printoutsNetanel Belgazal2017-02-102-13/+28
* net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2017-02-102-4/+5
* net/ena: use napi_complete_done() return valueNetanel Belgazal2017-02-101-15/+29
* net/ena: fix potential access to freed memory during device resetNetanel Belgazal2017-02-101-13/+43
* net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal2017-02-103-15/+42
* net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal2017-02-101-1/+5
* net/ena: fix RSS default hash configurationNetanel Belgazal2017-02-101-1/+1
* net/ena: fix ethtool RSS flow configurationNetanel Belgazal2017-02-101-6/+6
* net/ena: fix queues number calculationNetanel Belgazal2017-02-101-1/+1
* net/ena: remove ntuple filter support from device feature listNetanel Belgazal2017-02-101-1/+0Star
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+4Star
* net: ena: use setup_timer() and mod_timer()Wei Yongjun2016-10-261-6/+3Star
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-7/+2Star
* net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen2016-08-241-9/+3Star
* net: ena: Fix error return code in ena_device_init()Wei Yongjun2016-08-161-0/+1
* net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun2016-08-161-3/+0Star
* net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal2016-08-1315-0/+10540