summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+30
2018-01-03net: ena: fix error handling in ena_down() sequenceNetanel Belgazal1-2/+17
2018-01-03net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal1-13/+13
2018-01-02net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal1-7/+61
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-20net: ena: fix race condition between device reset and link up setupNetanel Belgazal1-2/+9
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal1-13/+17
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal1-27/+90
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal1-50/+0
2017-10-19net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal1-1/+2
2017-10-19net: ena: reduce the severity of some printoutsNetanel Belgazal1-2/+2
2017-06-23net: ena: update driver's rx drop statisticsNetanel Belgazal1-0/+9
2017-06-23net: ena: separate skb allocation to dedicated functionNetanel Belgazal1-17/+27
2017-06-23net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal1-1/+1
2017-06-23net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal1-19/+46
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal1-15/+68
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal1-4/+13
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal1-5/+61
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal1-10/+10
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal1-28/+38
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal1-0/+55
2017-06-11net: ena: add missing unmap bars on device removalNetanel Belgazal1-4/+11
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-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig1-43/+12
2017-02-20net: ena: remove superfluous check in ena_remove()Lino Sanfilippo1-6/+0
2017-02-09net/ena: change condition for host attribute configurationNetanel Belgazal1-2/+3
2017-02-09net/ena: reduce the severity of ena printoutsNetanel Belgazal1-3/+11
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 Belgazal1-15/+33
2017-02-09net/ena: fix NULL dereference when removing the driver after device reset failedNetanel Belgazal1-1/+5
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 Belgazal1-0/+3280