summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* net: ena: enable Low Latency QueuesArthur Kiyanovski2018-10-171-14/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-10/+12
|\
| * net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski2018-10-091-2/+7
| * net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski2018-10-091-0/+4
| * net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski2018-10-091-8/+1
* | net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski2018-10-111-1/+1
* | net: ena: limit refill Rx threshold to 256 to avoid latency issuesArthur Kiyanovski2018-10-111-1/+3
* | net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski2018-10-111-3/+2
* | net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski2018-10-111-1/+12
* | net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski2018-10-111-143/+244
* | net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski2018-10-111-10/+11
* | net: ena: introduce Low Latency Queues data structures according to ENA specArthur Kiyanovski2018-10-111-3/+3
* | net: ena: complete host info to match latest ENA specArthur Kiyanovski2018-10-111-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-22/+0
|\ \ | |/
| * net: ena: remove ndo_poll_controllerEric Dumazet2018-09-281-22/+0
* | net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
|/
* net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-091-19/+11
* net: ena: fix missing lock during device destructionNetanel Belgazal2018-09-091-13/+7
* net: ena: fix potential double ena_destroy_device()Netanel Belgazal2018-09-091-0/+5
* net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal2018-09-091-6/+7
* net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2018-09-091-5/+5
* net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal2018-09-091-2/+2
* net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-27/+1
* 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
OpenPOWER on IntegriCloud