summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24iavf: kill "legacy-rx" for goodAlexander Lobakin1-140/+0
2023-12-18iavf: field get conversionJesse Brandeburg1-2/+1
2023-12-18intel: add bit macro includes where neededJesse Brandeburg1-2/+3
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+17
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki1-4/+28
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-22/+20
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki1-9/+18
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-2/+1
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+2
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller1-10/+2
2023-11-27iavf: use iavf_schedule_aq_request() helperPetr Oros1-7/+3
2023-10-19intel: fix format warningsJesse Brandeburg1-5/+3
2023-10-19intel: fix string truncation warningsJesse Brandeburg1-2/+2
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros1-1/+1
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki1-0/+10
2023-08-09iavf: fix potential races for FDIR filtersPiotr Gardocki1-1/+4
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki1-5/+3
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik1-16/+15
2023-07-17iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt1-5/+5
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-18iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski1-10/+0
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+32
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-11-30iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski1-11/+19
2021-11-30iavf: Enable setting RSS hash keyTony Nguyen1-8/+10
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+29
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+10
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski1-0/+3
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh1-4/+26
2021-11-16iavf: Fix for setting queues to 0Grzegorz Szczurek1-1/+1
2021-11-16iavf: validate pointersMitch Williams1-7/+6
2021-11-16iavf: Fix return of set the new channel countMateusz Palczewski1-0/+15
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+10
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann1-6/+4
2021-04-23iavf: change the flex-byte support number to macro definitionHaiyue Wang1-1/+1
2021-04-22iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang1-2/+21
2021-04-22iavf: Support for modifying UDP RSS flow hashingHaiyue Wang1-2/+21
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang1-2/+212
2021-03-22iavf: Enable flex-bytes supportHaiyue Wang1-0/+93
2021-03-22iavf: Support Ethernet Type Flow Director filtersHaiyue Wang1-0/+12
2021-03-22iavf: Support IPv6 Flow Director filtersHaiyue Wang1-0/+122
2021-03-22iavf: Support IPv4 Flow Director filtersHaiyue Wang1-0/+404
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-1/+0
2020-06-12iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley1-0/+6
2020-06-12iavf: use appropriate enum for comparisonAleksandr Loktionov1-11/+6
2020-06-12iavf: fix speed reporting over virtchnlBrett Creeley1-2/+12
2020-03-12net: iavf: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams1-11/+9