aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)Author
2024-01-02ixgbe: Refactor returning internal error codesJedrzej Jagielski
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-10-18intel: fix format warningsJesse Brandeburg
2023-04-20ixgbe: Enable setting RSS table to default valuesJoe Damato
2023-04-20ixgbe: Allow flow hash to be set via ethtoolJoe Damato
2022-11-04ixgbe: Remove local variableAnirudh Venkataramanan
2022-11-04ixgbe: change MAX_RXD/MAX_TXD based on adapter typeDaniel Willenson
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-08-18ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-09-29ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck
2020-09-15ixgbe: add pause frame statsJakub Kicinski
2020-07-30ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay
2020-07-01ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl
2020-07-01ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-03-12net: ixgbe: reject unsupported coalescing paramsJakub Kicinski
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-12ixgbe: Add receive length error counterTonghao Zhang
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar
2018-01-23ixgbe: ipsec offload statsShannon Nelson
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend