- cf754ae ethtool: fix missing NLM_F_MULTI flag when dumping by Fernando Fernandez Mancera · 3 years, 8 months ago
- d1f0a5e ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SET by Jakub Kicinski · 3 years, 9 months ago
- c1d9e34 ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() by Gustavo A. R. Silva · 3 years, 9 months ago
- 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- a8b06e9 ethtool: add interface to read RMON stats by Jakub Kicinski · 3 years, 9 months ago
- bfad2b9 ethtool: add interface to read standard MAC Ctrl stats by Jakub Kicinski · 3 years, 9 months ago
- ca22445 ethtool: add interface to read standard MAC stats by Jakub Kicinski · 3 years, 9 months ago
- f09ea6f ethtool: add a new command for reading standard stats by Jakub Kicinski · 3 years, 9 months ago
- be85dbf ethtool: add FEC statistics by Jakub Kicinski · 3 years, 9 months ago
- 3d7cc10 ethtool: fec_prepare_data() - jump to error handling by Jakub Kicinski · 3 years, 9 months ago
- c5797f8 ethtool: move ethtool_stats_init by Jakub Kicinski · 3 years, 9 months ago
- 16756d3 ethtool: pause: make sure we init driver stats by Jakub Kicinski · 3 years, 9 months ago
- f33b0e1 ethtool: fix kdoc attr name by Jakub Kicinski · 3 years, 9 months ago
- c97a31f ethtool: wire in generic SFP module access by Andrew Lunn · 3 years, 9 months ago
- 96d971e ethtool: Add fallback to get_module_eeprom from netlink command by Vladyslav Tarasiuk · 3 years, 9 months ago
- 95dfc7e net: ethtool: Export helpers for getting EEPROM info by Andrew Lunn · 3 years, 9 months ago
- c781ff1 ethtool: Allow network drivers to dump arbitrary EEPROM data by Vladyslav Tarasiuk · 3 years, 9 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- fde32db ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT by Danielle Ratson · 3 years, 9 months ago
- a975d7d ethtool: Remove link_mode param and derive link params from driver by Danielle Ratson · 3 years, 9 months ago
- 63cf323 ethtool: fix incorrect datatype in set_eee ops by Wong Vee Khee · 3 years, 9 months ago
- 1e5d1f6 ethtool: support FEC settings over netlink by Jakub Kicinski · 3 years, 9 months ago
- cf2cc0b ethtool: fec: fix FEC_NONE check by Jakub Kicinski · 3 years, 9 months ago
- 42ce127 ethtool: fec: sanitize ethtool_fecparam->fec by Jakub Kicinski · 3 years, 10 months ago
- d3b37fc ethtool: fec: sanitize ethtool_fecparam->active_fec by Jakub Kicinski · 3 years, 10 months ago
- 240e1144 ethtool: fec: sanitize ethtool_fecparam->reserved by Jakub Kicinski · 3 years, 10 months ago
- 7888fe5 ethtool: Add common function for filling out strings by Alexander Duyck · 3 years, 10 months ago
- a4fc088 ethtool: fix the check logic of at least one channel for RX/TX by Yinjun Zhang · 3 years, 10 months ago
- dcf0cd1 net: hsr: add offloading support by George McCollister · 3 years, 11 months ago
- 7dc33f0 ethtool: Expose the number of lanes in use by Danielle Ratson · 4 years ago
- c890704 ethtool: Get link mode in use instead of speed and duplex parameters by Danielle Ratson · 4 years ago
- 012ce4d ethtool: Extend link modes settings uAPI with lanes by Danielle Ratson · 4 years ago
- 189e7a8 ethtool: Validate master slave configuration before rtnl_lock() by Danielle Ratson · 4 years ago
- 6f1c0ea net: introduce a netdev feature for UDP GRO forwarding by Alexander Lobakin · 4 years ago
- ef72cd3 ethtool: fix error paths in ethnl_set_channels() by Ivan Vecera · 4 years, 1 month ago
- efb796f ethtool: fix string set id check by Michal Kubecek · 4 years, 1 month ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- a770bf5 ethtool: fix stack overflow in ethnl_parse_bitset() by Michal Kubecek · 4 years, 1 month ago
- e1d9d7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- 4136913 ethtool: netlink: add missing netdev_features_change() call by Alexander Lobakin · 4 years, 2 months ago
- 9d253c0 ethtool: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
- fd15dd0 ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SET by Johannes Berg · 4 years, 3 months ago
- db972e5 ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attr by Johannes Berg · 4 years, 3 months ago
- a0de1cd ethtool: specify which header flags are supported per command by Jakub Kicinski · 4 years, 3 months ago
- 329d9c3 ethtool: link up ethnl_header_policy as a nested policy by Jakub Kicinski · 4 years, 3 months ago
- ff419af ethtool: trim policy tables by Jakub Kicinski · 4 years, 3 months ago
- 5028588b ethtool: wire up set policies to ops by Jakub Kicinski · 4 years, 3 months ago
- 4f30974 ethtool: wire up get policies to ops by Jakub Kicinski · 4 years, 3 months ago
- c6db31f ethtool: allow netdev driver to define phy tunables by Igor Russkikh · 4 years, 3 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 78b7015 ethtool: mark netlink family as __ro_after_init by Jakub Kicinski · 4 years, 3 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 55f1331 ethtool: Add 100base-FX link mode entries by Dan Murphy · 4 years, 4 months ago
- 19a83d3 ethtool: add and use message type for tunnel info reply by Michal Kubecek · 4 years, 4 months ago
- 9a27a33 ethtool: add standard pause stats by Jakub Kicinski · 4 years, 4 months ago
- 2adc6ed ethtool: fix error handling in ethtool_phys_id by Edward Cree · 4 years, 4 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
- c465576 xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces by Magnus Karlsson · 4 years, 4 months ago
- 1742b3d xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem by Magnus Karlsson · 4 years, 4 months ago
- 7611cbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- d0a84e1 ethtool: allow flow-type ether without IP protocol field by Vishal Kulkarni · 4 years, 5 months ago
- f01204e ethtool: Don't omit the netlink reply if no features were changed by Maxim Mikityanskiy · 4 years, 5 months ago
- 2847bfe ethtool: Account for hw_features in netlink interface by Maxim Mikityanskiy · 4 years, 5 months ago
- 840110a ethtool: Fix preserving of wanted feature bits in netlink interface by Maxim Mikityanskiy · 4 years, 5 months ago
- 76769c3 Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 5 months ago
- 71fed0b ethtool: ethnl_set_linkmodes: remove redundant null check by Gaurav Singh · 4 years, 5 months ago
- 966e505 udp_tunnel: add the ability to hard-code IANA VXLAN by Jakub Kicinski · 4 years, 5 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- c7d759e ethtool: add tunnel info interface by Jakub Kicinski · 4 years, 6 months ago
- 365f9ae ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit() by Michal Kubecek · 4 years, 6 months ago
- 065e0d4 ethtool: Add support for 100Gbps per lane link modes by Meir Lichtinger · 4 years, 6 months ago
- 1780951 net: phy: Uninline PHY ethtool statistics operations by Florian Fainelli · 4 years, 6 months ago
- f3631ab net: ethtool: Remove PHYLIB direct dependency by Florian Fainelli · 4 years, 6 months ago
- 4895d78 net: ethtool: Introduce ethtool_phy_ops by Florian Fainelli · 4 years, 6 months ago
- ecc31c6 ethtool: Add link extended state by Amit Cohen · 4 years, 6 months ago
- 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 1ae71d9 ethtool: fix error handling in linkstate_prepare_data() by Michal Kubecek · 4 years, 6 months ago
- 4b973f4 net: ethtool: Handle missing cable test TDR parameters by Andrew Lunn · 4 years, 6 months ago
- b4730ae net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM by Alexander Lobakin · 4 years, 7 months ago
- 21a739c ethtool: Fix check in ethtool_rx_flow_rule_create by Gaurav Singh · 4 years, 7 months ago
- eddbf5d net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string by Alexander Lobakin · 4 years, 7 months ago
- 3dd1499 ethtool: ioctl: Use array_size() in copy_to_user() by Gustavo A. R. Silva · 4 years, 7 months ago
- 178f67b ethtool: linkinfo: remove an unnecessary NULL check by Dan Carpenter · 4 years, 7 months ago
- fd55199 net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg static by Andrew Lunn · 4 years, 7 months ago
- f2bc8ad net: ethtool: Allow PHY cable test TDR data to configured by Andrew Lunn · 4 years, 7 months ago
- 6b4a0fc net: ethtool: Add helpers for cable test TDR data by Andrew Lunn · 4 years, 7 months ago
- 1a644de net: ethtool: Add generic parts of cable test TDR by Andrew Lunn · 4 years, 7 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 3161071 ethtool: propagate get_coalesce return value by Heiner Kallweit · 4 years, 8 months ago
- a152b85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- a71506a xsk: Move driver interface to xdp_sock_drv.h by Magnus Karlsson · 4 years, 8 months ago
- 8066021 ethtool: provide UAPI for PHY Signal Quality Index (SQI) by Oleksij Rempel · 4 years, 8 months ago
- 7c87e32 ethtool: count header size in reply size estimate by Michal Kubecek · 4 years, 8 months ago
- 75c36db ethtool: don't call set_channels in drivers if config didn't change by Jakub Kicinski · 4 years, 8 months ago
- 7be9251 ethtool: check if there is at least one channel for TX/RX in the core by Jakub Kicinski · 4 years, 8 months ago
- 9896a45 net: phy: Send notifier when starting the cable test by Andrew Lunn · 4 years, 8 months ago
- 1e2dc14 net: ethtool: Add helpers for reporting test results by Andrew Lunn · 4 years, 8 months ago
- 1dd3f21 net: ethtool: Add infrastructure for reporting cable test results by Andrew Lunn · 4 years, 8 months ago
- 0df960f net: ethtool: Make helpers public by Andrew Lunn · 4 years, 8 months ago
- 11ca3c42 net: ethtool: netlink: Add support for triggering a cable test by Andrew Lunn · 4 years, 8 months ago