summaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorLines
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi-2/+3
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree-5/+21
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree-0/+7
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree-3/+6
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree-12/+34
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree-1/+73
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree-2/+2
2024-06-28ethtool: Add ability to flash transceiver modules' firmwareDanielle Ratson-0/+334
2024-06-28ethtool: cmis_fw_update: add a layer for supporting firmware update using CDBDanielle Ratson-1/+438
2024-06-28ethtool: cmis_cdb: Add a layer for supporting CDB commandsDanielle Ratson-1/+730
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson-0/+30
2024-06-28ethtool: Add flashing transceiver modules' firmware notifications abilityDanielle Ratson-0/+154
2024-06-25ethtool: provide customized dim profile managementHeng Qi-2/+271
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui-1/+1
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert-4/+0
2024-06-01ethtool: init tsinfo stats if requestedVadim Fedorenko-3/+3
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski-51/+2
2024-04-18net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)-10/+50
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)-1/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier-2/+51
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu-1/+51
2024-03-06ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit-6/+0
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit-5/+0
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn-46/+14
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn-2/+3
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet-9/+5
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit-17/+65
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit-14/+14
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit-8/+8
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson-2/+7
2024-01-05net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki-0/+3
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski-373/+29
2024-01-02net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder-15/+18
2024-01-02net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki-2/+4
2024-01-02net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki-0/+5
2024-01-01net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier-7/+8
2024-01-01net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier-6/+6
2024-01-01net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier-6/+3
2024-01-01net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier-7/+6
2024-01-01net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier-1/+321
2024-01-01net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier-2/+29
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki-4/+31
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki-23/+13
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-71/+83
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin-0/+12
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com-0/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg-0/+3