aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: revert partially applied PHY topology seriesGravatar Jakub Kicinski 2-51/+2
2024-04-18net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceGravatar Kory Maincent (Dent Project) 1-10/+50
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Gravatar Kory Maincent (Dent Project) 1-1/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsGravatar Maxime Chevallier 2-2/+51
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsGravatar Rahul Rameshbabu 1-1/+51
2024-03-06ethtool: remove ethtool_eee_use_linkmodesGravatar Heiner Kallweit 2-6/+0
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opGravatar Heiner Kallweit 1-5/+0
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeGravatar Andrew Lunn 2-46/+14
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeGravatar Jann Horn 1-2/+3
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Gravatar Eric Dumazet 1-9/+5
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeGravatar Heiner Kallweit 4-17/+65
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeGravatar Heiner Kallweit 2-14/+14
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsGravatar Heiner Kallweit 1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlGravatar Heiner Kallweit 1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Gravatar Heiner Kallweit 2-8/+8
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeGravatar Ludvig Pärsson 1-2/+7
2024-01-05net: ethtool: reject unsupported RSS input xfrm valuesGravatar Ahmed Zaki 1-0/+3
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Gravatar Jakub Kicinski 8-373/+29
2024-01-02net: ethtool: Fix symmetric-xor RSS RX flow hash checkGravatar Gerhard Engleder 1-15/+18
2024-01-02net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmGravatar Ahmed Zaki 1-2/+4
2024-01-02net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhGravatar Ahmed Zaki 1-0/+5
2024-01-01net: ethtool: strset: Allow querying phy stats by indexGravatar Maxime Chevallier 1-7/+8
2024-01-01net: ethtool: cable-test: Target the command to the requested PHYGravatar Maxime Chevallier 1-6/+6
2024-01-01net: ethtool: pse-pd: Target the command to the requested PHYGravatar Maxime Chevallier 1-6/+3
2024-01-01net: ethtool: plca: Target the command to the requested PHYGravatar Maxime Chevallier 1-7/+6
2024-01-01net: ethtool: Introduce a command to list PHYs on an interfaceGravatar Maxime Chevallier 4-1/+321
2024-01-01net: ethtool: Allow passing a phy index for some commandsGravatar Maxime Chevallier 2-2/+29
2023-12-13net: ethtool: add support for symmetric-xor RSS hashGravatar Ahmed Zaki 2-4/+31
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsGravatar Ahmed Zaki 2-23/+13
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsGravatar Ahmed Zaki 3-71/+83
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamGravatar Alexander Lobakin 1-0/+12
2023-12-08ethtool: Implement ethtool_puts()Gravatar justinstitt@google.com 1-0/+7
2023-12-05net: core: synchronize link-watch when carrier is queriedGravatar Johannes Berg 1-0/+3
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2023-11-29ethtool: don't propagate EOPNOTSUPP from dumpsGravatar Jakub Kicinski 1-0/+1
2023-11-18net: partial revert of the "Make timestamping selectable: seriesGravatar Jakub Kicinski 6-295/+3
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableGravatar Kory Maincent 3-0/+108
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampGravatar Kory Maincent 1-17/+1
2023-11-18net: Change the API of PHY default timestamp to MACGravatar Kory Maincent 1-2/+17
2023-11-18net: ethtool: Add a command to list available time stamping layersGravatar Kory Maincent 3-0/+84
2023-11-18net: ethtool: Add a command to expose current time stamping layerGravatar Kory Maincent 5-1/+102
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Gravatar Richard Cochran 1-0/+6
2023-10-20ethtool: untangle the linkmode and ethtool headersGravatar Jakub Kicinski 1-0/+21
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Gravatar Kory Maincent 1-26/+6
2023-10-10ethtool: Fix mod state of verbose no_mask bitsetGravatar Kory Maincent 1-6/+26
2023-10-03ethtool: plca: fix plca enable data type while parsing the valueGravatar Parthiban Veerasooran 1-16/+29
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataGravatar Jakub Kicinski 25-47/+47
2023-08-15ethtool: netlink: simplify arguments to ethnl_default_parse()Gravatar Jakub Kicinski 1-12/+9
2023-08-15genetlink: use attrs from struct genl_infoGravatar Jakub Kicinski 2-2/+3
2023-08-02net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Gravatar Vladimir Oltean 1-2/+1