summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_ethtool.c
AgeCommit message (Expand)Author
2023-12-18iavf: field get conversionJesse Brandeburg
2023-12-18intel: add bit macro includes where neededJesse Brandeburg
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-13iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller
2023-11-27iavf: use iavf_schedule_aq_request() helperPetr Oros
2023-10-18intel: fix format warningsJesse Brandeburg
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-09-15iavf: add iavf_schedule_aq_request() helperPetr Oros
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki
2023-08-08iavf: fix potential races for FDIR filtersPiotr Gardocki
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki
2023-07-17iavf: Wait for reset in callbacks which trigger itMarcin Szycik
2023-07-17iavf: Fix out-of-bounds when setting channels on removeDing Hui
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt
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-07-18iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski
2021-11-30iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski
2021-11-30iavf: Enable setting RSS hash keyTony Nguyen
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh
2021-11-15iavf: Fix for setting queues to 0Grzegorz Szczurek
2021-11-15iavf: validate pointersMitch Williams
2021-11-15iavf: Fix return of set the new channel countMateusz Palczewski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann
2021-04-23iavf: change the flex-byte support number to macro definitionHaiyue Wang
2021-04-22iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang
2021-04-22iavf: Support for modifying UDP RSS flow hashingHaiyue Wang
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang
2021-03-22iavf: Enable flex-bytes supportHaiyue Wang
2021-03-22iavf: Support Ethernet Type Flow Director filtersHaiyue Wang
2021-03-22iavf: Support IPv6 Flow Director filtersHaiyue Wang
2021-03-22iavf: Support IPv4 Flow Director filtersHaiyue Wang
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley
2020-03-12net: iavf: reject unsupported coalescing paramsJakub Kicinski
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya