summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena/ena_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon1-10/+7
2024-01-04net: ena: Move XDP code to its new filesDavid Arinzon1-0/+1
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-14/+14
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-2/+2
2023-03-28net: ena: Advertise TX push supportShay Agroskin1-1/+10
2023-03-28net: ena: Add support to changing tx_push_buf_lenShay Agroskin1-4/+53
2023-03-11net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi1-3/+12
2022-12-30net: ena: Fix rx_copybreak value updateDavid Arinzon1-5/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-01-08net: ena: Change the name of bad_csum variableArthur Kiyanovski1-1/+1
2022-01-08net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski1-5/+8
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-06-09net: ena: re-organize code to improve readabilityShay Agroskin1-7/+11
2021-03-17ena: Update driver to use ethtool_sprintfAlexander Duyck1-14/+11
2020-12-10net: ena: introduce XDP redirect implementationShay Agroskin1-0/+1
2020-12-10net: ena: fix coding style nitsShay Agroskin1-1/+1
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin1-1/+1
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin1-29/+2
2020-09-11net: ena: xdp: add queue counters for xdp actionsSameeh Jubran1-0/+5
2020-09-11net: ena: ethtool: add stats printing to XDP queuesSameeh Jubran1-17/+28
2020-09-11net: ena: ethtool: Add new device statisticsSameeh Jubran1-20/+86
2020-09-11net: ena: ethtool: convert stat_offset to 64 bit resolutionSameeh Jubran1-10/+8
2020-07-22net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski1-2/+2
2020-05-23net: ena: cosmetic: remove unnecessary codeArthur Kiyanovski1-8/+3
2020-05-23net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()Arthur Kiyanovski1-4/+4
2020-05-04net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski1-18/+30
2020-05-04net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran1-0/+1
2020-05-04net: ena: remove code that does nothingSameeh Jubran1-4/+1
2020-05-04net: ena: allow setting the hash function without changing the keySameeh Jubran1-4/+8
2020-03-15net: ena: ethtool: clean up minor indentation issueColin Ian King1-1/+1
2020-03-11net: 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-24net: ena: ethtool: remove redundant non-zero check on rcColin Ian King1-4/+0
2020-02-12net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-02-12net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski1-0/+3
2020-02-12net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski1-1/+23
2020-02-12net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-02-12net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+10
2019-12-21net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski1-14/+10
2019-12-13net: 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