aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/amazon/ena/ena_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-03net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski1-18/+30
2020-05-03net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran1-0/+1
2020-05-03net: ena: remove code that does nothingSameeh Jubran1-4/+1
2020-05-03net: ena: allow setting the hash function without changing the keySameeh Jubran1-4/+8
2020-03-14net: ena: ethtool: clean up minor indentation issueColin Ian King1-1/+1
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-02-24net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky1-1/+0
2020-02-23net: ena: ethtool: remove redundant non-zero check on rcColin Ian King1-4/+0
2020-02-11net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-02-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski1-0/+3
2020-02-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection tableArthur Kiyanovski1-1/+23
2020-02-11net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-02-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+10
2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski1-14/+10
2019-12-12net: ena: Implement XDP_TX actionSameeh Jubran1-1/+3
2019-10-07net: ena: ethtool: support set_channels callbackSameeh Jubran1-0/+13
2019-10-07net: ena: make ethtool -l show correct max number of queuesSameeh Jubran1-1/+1
2019-10-07net: ena: ethtool: get_channels: use combined onlySameeh Jubran1-8/+2
2019-10-07net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran1-10/+10
2019-09-16net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski1-2/+3
2019-09-16net: ena: reimplement set/get_coalesce()Arthur Kiyanovski1-58/+26
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski1-64/+11
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran1-0/+22
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran1-2/+2
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran1-6/+4
2019-06-03net: ena: add good checksum counterSameeh Jubran1-1/+2
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski1-11/+64
2019-05-04net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran1-2/+2
2018-10-11net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski1-0/+1
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal1-0/+1
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal1-0/+2
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal1-2/+0
2017-10-19net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal1-2/+2
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal1-0/+1
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal1-7/+3
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal1-1/+0
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal1-0/+1
2016-08-12net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal1-0/+895