aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-19net: ena: fix crash during ena_remove()Arthur Kiyanovski1-11/+10
2018-11-19net: ena: fix crash during failed resume from hibernationArthur Kiyanovski1-1/+1
2018-10-17net: ena: enable Low Latency QueuesArthur Kiyanovski1-14/+4
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+12
2018-10-11net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski1-1/+1
2018-10-11net: ena: limit refill Rx threshold to 256 to avoid latency issuesArthur Kiyanovski1-1/+3
2018-10-11net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski1-3/+2
2018-10-11net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski1-1/+12
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski1-143/+244
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski1-10/+11
2018-10-11net: ena: introduce Low Latency Queues data structures according to ENA specArthur Kiyanovski1-3/+3
2018-10-11net: ena: complete host info to match latest ENA specArthur Kiyanovski1-3/+7
2018-10-09net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski1-2/+7
2018-10-09net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski1-0/+4
2018-10-09net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski1-8/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+0
2018-09-28net: ena: remove ndo_poll_controllerEric Dumazet1-22/+0
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-09-09net: ena: fix incorrect usage of memory barriersNetanel Belgazal1-19/+11
2018-09-09net: ena: fix missing lock during device destructionNetanel Belgazal1-13/+7
2018-09-09net: ena: fix potential double ena_destroy_device()Netanel Belgazal1-0/+5
2018-09-09net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal1-6/+7
2018-09-09net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal1-5/+5
2018-09-09net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal1-2/+2
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-04-24net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck1-27/+1
2018-03-26net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+3
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 MSI-XNetanel 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