summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-15/+30
|\
| * net: ena: fix error handling in ena_down() sequenceNetanel Belgazal2018-01-031-2/+17
| * net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal2018-01-031-13/+13
* | net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal2018-01-021-7/+61
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* net: ena: fix race condition between device reset and link up setupNetanel Belgazal2017-11-201-2/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-3/+4
|\ \ | |/
| * 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: add statistics for missed tx packetsNetanel Belgazal2017-10-191-13/+17
* | net: ena: add power management ops to the ENA driverNetanel Belgazal2017-10-191-27/+90
* | net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal2017-10-191-50/+0
|/
* net: ena: update driver's rx drop statisticsNetanel Belgazal2017-06-231-0/+9
* 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-231-19/+46
* net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-231-15/+68
* net: ena: add reset reason for each device FLRNetanel Belgazal2017-06-231-4/+13
* net: ena: add hardware hints capability to the driverNetanel Belgazal2017-06-231-5/+61
* net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-231-10/+10
* net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal2017-06-111-28/+38
* net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal2017-06-111-0/+55
* net: ena: add missing unmap bars on device removalNetanel Belgazal2017-06-111-4/+11
* 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: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-111-43/+12
* net: ena: remove superfluous check in ena_remove()Lino Sanfilippo2017-02-201-6/+0
* net/ena: change condition for host attribute configurationNetanel Belgazal2017-02-091-2/+3
* net/ena: reduce the severity of ena printoutsNetanel Belgazal2017-02-091-3/+11
* 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-091-15/+33
* net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal2017-02-091-1/+5
* 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-121-0/+3280
OpenPOWER on IntegriCloud