aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-31net: flow_dissector: Use 64bits for used_keysGravatar Ratheesh Kannoth 1-8/+8
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayGravatar Jakub Kicinski 2-93/+43
2023-07-28net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyGravatar Joe Damato 1-37/+38
2023-06-15net: create device lookup API with reference trackingGravatar Jakub Kicinski 1-5/+5
2023-06-13ethtool: ioctl: account for sopass diff in set_wolGravatar Justin Chen 1-1/+2
2023-06-12net: ethtool: don't require empty header nestsGravatar Jakub Kicinski 1-0/+2
2023-06-08ethtool: ioctl: improve error checking for set_wolGravatar Justin Chen 1-2/+12
2023-05-03ethtool: Fix uninitialized number of lanesGravatar Ido Schimmel 1-1/+1
2023-04-24net: ethtool: coalesce: try to make user settings stick twiceGravatar Jakub Kicinski 1-11/+43
2023-04-20net: ethtool: mm: sanitize some UAPI configurationsGravatar Vladimir Oltean 1-0/+10
2023-04-13net: ethtool: create and export ethtool_dev_mm_supported()Gravatar Vladimir Oltean 1-0/+23
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+4
2023-04-04ethtool: reset #lanes when lanes is omittedGravatar Andy Roulin 1-3/+4
2023-03-29ipv6: Remove in6addr_any alternatives.Gravatar Kuniyuki Iwashima 1-5/+5
2023-03-27ethtool: Add support for configuring tx_push_buf_lenGravatar Shay Agroskin 2-3/+33
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationGravatar Vladimir Oltean 1-1/+1
2023-02-21ethtool: pse-pd: Fix double word in commentsGravatar Bo Liu 1-1/+1
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushGravatar Shannon Nelson 2-3/+16
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceGravatar Vladimir Oltean 1-1/+1
2023-01-27ethtool: netlink: convert commands to common SETGravatar Jakub Kicinski 16-725/+508
2023-01-27ethtool: netlink: handle SET intro/outro in the common codeGravatar Jakub Kicinski 3-50/+100
2023-01-25net: ethtool: fix NULL pointer dereference in pause_prepare_data()Gravatar Vladimir Oltean 1-1/+1
2023-01-25net: ethtool: fix NULL pointer dereference in stats_prepare_data()Gravatar Vladimir Oltean 1-1/+1
2023-01-23ethtool: Add and use ethnl_update_bool.Gravatar David S. Miller 2-1/+27
2023-01-23net: ethtool: add helpers for aggregate statisticsGravatar Vladimir Oltean 1-0/+127
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Gravatar Vladimir Oltean 5-3/+99
2023-01-23net: ethtool: add support for MAC Merge layerGravatar Vladimir Oltean 4-2/+280
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+7
2023-01-13plca.c: fix obvious mistake in checking retvalGravatar Piergiorgio Beruto 1-5/+5
2023-01-13ethtool: add tx aggregation parametersGravatar Daniele Palmas 1-2/+20
2023-01-12ethtool: add netlink attr in rss get reply only if value is not nullGravatar Sudheer Mogilappagari 1-4/+7
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYGravatar Piergiorgio Beruto 1-0/+8
2023-01-11net/ethtool: add netlink interface for the PLCA RSGravatar Piergiorgio Beruto 4-1/+313
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersGravatar Daniil Tatianin 1-33/+69
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsGravatar Daniil Tatianin 1-14/+10
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsGravatar Daniil Tatianin 1-1/+2
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPGravatar Willem de Bruijn 1-0/+1
2022-12-05ethtool: add netlink based get rss supportGravatar Sudheer Mogilappagari 4-1/+163
2022-11-23ethtool: avoiding integer overflow in ethtool_phys_id()Gravatar Maxim Korotkov 1-1/+2
2022-11-10ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsGravatar Vincent Mailhol 1-3/+10
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGravatar Gal Pressman 4-11/+92
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsGravatar Jakub Kicinski 1-1/+23