summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Don't allow more channels than LAN MSI-X availableBrett Creeley2021-01-261-4/+4
* ice: add useful statisticsJesse Brandeburg2020-08-011-0/+4
* ice: update reporting of autoneg capabilitiesPaul Greenwalt2020-07-231-4/+4
* ice: support Total Port Shutdown on devices that support itBruce Allan2020-07-231-0/+12
* ice: add link lenient and default override supportPaul Greenwalt2020-07-231-200/+319
* ice: restore PHY settings on media insertionPaul Greenwalt2020-07-231-56/+64
* ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt2020-07-231-28/+3
* ice: Add advanced power mgmt for WoLAkeem G Abodunrin2020-07-231-0/+56
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-1/+0
* ice: Fix inability to set channels when downJesse Brandeburg2020-05-311-4/+0
* ice: cleanup unsigned loopsJesse Brandeburg2020-05-221-5/+5
* ice: fix usage of incorrect variableJesse Brandeburg2020-05-221-1/+1
* ice: Fix bad register readsAnirudh Venkataramanan2020-05-221-3/+0
* ice: Support IPv4 Flow Director filtersHenry Tieman2020-05-221-0/+4
* ice: Support displaying ntuple rulesHenry Tieman2020-05-221-0/+17
* ice: Initialize Flow Director resourcesHenry Tieman2020-05-221-1/+10
* ice: refactor filter functionsMichal Swiatkowski2020-05-211-10/+3
* ice: Fix casting issuesKarol Kolacinski2020-05-211-3/+3
* ice: Provide more meaningful error messageLihong Yang2020-05-211-17/+25
* ice: only drop link once when setting pauseparamsDave Ertman2020-05-211-12/+0
* ice: Add VF promiscuous supportBrett Creeley2020-05-211-0/+12
* ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg2020-03-211-13/+20
* ice: store NVM version info in extracted formatJacob Keller2020-03-211-6/+7
* ice: fix use of deprecated strlcpy()Bruce Allan2020-03-101-3/+3
* ice: renegotiate link after FW DCB onDave Ertman2020-03-101-24/+29
* ice: Display Link detected via Ethtool in safe modeBrett Creeley2020-03-101-0/+1
* ice: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-56/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-18/+38
|\
| * ice: Don't tell the OS that link is going downMichal Swiatkowski2020-02-191-7/+0
| * ice: Don't reject odd values of usecs set by userBrett Creeley2020-02-191-11/+38
* | ice: add backslash-n to stringsJesse Brandeburg2020-02-191-4/+4
* | ice: update malicious driver detection event handlingPaul Greenwalt2020-02-191-0/+1
* | ice: remove unnecessary fallthrough commentsBruce Allan2020-02-151-2/+0
* | ice: Add support to enable/disable all Rx queues before waitingBrett Creeley2020-02-151-2/+2
|/
* ice: Trivial fixesTony Nguyen2020-02-121-7/+7
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-28/+14
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-1/+1
* ice: fix and consolidate logging of NVM/firmware version informationBruce Allan2020-02-121-2/+13
* ice: display supported and advertised link modesPaul Greenwalt2020-02-121-280/+2
* ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash2020-01-251-0/+243
* ice: Return error on not supported ethtool -C parametersMichal Swiatkowski2020-01-031-0/+50
* ice: Add ice_for_each_vf() macroBrett Creeley2020-01-031-2/+5
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-5/+5
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-221-0/+185
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-26/+31
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-221-28/+22
* ice: Fix setting coalesce to handle DCB configurationBrett Creeley2019-11-221-3/+10
* ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt2019-11-081-5/+0
* ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBxUsha Ketineni2019-11-081-7/+7
* ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor2019-11-061-0/+147