summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-261-14/+0Star
* net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran2019-06-231-2/+2
* net: ena: remove inline keyword from functions in *.cSameeh Jubran2019-06-121-8/+8
* net: ena: add ethtool function for changing io queue sizesSameeh Jubran2019-06-121-0/+14
* net: ena: allow queue allocation backoff when low on memorySameeh Jubran2019-06-121-38/+121
* net: ena: make ethtool show correct current and max queue sizesSameeh Jubran2019-06-121-0/+2
* net: ena: enable negotiating larger Rx ring sizeSameeh Jubran2019-06-121-49/+95
* net: ena: use dev_info_once instead of static variableSameeh Jubran2019-06-031-3/+1Star
* net: ena: add good checksum counterSameeh Jubran2019-06-031-0/+3
* net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran2019-06-031-6/+6
* net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran2019-06-031-24/+24
* net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski2019-06-031-0/+14
* net: ena: add handling of llq max tx burst sizeSameeh Jubran2019-06-031-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-11/+17
|\
| * net: ena: gcc 8: fix compilation warningSameeh Jubran2019-05-041-1/+1
| * net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran2019-05-041-0/+1
| * net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran2019-05-041-10/+15
* | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
|/
* net: ena: fix race between link up and device initalizationArthur Kiyanovski2019-02-121-5/+5
* net: ena: fix crash during ena_remove()Arthur Kiyanovski2018-11-201-11/+10Star
* net: ena: fix crash during failed resume from hibernationArthur Kiyanovski2018-11-201-1/+1
* net: ena: enable Low Latency QueuesArthur Kiyanovski2018-10-181-14/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-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/+1Star
* | 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/+2Star
* | 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-041-22/+0Star
|\|
| * net: ena: remove ndo_poll_controllerEric Dumazet2018-09-281-22/+0Star
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
|/
* net: ena: fix incorrect usage of memory barriersNetanel Belgazal2018-09-091-19/+11Star
* net: ena: fix missing lock during device destructionNetanel Belgazal2018-09-091-13/+7Star
* 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/+1Star
* 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