summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* net: ena: remove superfluous check in ena_remove()Lino Sanfilippo2017-02-201-6/+0
* net/ena: update driver version to 1.1.2Netanel Belgazal2017-02-091-1/+1
* net/ena: change condition for host attribute configurationNetanel Belgazal2017-02-092-7/+6
* net/ena: change driver's default timeoutsNetanel Belgazal2017-02-092-5/+5
* net/ena: reduce the severity of ena printoutsNetanel Belgazal2017-02-092-13/+28
* net/ena: use READ_ONCE to access completion descriptorsNetanel Belgazal2017-02-092-4/+5
* net/ena: use napi_complete_done() return valueNetanel Belgazal2017-02-091-15/+29
* net/ena: fix potential access to freed memory during device resetNetanel Belgazal2017-02-091-13/+43
* net/ena: refactor ena_get_stats64 to be atomic context safeNetanel Belgazal2017-02-093-15/+42
* net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal2017-02-091-1/+5
* net/ena: fix RSS default hash configurationNetanel Belgazal2017-02-091-1/+1
* net/ena: fix ethtool RSS flow configurationNetanel Belgazal2017-02-091-6/+6
* net/ena: fix queues number calculationNetanel Belgazal2017-02-091-1/+1
* net/ena: remove ntuple filter support from device feature listNetanel Belgazal2017-02-091-1/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+4
* net: ena: use setup_timer() and mod_timer()Wei Yongjun2016-10-261-6/+3
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-7/+2
* net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen2016-08-231-9/+3
* net: ena: Fix error return code in ena_device_init()Wei Yongjun2016-08-151-0/+1
* net: ena: Remove unnecessary pci_set_drvdata()Wei Yongjun2016-08-151-3/+0
* net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal2016-08-1215-0/+10540