summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: ena: Changes around strscpy callsDavid Arinzon2024-05-131-4/+12
* net: ena: Add a counter for driver's reset failuresDavid Arinzon2024-05-131-0/+1
* net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon2024-01-031-10/+7
* net: ena: Move XDP code to its new filesDavid Arinzon2024-01-031-0/+1
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-14/+14
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+2
* net: ena: Advertise TX push supportShay Agroskin2023-03-271-1/+10
* net: ena: Add support to changing tx_push_buf_lenShay Agroskin2023-03-271-4/+53
* net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2023-03-101-3/+12
* net: ena: Fix rx_copybreak value updateDavid Arinzon2022-12-301-5/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: ena: Change the name of bad_csum variableArthur Kiyanovski2022-01-071-1/+1
* net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski2022-01-071-5/+8
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: ena: re-organize code to improve readabilityShay Agroskin2021-06-081-7/+11
* ena: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-14/+11
* net: ena: introduce XDP redirect implementationShay Agroskin2020-12-091-0/+1
* net: ena: fix coding style nitsShay Agroskin2020-12-091-1/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: ena: Capitalize all log strings and improve code readabilityShay Agroskin2020-09-211-1/+1
* net: ena: Change license into format to SPDX in all filesShay Agroskin2020-09-211-29/+2
* net: ena: xdp: add queue counters for xdp actionsSameeh Jubran2020-09-101-0/+5
* net: ena: ethtool: add stats printing to XDP queuesSameeh Jubran2020-09-101-17/+28
* net: ena: ethtool: Add new device statisticsSameeh Jubran2020-09-101-20/+86
* net: ena: ethtool: convert stat_offset to 64 bit resolutionSameeh Jubran2020-09-101-10/+8
* net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski2020-07-211-2/+2
* net: ena: cosmetic: remove unnecessary codeArthur Kiyanovski2020-05-221-8/+3
* net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()Arthur Kiyanovski2020-05-221-4/+4
* net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski2020-05-031-18/+30
* net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran2020-05-031-0/+1
* net: ena: remove code that does nothingSameeh Jubran2020-05-031-4/+1
* net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-031-4/+8
* net: ena: ethtool: clean up minor indentation issueColin Ian King2020-03-141-1/+1
* net: ena: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+2
* net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky2020-02-241-1/+0
* net: ena: ethtool: remove redundant non-zero check on rcColin Ian King2020-02-231-4/+0
* 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