summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
Commit message (Expand)AuthorAgeFilesLines
* net: ena: remove set but not used variable 'hash_key'YueHaibing2020-02-171-4/+0
* net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski2020-02-111-0/+5
* net: ena: ethtool: use correct value for crc32 hashSameeh Jubran2020-02-111-2/+2
* net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski2020-02-113-0/+16
* net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski2020-02-111-28/+0
* net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2020-02-112-1/+25
* net: ena: rss: store hash function as values and not bitsArthur Kiyanovski2020-02-111-1/+5
* net: ena: rss: fix failure to get indirection tableSameeh Jubran2020-02-111-0/+14
* net: ena: rss: do not allocate key when not supportedSameeh Jubran2020-02-111-3/+21
* net: ena: fix incorrect default RSS keyArthur Kiyanovski2020-02-112-0/+16
* net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski2020-02-111-0/+1
* net: ena: fix uses of round_jiffies()Arthur Kiyanovski2020-02-111-3/+3
* net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski2020-02-111-8/+9
* net: ena: remove set but not used variable 'rx_ring'YueHaibing2019-12-271-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-223-18/+18
|\
| * net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski2019-12-201-14/+10
| * net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski2019-12-201-1/+1
| * net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal2019-12-101-3/+7
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | net: ena: Add first_interrupt field to napi structSameeh Jubran2019-12-122-2/+6
* | net: ena: Implement XDP_TX actionSameeh Jubran2019-12-123-186/+701
* | net: ena: implement XDP drop supportSameeh Jubran2019-12-122-11/+233
|/
* net: ena: ethtool: support set_channels callbackSameeh Jubran2019-10-073-3/+35
* net: ena: remove redundant print of number of queuesSameeh Jubran2019-10-071-2/+2
* net: ena: make ethtool -l show correct max number of queuesSameeh Jubran2019-10-073-25/+29
* net: ena: ethtool: get_channels: use combined onlySameeh Jubran2019-10-071-8/+2
* net: ena: multiple queue creation related cleanupsSameeh Jubran2019-10-071-20/+11
* net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran2019-10-073-44/+44
* net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
* net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan2019-09-221-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-1/+2
|\
| * net: ena: don't wake up tx queue when downSameeh Jubran2019-09-161-1/+2
* | net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski2019-09-163-4/+19
* | net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski2019-09-161-2/+3
* | net: ena: fix update of interrupt moderation registerArthur Kiyanovski2019-09-161-1/+4
* | net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2019-09-162-252/+0
* | net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2019-09-162-13/+0
* | net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2019-09-162-10/+0
* | net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski2019-09-161-14/+16
* | net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski2019-09-162-0/+11
* | net: ena: reimplement set/get_coalesce()Arthur Kiyanovski2019-09-161-58/+26
* | net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski2019-09-163-21/+41
* | net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski2019-09-163-18/+13
|/
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-266-184/+11
* net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran2019-06-231-2/+2
* net: ena: update driver version from 2.0.3 to 2.1.0Sameeh Jubran2019-06-121-2/+2
* net: ena: remove inline keyword from functions in *.cSameeh Jubran2019-06-123-24/+24
* net: ena: add ethtool function for changing io queue sizesSameeh Jubran2019-06-123-1/+40
* net: ena: allow queue allocation backoff when low on memorySameeh Jubran2019-06-123-42/+127
* net: ena: make ethtool show correct current and max queue sizesSameeh Jubran2019-06-122-6/+6