summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn1-5/+12
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-5/+5
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-3/+3
2023-12-18intel: legacy: field get conversionJesse Brandeburg1-4/+3
2023-08-24e1000e: Add support for the next LOM generationSasha Neftin1-0/+2
2023-01-10e1000e: Enable Link Partner Advertised SupportJamie Gloudon1-1/+9
2022-11-02e1000e: Add support for the next LOM generationSasha Neftin1-0/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-21e1000e: Add support for Lunar LakeSasha Neftin1-0/+2
2020-12-24e1000e: Export S0ix flags to ethtoolMario Limonciello1-0/+46
2020-09-29e1000e: Add support for Meteor LakeSasha Neftin1-0/+2
2020-07-30e1000e: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-6/+5
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-2/+0
2020-03-05e1000e: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-20e1000e: Add support for Alder LakeSasha Neftin1-0/+2
2019-10-30e1000e: Add support for Tiger LakeSasha Neftin1-1/+3
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-06-29e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven1-7/+7
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-20/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier1-1/+1
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin1-4/+6
2017-03-22e1000e: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+59
2016-05-14e1000e: use BIT() macro for bit definesJacob Keller1-22/+23
2016-05-14e1000e: fix ethtool autoneg off for non-copperSteve Shih1-2/+10
2016-04-07e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin1-1/+1
2015-06-03e1000e: fix unit hang during loopback testYanir Lubetkin1-3/+24
2015-02-24e1000e: initial support for i219David Ertman1-2/+4
2014-07-21e1000e: remove unnecessary break after returnFabian Frederick1-2/+0
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-23e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman1-0/+3
2014-04-23e1000e: Cleanup return values in ethtoolDavid Ertman1-4/+4
2014-03-28e1000e: add timeout for TX HW time stamping workJakub Kicinski1-0/+1
2014-03-08e1000e: Fix ethtool offline tests for 82579 partsDavid Ertman1-2/+8
2014-03-08e1000e: Refactor PM flowsDavid Ertman1-3/+3
2014-03-08e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman1-27/+20
2013-09-13e1000e: fix overrun of PHY RAR arrayDavid Ertman1-0/+8
2013-08-22e1000e: resolve checkpatch JIFFIES_COMPARISON warningBruce Allan1-1/+1
2013-07-28e1000e: ethtool unnecessarily takes device out of RPM suspendBruce Allan1-28/+77
2013-05-21e1000e: cleanup whitespaceBruce Allan1-17/+17
2013-03-28e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan1-44/+19
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13