aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ethtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit2-6/+0
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit1-5/+0
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2-46/+14
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn1-2/+3
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet1-9/+5
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit4-17/+65
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2-14/+14
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit2-8/+8
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2024-01-05net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki1-0/+3
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski8-373/+29
2024-01-02net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder1-15/+18
2024-01-02net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki1-2/+4
2024-01-02net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki1-0/+5
2024-01-01net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier1-7/+8
2024-01-01net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier1-6/+6
2024-01-01net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier1-6/+3
2024-01-01net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier1-7/+6
2024-01-01net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier4-1/+321
2024-01-01net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+29
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2-4/+31
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2-23/+13
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki3-71/+83
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+12
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg1-0/+3
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski1-0/+1
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski6-295/+3
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent3-0/+108
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampKory Maincent1-17/+1
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent1-2/+17
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent3-0/+84
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent5-1/+102
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-0/+6
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski1-0/+21
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent1-26/+6
2023-10-10ethtool: Fix mod state of verbose no_mask bitsetKory Maincent1-6/+26
2023-10-03ethtool: plca: fix plca enable data type while parsing the valueParthiban Veerasooran1-16/+29
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski25-47/+47
2023-08-15ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski1-12/+9
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski2-2/+3
2023-08-02net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to callerVladimir Oltean1-2/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-8/+8
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski2-93/+43
2023-07-28net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato1-37/+38
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-5/+5
2023-06-13ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2