aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-07net: ena: ethtool: support set_channels callbackSameeh Jubran1-3/+19
2019-10-07net: ena: remove redundant print of number of queuesSameeh Jubran1-2/+2
2019-10-07net: ena: make ethtool -l show correct max number of queuesSameeh Jubran1-19/+22
2019-10-07net: ena: multiple queue creation related cleanupsSameeh Jubran1-20/+11
2019-10-07net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran1-33/+33
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski1-0/+1
2019-09-16net: ena: fix update of interrupt moderation registerArthur Kiyanovski1-1/+4
2019-09-16net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski1-10/+0
2019-09-16net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski1-8/+0
2019-09-16net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski1-0/+3
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski1-18/+37
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski1-1/+2
2019-09-16net: ena: don't wake up tx queue when downSameeh Jubran1-1/+2
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski1-14/+0
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran1-2/+2
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran1-8/+8
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran1-0/+14
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran1-38/+121
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran1-0/+2
2019-06-12net: ena: enable negotiating larger Rx ring sizeSameeh Jubran1-49/+95
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran1-3/+1
2019-06-03net: ena: add good checksum counterSameeh Jubran1-0/+3
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran1-6/+6
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran1-24/+24
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski1-0/+14
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran1-0/+7
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+17
2019-05-04net: ena: gcc 8: fix compilation warningSameeh Jubran1-1/+1
2019-05-04net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran1-0/+1
2019-05-04net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran1-10/+15
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+2
2019-02-12net: ena: fix race between link up and device initalizationArthur Kiyanovski1-5/+5
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