summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-171-4/+0
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-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-061-5/+7
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* igb: use mac loopback for i354 backplaneTodd Fujinaka2014-06-031-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-241-4/+4
* igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-241-8/+8
* igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-241-5/+8
* igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-241-0/+4
* igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-241-25/+22
* igb: Cleanups to fix incorrect indentationCarolyn Wyborny2014-04-231-9/+11
* igb: Cleanups to fix braces location warningsCarolyn Wyborny2014-04-231-2/+2
* igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA2014-03-211-5/+5
* igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer2014-03-211-1/+3
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-6/+6
* igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny2014-03-121-16/+29
* igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny2014-02-261-3/+2
* igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny2013-12-171-3/+3
* igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny2013-12-101-0/+4
* igb: Fixed Wake On LAN supportAkeem G Abodunrin2013-11-291-3/+4
* igb: Update link modes display in ethtoolCarolyn Wyborny2013-11-111-24/+27
* igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd2013-11-011-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-0/+2
|\
| * igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen2013-10-021-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-0/+3
|\ \ | |/
| * igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka2013-09-271-0/+3
* | igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu2013-10-011-0/+84
* | igb: Add ethtool offline tests for i354Fujinaka, Todd2013-10-011-2/+4
|/
* igb: Implementation to report advertised/supported link on i354 devicesAkeem G Abodunrin2013-09-041-11/+15
* igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu2013-08-221-0/+87
* igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny2013-08-221-2/+13
* igb: Reset the link when EEE setting changedAkeem G Abodunrin2013-08-221-1/+3
* igb: Fix set_ethtool function to call update nvm for entire imageCarolyn Wyborny2013-05-211-4/+2
* igb: SerDes flow control settingAkeem G. Abodunrin2013-05-211-15/+19
OpenPOWER on IntegriCloud