aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27net: ena: remove set but not used variable 'rx_ring'YueHaibing1-3/+0
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-18/+18
2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski1-14/+10
2019-12-20net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-12net: ena: Add first_interrupt field to napi structSameeh Jubran2-2/+6
2019-12-12net: ena: Implement XDP_TX actionSameeh Jubran3-186/+701
2019-12-12net: ena: implement XDP drop supportSameeh Jubran2-11/+233
2019-12-10net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2019-10-07net: ena: ethtool: support set_channels callbackSameeh Jubran3-3/+35
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 Jubran3-25/+29
2019-10-07net: ena: ethtool: get_channels: use combined onlySameeh Jubran1-8/+2
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 Jubran3-44/+44
2019-09-27net: ena: clean up indentation issueColin Ian King1-2/+2
2019-09-22net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan1-0/+1
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 Kiyanovski3-4/+19
2019-09-16net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski1-2/+3
2019-09-16net: ena: fix update of interrupt moderation registerArthur Kiyanovski1-1/+4
2019-09-16net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2-252/+0
2019-09-16net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2-13/+0
2019-09-16net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2-10/+0
2019-09-16net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_interval _*()Arthur Kiyanovski1-14/+16
2019-09-16net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski2-0/+11
2019-09-16net: ena: reimplement set/get_coalesce()Arthur Kiyanovski1-58/+26
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski3-21/+41
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski3-18/+13
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 Kicinski6-184/+11
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran1-2/+2
2019-06-12net: ena: update driver version from 2.0.3 to 2.1.0Sameeh Jubran1-2/+2
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran3-24/+24
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran3-1/+40
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran3-42/+127
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran2-6/+6
2019-06-12net: ena: enable negotiating larger Rx ring sizeSameeh Jubran2-49/+110
2019-06-12net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski3-30/+105
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran1-3/+1
2019-06-03net: ena: add good checksum counterSameeh Jubran3-2/+7
2019-06-03net: ena: optimise calculations for CQ doorbellSameeh Jubran1-9/+11
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran1-6/+4
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran2-9/+39
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran1-8/+8
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 Jubran2-31/+28
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski6-11/+184
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran6-17/+85
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3