summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2-4/+31
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2-23/+13
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki3-71/+83
2023-12-14ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+12
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+7
2023-12-06net: core: synchronize link-watch when carrier is queriedJohannes Berg1-0/+3
2023-12-01Merge 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-19net: 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-11ethtool: 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-16ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski25-47/+47
2023-08-16ethtool: netlink: simplify arguments to ethnl_default_parse()Jakub Kicinski1-12/+9
2023-08-16genetlink: use attrs from struct genl_infoJakub Kicinski2-2/+3
2023-08-03net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir 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-14ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski1-0/+2
2023-06-09ethtool: ioctl: improve error checking for set_wolJustin Chen1-2/+12
2023-05-03ethtool: Fix uninitialized number of lanesIdo Schimmel1-1/+1
2023-04-25net: ethtool: coalesce: try to make user settings stick twiceJakub Kicinski1-11/+43
2023-04-21net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean1-0/+10
2023-04-14net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean1-0/+23
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2023-04-05ethtool: reset #lanes when lanes is omittedAndy Roulin1-3/+4
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-5/+5
2023-03-28ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2-3/+33
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean1-1/+1
2023-02-21ethtool: pse-pd: Fix double word in commentsBo Liu1-1/+1
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson2-3/+16
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean1-1/+1
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski16-725/+508
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski3-50/+100
2023-01-25net: ethtool: fix NULL pointer dereference in pause_prepare_data()Vladimir Oltean1-1/+1
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Vladimir Oltean1-1/+1
2023-01-23ethtool: Add and use ethnl_update_bool.David S. Miller2-1/+27
2023-01-23net: ethtool: add helpers for aggregate statisticsVladimir Oltean1-0/+127
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean5-3/+99
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean4-2/+280