summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon/ena/ena_ethtool.c
AgeCommit message (Expand)Author
8 daysnet: ena: Changes around strscpy callsDavid Arinzon
8 daysnet: ena: Add a counter for driver's reset failuresDavid Arinzon
2024-01-03net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon
2024-01-03net: ena: Move XDP code to its new filesDavid Arinzon
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-03-27net: ena: Advertise TX push supportShay Agroskin
2023-03-27net: ena: Add support to changing tx_push_buf_lenShay Agroskin
2023-03-10net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi
2022-12-30net: ena: Fix rx_copybreak value updateDavid Arinzon
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-01-07net: ena: Change the name of bad_csum variableArthur Kiyanovski
2022-01-07net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin
2021-03-17ena: Update driver to use ethtool_sprintfAlexander Duyck
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin
2020-12-09net: ena: fix coding style nitsShay Agroskin
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin
2020-09-10net: ena: xdp: add queue counters for xdp actionsSameeh Jubran
2020-09-10net: ena: ethtool: add stats printing to XDP queuesSameeh Jubran
2020-09-10net: ena: ethtool: Add new device statisticsSameeh Jubran
2020-09-10net: ena: ethtool: convert stat_offset to 64 bit resolutionSameeh Jubran
2020-07-21net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski
2020-05-22net: ena: cosmetic: remove unnecessary codeArthur Kiyanovski
2020-05-22net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()Arthur Kiyanovski
2020-05-03net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski
2020-05-03net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran
2020-05-03net: ena: remove code that does nothingSameeh Jubran
2020-05-03net: ena: allow setting the hash function without changing the keySameeh Jubran
2020-03-14net: ena: ethtool: clean up minor indentation issueColin Ian King
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski
2020-02-24net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky
2020-02-23net: ena: ethtool: remove redundant non-zero check on rcColin Ian King
2020-02-11net: ena: ethtool: use correct value for crc32 hashSameeh Jubran
2020-02-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-02-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski
2020-02-11net: ena: rss: fix failure to get indirection tableSameeh Jubran
2020-02-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski
2019-12-12net: ena: Implement XDP_TX actionSameeh Jubran
2019-10-07net: ena: ethtool: support set_channels callbackSameeh Jubran
2019-10-07net: ena: make ethtool -l show correct max number of queuesSameeh Jubran
2019-10-07net: ena: ethtool: get_channels: use combined onlySameeh Jubran
2019-10-07net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran