summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-0/+3
* net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2020-02-111-1/+23
* net: ena: rss: fix failure to get indirection tableSameeh Jubran2020-02-111-0/+14
* net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski2020-02-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-14/+10
|\
| * net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski2019-12-201-14/+10
* | net: ena: Implement XDP_TX actionSameeh Jubran2019-12-121-1/+3
|/
* net: ena: ethtool: support set_channels callbackSameeh Jubran2019-10-071-0/+13
* net: ena: make ethtool -l show correct max number of queuesSameeh Jubran2019-10-071-1/+1
* net: ena: ethtool: get_channels: use combined onlySameeh Jubran2019-10-071-8/+2
* net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran2019-10-071-10/+10
* net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski2019-09-161-2/+3
* net: ena: reimplement set/get_coalesce()Arthur Kiyanovski2019-09-161-58/+26
* Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski2019-06-261-64/+11
* net: ena: add ethtool function for changing io queue sizesSameeh Jubran2019-06-121-0/+22
* net: ena: allow queue allocation backoff when low on memorySameeh Jubran2019-06-121-2/+2
* net: ena: make ethtool show correct current and max queue sizesSameeh Jubran2019-06-121-6/+4
* net: ena: add good checksum counterSameeh Jubran2019-06-031-1/+2
* net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski2019-06-031-11/+64
* net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran2019-05-041-2/+2
* net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski2018-10-111-0/+1
* net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski2018-10-111-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-2/+2
|\
| * net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal2017-10-191-2/+2
* | net: ena: add statistics for missed tx packetsNetanel Belgazal2017-10-191-0/+1
* | net: ena: add power management ops to the ENA driverNetanel Belgazal2017-10-191-0/+2
* | net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal2017-10-191-2/+0
|/
* net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-231-0/+1
* net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-231-7/+3
* net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal2017-06-111-1/+0
* net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal2017-06-111-0/+1
* net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)Netanel Belgazal2016-08-121-0/+895
OpenPOWER on IntegriCloud