summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_ethtool.c
AgeCommit message (Expand)Author
2019-06-28igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy
2019-06-28igb: minor ethool regdump amendmentArtem Bityutskiy
2019-03-19igb: fix various indentation issuesColin Ian King
2019-01-15Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher
2018-12-20igb: reduce CPU0 latency when updating statisticsJeff Kirsher
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai
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-04-25igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes
2018-04-25igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju
2017-06-06igb: Remove useless argumentBenjamin Poirier
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-03-21igb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck
2016-09-27igb: fix non static symbol warningWei Yongjun
2016-08-18igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang
2016-08-18igb: support RX flow classification by VLAN priorityGangfeng Huang
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang
2016-08-18igb: add support of RX network flow classificationGangfeng Huang
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller
2016-04-06igb: Garbled output for "ethtool -m"Doron Shikmoni
2016-02-24igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2015-12-14igb: Explicitly label self-test result indicesJoe Schultz
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki
2015-07-23igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka
2015-07-17igb: only report generic filters in get_ts_infoJacob Keller
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-09-06igb: add flags to set eee advertisement modeTodd Fujinaka
2014-06-11igb: unhide invariant returnsTodd Fujinaka
2014-06-06net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-03igb: use mac loopback for i354 backplaneTodd Fujinaka
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-24igb: Replace 1/0 return values with true/falseCarolyn Wyborny
2014-04-24igb: Cleanups to fix msleep warningsCarolyn Wyborny
2014-04-24igb: Cleanups to fix line length warningsCarolyn Wyborny
2014-04-24igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny
2014-04-23igb: Cleanups to fix braces location warningsCarolyn Wyborny