summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2019-06-291-1/+4
* igb: minor ethool regdump amendmentArtem Bityutskiy2019-06-291-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-131-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+4
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-22/+1Star
* 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/+1Star
* 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-281-2/+2
* igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang2016-08-191-1/+1
* igb: support RX flow classification by VLAN priorityGangfeng Huang2016-08-191-7/+84
* igb: support RX flow classification by ethertypeGangfeng Huang2016-08-191-1/+76
* igb: add support of RX network flow classificationGangfeng Huang2016-08-191-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-251-2/+2
* igb: Explicitly label self-test result indicesJoe Schultz2015-12-151-14/+24
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0Star
* igb: Fix oops caused by missing queue pairingShota Suzuki2015-08-181-1/+4
* igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka2015-07-231-0/+21
* igb: only report generic filters in get_ts_infoJacob Keller2015-07-181-4/+0Star
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+14
* igb: add flags to set eee advertisement modeTodd Fujinaka2014-09-061-7/+17
* igb: unhide invariant returnsTodd Fujinaka2014-06-111-5/+5
* net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko2014-06-071-5/+7
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
* igb: use mac loopback for i354 backplaneTodd Fujinaka2014-06-041-2/+2
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+5
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* igb: Replace 1/0 return values with true/falseCarolyn Wyborny2014-04-251-4/+4
* igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-251-8/+8
* igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-251-5/+8
* igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-251-0/+4
* igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-251-25/+22Star
* igb: Cleanups to fix incorrect indentationCarolyn Wyborny2014-04-231-9/+11
* igb: Cleanups to fix braces location warningsCarolyn Wyborny2014-04-231-2/+2