aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-06igb: Remove useless argumentBenjamin Poirier1-1/+1
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-03-21igb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-65/+73
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck1-0/+48
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck1-2/+2
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck1-1/+10
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck1-1/+1
2016-09-27igb: fix non static symbol warningWei Yongjun1-2/+2
2016-08-18igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-18igb: support RX flow classification by VLAN priorityGangfeng Huang1-7/+84
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang1-1/+76
2016-08-18igb: add support of RX network flow classificationGangfeng Huang1-0/+193
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller1-9/+9
2016-04-06igb: Garbled output for "ethtool -m"Doron Shikmoni1-1/+2
2016-02-24igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2015-12-14igb: Explicitly label self-test result indicesJoe Schultz1-14/+24
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki1-1/+4
2015-07-23igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka1-0/+21
2015-07-17igb: only report generic filters in get_ts_infoJacob Keller1-4/+0
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+14
2014-09-06igb: add flags to set eee advertisement modeTodd Fujinaka1-7/+17
2014-06-11igb: unhide invariant returnsTodd Fujinaka1-5/+5
2014-06-06net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko1-5/+7
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-03igb: use mac loopback for i354 backplaneTodd Fujinaka1-2/+2
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+5
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-24igb: Replace 1/0 return values with true/falseCarolyn Wyborny1-4/+4
2014-04-24igb: Cleanups to fix msleep warningsCarolyn Wyborny1-8/+8
2014-04-24igb: Cleanups to fix line length warningsCarolyn Wyborny1-5/+8
2014-04-24igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny1-0/+4
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny1-25/+22
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny1-9/+11
2014-04-23igb: Cleanups to fix braces location warningsCarolyn Wyborny1-2/+2
2014-03-21igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA1-5/+5
2014-03-21igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer1-1/+3
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-6/+6
2014-03-12igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny1-16/+29
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny1-3/+2
2013-12-17igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny1-3/+3
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny1-0/+4
2013-11-29igb: Fixed Wake On LAN supportAkeem G Abodunrin1-3/+4
2013-11-11igb: Update link modes display in ethtoolCarolyn Wyborny1-24/+27
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd1-1/+3
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-10-02igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen1-0/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu1-0/+84
2013-10-01igb: Add ethtool offline tests for i354Fujinaka, Todd1-2/+4