summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2020-06-22net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski
2020-05-27net/ena: Fix build warning in ena_xdp_set()Gavin Shan
2020-04-01net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski
2020-03-05net: ena: ethtool: use correct value for crc32 hashSameeh Jubran
2020-03-05net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski
2020-03-05net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski
2020-03-05net: ena: rss: store hash function as values and not bitsArthur Kiyanovski
2020-03-05net: ena: rss: fix failure to get indirection tableSameeh Jubran
2020-03-05net: ena: rss: do not allocate key when not supportedSameeh Jubran
2020-03-05net: ena: fix incorrect default RSS keyArthur Kiyanovski
2020-03-05net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski
2020-03-05net: ena: fix uses of round_jiffies()Arthur Kiyanovski
2020-03-05net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal
2019-12-31net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski
2019-12-31net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski
2019-09-27net: ena: clean up indentation issueColin Ian King
2019-09-22net: ena: Select DIMLIB for ENA_ETHERNETMao Wenan
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski
2019-09-16net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski
2019-09-16net: ena: fix update of interrupt moderation registerArthur Kiyanovski
2019-09-16net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski
2019-09-16net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski
2019-09-16net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski
2019-09-16net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski
2019-09-16net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski
2019-09-16net: ena: reimplement set/get_coalesce()Arthur Kiyanovski
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski
2019-09-16net: ena: don't wake up tx queue when downSameeh Jubran
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran
2019-06-12net: ena: update driver version from 2.0.3 to 2.1.0Sameeh Jubran
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran
2019-06-12net: ena: enable negotiating larger Rx ring sizeSameeh Jubran
2019-06-12net: ena: add MAX_QUEUES_EXT get feature admin commandArthur Kiyanovski
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran
2019-06-03net: ena: add good checksum counterSameeh Jubran
2019-06-03net: ena: optimise calculations for CQ doorbellSameeh Jubran
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran