summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* igb: Convert kmap() to kmap_local_page()Alaa Mohamed2022-05-051-2/+2
* igb: refactor XDP registrationCorinna Vinschen2022-02-071-4/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-07-231-2/+1
* intel: remove checker warningJesse Brandeburg2021-05-261-1/+1
* igb: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* intel: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-171-26/+14
* igb: add XDP supportSven Auhagen2020-09-281-0/+4
* igb: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-4/+4
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-1/+0
* igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng2020-05-221-1/+2
* net: igb: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-121-21/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+1
|\
| * igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2020-01-091-1/+1
* | igb: dont drop packets if rx flow control is enabledRobert Beckett2019-12-311-0/+8
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2019-06-281-1/+4
* igb: minor ethool regdump amendmentArtem Bityutskiy2019-06-281-35/+35
* igb: fix various indentation issuesColin Ian King2019-03-191-2/+2
* Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-151-2/+2
* igb: reduce CPU0 latency when updating statisticsJeff Kirsher2018-12-201-2/+2
* i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-071-1/+1
* igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai2018-08-241-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+4
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-22/+1
* igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes2018-04-251-4/+39
* igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2018-04-251-0/+28
* igb: Fix not adding filter elements to the listVinicius Costa Gomes2018-04-251-1/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* igb: add function to get maximum RSS queuesZhang Shengju2018-01-241-31/+1
* igb: Remove useless argumentBenjamin Poirier2017-06-061-1/+1
* igb: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-061-0/+1
* igb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-65/+73
* igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck2017-03-171-0/+48
* igb: Only sync size of expected frame in ethtool testingAlexander Duyck2017-03-171-2/+2
* igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck2017-03-171-1/+10
* igb: Use length to determine if descriptor is doneAlexander Duyck2017-03-171-1/+1
* igb: fix non static symbol warningWei Yongjun2016-09-271-2/+2
* igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang2016-08-181-1/+1
* igb: support RX flow classification by VLAN priorityGangfeng Huang2016-08-181-7/+84
* igb: support RX flow classification by ethertypeGangfeng Huang2016-08-181-1/+76
* igb: add support of RX network flow classificationGangfeng Huang2016-08-181-0/+193
* igb: use BIT() macro or unsigned prefixJacob Keller2016-05-131-9/+9
* igb: Garbled output for "ethtool -m"Doron Shikmoni2016-04-061-1/+2
* igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-02-241-2/+2
* igb: Explicitly label self-test result indicesJoe Schultz2015-12-141-14/+24
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0