aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-11net: ena: update ena driver to version 1.1.7Netanel Belgazal1-1/+1
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal3-31/+50
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal1-0/+8
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal3-0/+58
2017-06-11net: ena: add missing unmap bars on device removalNetanel Belgazal1-4/+11
2017-06-11net: ena: fix race condition between submit and completion admin commandNetanel Belgazal1-4/+2
2017-06-11net: ena: add missing return when ena_com_get_io_handlers() failsNetanel Belgazal1-0/+2
2017-06-11net: ena: fix bug that might cause hang after consecutive open/close interface.Netanel Belgazal1-15/+26
2017-06-11net: ena: fix rare uncompleted admin command false alarmNetanel Belgazal1-10/+11
2017-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2-45/+12
2017-02-20net: ena: remove superfluous check in ena_remove()Lino Sanfilippo1-6/+0
2017-02-09net/ena: update driver version to 1.1.2Netanel Belgazal1-1/+1
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal2-7/+6
2017-02-09net/ena: change driver's default timeoutsNetanel Belgazal2-5/+5
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal2-13/+28
2017-02-09net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2-4/+5
2017-02-09net/ena: use napi_complete_done() return valueNetanel Belgazal1-15/+29
2017-02-09net/ena: fix potential access to freed memory during device resetNetanel Belgazal1-13/+43
2017-02-09net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal3-15/+42
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal1-1/+5
2017-02-09net/ena: fix RSS default hash configurationNetanel Belgazal1-1/+1
2017-02-09net/ena: fix ethtool RSS flow configurationNetanel Belgazal1-6/+6
2017-02-09net/ena: fix queues number calculationNetanel Belgazal1-1/+1
2017-02-09net/ena: remove ntuple filter support from device feature listNetanel Belgazal1-1/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-6/+4
2016-10-26net: ena: use setup_timer() and mod_timer()Wei Yongjun1-6/+3
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-7/+2
2016-08-23net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen1-9/+3
2016-08-15net: ena: Fix error return code in ena_device_init()Wei Yongjun1-0/+1
2016-08-15net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun1-3/+0
2016-08-12net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal15-0/+10540