summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19intel: fix format warningsJesse Brandeburg1-2/+2
2023-04-21ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-04-21ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2022-11-04ixgbe: Remove local variableAnirudh Venkataramanan1-7/+2
2022-11-04ixgbe: change MAX_RXD/MAX_TXD based on adapter typeDaniel Willenson1-4/+40
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-08-18ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco1-3/+1
2022-06-30intel: remove unused macrosJesse Brandeburg1-2/+0
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz1-0/+21
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-3/+2
2021-09-29ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck1-26/+14
2020-09-15ixgbe: add pause frame statsJakub Kicinski1-0/+11
2020-07-30ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-02ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl1-84/+178
2020-07-02ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher1-4/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-5/+5
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-2/+0
2020-03-12net: ixgbe: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues1-1/+2
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka1-1/+2
2018-08-29ixgbe: add VF IPsec offload enable flagShannon Nelson1-0/+9
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck1-25/+7
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson1-1/+9
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+2
2018-03-12ixgbe: Add receive length error counterTonghao Zhang1-0/+1
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang1-2/+2
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar1-18/+19
2018-01-23ixgbe: ipsec offload statsShannon Nelson1-0/+2
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck1-3/+3
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt1-5/+2
2018-01-06ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+4
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer1-0/+1
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov1-19/+34
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-06-14ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-14ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+3
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-0/+1
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt1-0/+3
2017-04-30ixgbe: Check for RSS key before setting valueTony Nguyen1-3/+1
2017-04-30ixgbe: add support for XDP_TX actionJohn Fastabend1-0/+25
2017-04-30ixgbe: add XDP support for pass and drop actionsJohn Fastabend1-2/+2
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore1-0/+1
2017-03-13net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-77/+91