summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: support reading SFP module infoLorenz Brun2024-10-231-0/+73
* net: atlantic: Avoid warning about potential string truncationSimon Horman2024-08-231-2/+2
* net: atlantic: use ethtool_sprintfRosen Penev2024-08-091-14/+7
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: atlantic: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-091-12/+9
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-4/+4
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-15/+16
* aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari2022-11-251-2/+3
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net: atlantic: Implement xdp data planeTaehee Yoo2022-04-201-0/+9
* 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
* net: atlantic: implement media detect feature via phy tunablesIgor Russkikh2020-10-061-0/+12
* net: atlantic: implement phy downshift featureIgor Russkikh2020-10-061-0/+41
* net: atlantic: PTP statisticsPavel Belous2020-07-211-0/+37
* net: atlantic: additional per-queue statsDmitry Bogdanov2020-07-211-0/+3
* net: atlantic: split rx and tx per-queue statsMark Starovoytov2020-07-211-8/+20
* net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh2020-06-271-0/+2
* net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov2020-06-271-2/+1
* net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov2020-06-271-3/+3
* net: atlantic: A2: phy loopback supportDmitry Bogdanov2020-06-231-2/+3
* net: atlantic: A2: EEE supportNikita Danilov2020-06-231-5/+6
* net: atlantic: remove baseX usageNikita Danilov2020-06-231-3/+0
* net: atlantic: automatically downgrade the number of queues if necessaryMark Starovoytov2020-05-221-11/+4
* net: atlantic: make TCVEC2RING accept nic_cfgMark Starovoytov2020-05-221-1/+1
* net: atlantic: per-TC queue statisticsMark Starovoytov2020-05-221-23/+36
* net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5Mark Starovoytov2020-05-091-1/+1
* net: atlantic: add defines for 10M and EEE 100M link modeIgor Russkikh2020-05-021-0/+3
* net: atlantic: MACSec offload statistics implementationDmitry Bogdanov2020-03-271-17/+143
* net: aquantia: reject all unsupported coalescing paramsJakub Kicinski2020-03-111-12/+3
* net/aquantia: Delete module versionLeon Romanovsky2020-02-241-1/+0
* net: atlantic: better loopback mode handlingNikita Danilov2020-02-171-0/+5
* net: atlantic: make function 'aq_ethtool_get_priv_flags', 'aq_ethtool_set_pri...zhengbin2019-11-121-2/+2
* net: atlantic: update flow control logicNikita Danilov2019-11-081-5/+5
* net: atlantic: code style cleanupNikita Danilov2019-11-081-36/+72
* net: atlantic: loopback tests via private flagsIgor Russkikh2019-11-081-1/+54
* net: atlantic: adding ethtool physical identificationNikita Danilov2019-11-081-0/+30
* net: atlantic: add msglevel configurationNikita Danilov2019-11-081-0/+16
* net: atlantic: implement wake_phy featureNikita Danilov2019-11-081-10/+8
* net: aquantia: implement get_ts_info ethtoolEgor Pomozov2019-10-241-1/+34
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* net: aquantia: introduce fwreq mutexNikita Danilov2019-05-011-4/+18
* net: aquantia: fixed memcpy sizeNikita Danilov2019-03-021-1/+1
* net: aquantia: add support of RSS configurationDmitry Bogdanov2018-12-071-0/+36
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov2018-11-141-0/+31
* net: aquantia: synchronized flow control between mac/phyIgor Russkikh2018-11-101-4/+4
* net: aquantia: whitespace changesNikita Danilov2018-09-121-2/+2
* net: aquantia: implement EEE supportYana Esina2018-09-121-0/+77