summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Remove local variableAnirudh Venkataramanan2022-11-041-7/+2
* ixgbe: change MAX_RXD/MAX_TXD based on adapter typeDaniel Willenson2022-11-041-4/+40
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco2022-08-181-3/+1
* intel: remove unused macrosJesse Brandeburg2022-06-301-2/+0
* ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz2022-03-081-0/+21
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-3/+2
* ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2021-09-291-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* intel: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-171-26/+14
* ixgbe: add pause frame statsJakub Kicinski2020-09-151-0/+11
* ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2
* ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl2020-07-011-84/+178
* ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher2020-07-011-4/+1
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-5/+5
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-2/+0
* net: ixgbe: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+1
* ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-06-261-1/+2
* i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-071-1/+2
* ixgbe: add VF IPsec offload enable flagShannon Nelson2018-08-281-0/+9
* ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck2018-07-261-25/+7
* ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson2018-07-261-1/+9
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+2
* ixgbe: Add receive length error counterTonghao Zhang2018-03-121-0/+1
* ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang2018-02-261-2/+2
* ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar2018-01-261-18/+19
* ixgbe: ipsec offload statsShannon Nelson2018-01-231-0/+2
* ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-121-3/+3
* ixgbe: extend firmware version supportPaul Greenwalt2018-01-091-5/+2
* ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-051-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-8/+8
|\
| * ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend2017-10-091-8/+8
* | ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer2017-10-091-0/+1
* | ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov2017-10-091-19/+34
|/
* ixgbe: Resolve cppcheck format string warningTony Nguyen2017-06-131-1/+1
* ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-131-0/+3
* ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-311-0/+1
* ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt2017-05-311-0/+3
* ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-291-3/+1
* ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-291-0/+25
* ixgbe: add XDP support for pass and drop actionsJohn Fastabend2017-04-291-2/+2
* ixgbe: Add X552 XFI backplane supportDon Skidmore2017-04-181-0/+1
* net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-121-77/+91
* ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni2017-03-021-1/+3
* ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2017-02-161-1/+10
* ixgbe: Add private flag to control buffer modeAlexander Duyck2017-02-161-0/+47