summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
...
| * net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal2017-10-191-2/+2
| * net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal2017-10-191-1/+2
| * net: ena: reduce the severity of some printoutsNetanel Belgazal2017-10-191-2/+2
* | net: ena: increase ena driver version to 1.3.0Netanel Belgazal2017-10-191-2/+2
* | net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal2017-10-191-0/+6
* | net: ena: add statistics for missed tx packetsNetanel Belgazal2017-10-193-13/+19
* | net: ena: add power management ops to the ENA driverNetanel Belgazal2017-10-193-27/+95
* | net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal2017-10-193-56/+0Star
* | net: ena: improve ENA driver boot time.Netanel Belgazal2017-10-191-4/+8
* | net: ena: Remove redundant unlikely()Tobias Klauser2017-09-261-2/+2
|/
* 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