summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn2024-02-281-5/+12
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-5/+5
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-3/+3
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-4/+3
* e1000e: Add support for the next LOM generationSasha Neftin2023-08-241-0/+2
* e1000e: Enable Link Partner Advertised SupportJamie Gloudon2023-01-091-1/+9
* e1000e: Add support for the next LOM generationSasha Neftin2022-11-021-0/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* e1000e: Add support for Lunar LakeSasha Neftin2021-07-201-0/+2
* e1000e: Export S0ix flags to ethtoolMario Limonciello2020-12-231-0/+46
* e1000e: Add support for Meteor LakeSasha Neftin2020-09-281-0/+2
* e1000e: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-6/+5
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-2/+0
* e1000e: reject unsupported coalescing paramsJakub Kicinski2020-03-051-0/+1
* e1000e: Add support for Alder LakeSasha Neftin2020-02-191-0/+2
* e1000e: Add support for Tiger LakeSasha Neftin2019-10-291-1/+3
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-4/+2
* e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-281-7/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-20/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* e1000e: Don't return uninitialized statsBenjamin Poirier2017-06-061-1/+1
* e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-061-0/+1
* e1000e: Add Support for CannonLakeSasha Neftin2017-04-301-4/+6
* e1000e: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-52/+59
* e1000e: use BIT() macro for bit definesJacob Keller2016-05-131-22/+23
* e1000e: fix ethtool autoneg off for non-copperSteve Shih2016-05-131-2/+10
* e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-061-2/+2
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* e1000e: Bump the version to 3.2.5Yanir Lubetkin2015-06-031-1/+1
* e1000e: fix unit hang during loopback testYanir Lubetkin2015-06-031-3/+24
* e1000e: initial support for i219David Ertman2015-02-231-2/+4
* e1000e: remove unnecessary break after returnFabian Frederick2014-07-201-2/+0
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman2014-04-231-0/+3
* e1000e: Cleanup return values in ethtoolDavid Ertman2014-04-231-4/+4
* e1000e: add timeout for TX HW time stamping workJakub Kicinski2014-03-281-0/+1
* e1000e: Fix ethtool offline tests for 82579 partsDavid Ertman2014-03-071-2/+8
* e1000e: Refactor PM flowsDavid Ertman2014-03-071-3/+3
* e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman2014-03-071-27/+20
* e1000e: fix overrun of PHY RAR arrayDavid Ertman2013-09-131-0/+8
* e1000e: resolve checkpatch JIFFIES_COMPARISON warningBruce Allan2013-08-221-1/+1
* e1000e: ethtool unnecessarily takes device out of RPM suspendBruce Allan2013-07-281-28/+77
* e1000e: cleanup whitespaceBruce Allan2013-05-211-17/+17
* e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan2013-03-281-44/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-0/+13
|\