summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
2024-08-27ethtool: check device is present when getting link settingsJamie Bainbridge1-0/+3
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson1-2/+6
2024-08-08ethtool: Fix context creation with no parametersGal Pressman1-5/+8
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-2/+3
2024-07-29ethtool: fix the state of additional contexts with old APIJakub Kicinski1-8/+30
2024-07-29ethtool: fix setting key and resetting indir at onceJakub Kicinski1-2/+3
2024-07-26ethtool: rss: echo the context number backJakub Kicinski1-1/+7
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski4-11/+19
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent4-10/+18
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent1-1/+1
2024-07-15net: phy: bcm54811: New link mode for BroadR-ReachKamil HorĂ¡k (2N)1-0/+3
2024-07-14net: ethtool: pse-pd: Fix possible null-derefKory Maincent1-2/+2
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent1-1/+3
2024-07-14net: ethtool: Monotonically increase the message sequence numberDanielle Ratson1-1/+1
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-07-13net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-10/+36
2024-07-13net: ethtool: let drivers remove lost RSS contextsJakub Kicinski1-0/+14
2024-07-12net: ethtool: Fix RSS settingSaeed Mahameed1-1/+2
2024-07-12ethtool: use the rss context XArray in ring deactivation safety-checkJakub Kicinski1-4/+29
2024-07-12ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski4-19/+19
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+28
2024-07-11ethtool: netlink: do not return SQI value if link is downOleksij Rempel1-13/+28
2024-07-06net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)1-7/+82
2024-07-06net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)1-1/+31
2024-07-05ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree4-11/+11
2024-07-04net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi1-2/+3
2024-06-29net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree1-5/+21
2024-06-29net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+7
2024-06-29net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-3/+6
2024-06-29net: ethtool: let the core choose RSS context IDsEdward Cree1-12/+34
2024-06-29net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-1/+73
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree2-2/+2
2024-06-28ethtool: Add ability to flash transceiver modules' firmwareDanielle Ratson4-0/+334
2024-06-28ethtool: cmis_fw_update: add a layer for supporting firmware update using CDBDanielle Ratson4-1/+438
2024-06-28ethtool: cmis_cdb: Add a layer for supporting CDB commandsDanielle Ratson4-1/+730
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson3-0/+30
2024-06-28ethtool: Add flashing transceiver modules' firmware notifications abilityDanielle Ratson4-0/+154
2024-06-26ethtool: provide customized dim profile managementHeng Qi1-2/+271
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert1-4/+0
2024-06-02ethtool: init tsinfo stats if requestedVadim Fedorenko1-3/+3
2024-05-14net: revert partially applied PHY topology seriesJakub Kicinski2-51/+2
2024-04-19net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)1-10/+50
2024-04-17net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)1-1/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+51
2024-04-06ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu1-1/+51
2024-03-07ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit2-6/+0