1. ccd21ec ethtool: use phydev variable by Tom Rix · 3 years ago
  2. 2d6ec25 netlink: do not allocate a device refcount tracker in ethnl_default_notify() by Eric Dumazet · 3 years ago
  3. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  4. c09f103 ethtool: Remove redundant ret assignments by luo penghao · 3 years ago
  5. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  6. 3bc14ea ethtool: always write dev in ethnl_parse_header_dev_get by Jakub Kicinski · 3 years ago
  7. 34ac17e ethtool: use ethnl_parse_header_dev_put() by Eric Dumazet · 3 years ago
  8. 0976b88 ethtool: fix null-ptr-deref on ref tracker by Jakub Kicinski · 3 years ago
  9. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  10. e4b8954 netlink: add net device refcount tracker to struct ethnl_req_info by Eric Dumazet · 3 years, 1 month ago
  11. dde91cc ethtool: do not perform operations on net devices being unregistered by Antoine Tenart · 3 years, 1 month ago
  12. 5ae2195 net: add net device refcount tracker to ethtool_phys_id() by Eric Dumazet · 3 years, 1 month ago
  13. 72a2ff56 ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()' by Christophe JAILLET · 3 years, 1 month ago
  14. bde3b0f net: ethtool: set a default driver name by Tonghao Zhang · 3 years, 1 month ago
  15. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  16. 0276af2 ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() by Julian Wiedmann · 3 years, 1 month ago
  17. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 1 month ago
  18. 0b70c25 ethtool: add support to set/get rx buf len via ethtool by Hao Chen · 3 years, 1 month ago
  19. 448f413 ethtool: add support to set/get tx copybreak buf size via ethtool by Hao Chen · 3 years, 1 month ago
  20. 812ad3d ethtool: stats: Use struct_group() to clear all stats at once by Kees Cook · 3 years, 1 month ago
  21. 1aabe57 ethtool: fix ethtool msg len calculation for pause stats by Jakub Kicinski · 3 years, 2 months ago
  22. 1af0a09 ethtool: don't drop the rtnl_lock half way thru the ioctl by Jakub Kicinski · 3 years, 2 months ago
  23. 095cfcf ethtool: handle info/flash data copying outside rtnl_lock by Jakub Kicinski · 3 years, 2 months ago
  24. f49deaa ethtool: push the rtnl_lock into dev_ethtool() by Jakub Kicinski · 3 years, 2 months ago
  25. 4973056 net: convert users of bitmap_foo() to linkmode_foo() by Sean Anderson · 3 years, 2 months ago
  26. 353407d ethtool: Add ability to control transceiver modules' power mode by Ido Schimmel · 3 years, 3 months ago
  27. ed71761 ethtool: ioctl: Use array_size() helper in copy_{from,to}_user() by Gustavo A. R. Silva · 3 years, 3 months ago
  28. b9bbc4c ethtool: prevent endless loop if eeprom size is smaller than announced by Heiner Kallweit · 3 years, 3 months ago
  29. f3ccfda1 ethtool: extend coalesce setting uAPI with CQE mode by Yufeng Mo · 3 years, 4 months ago
  30. 029ee6b ethtool: add two coalesce attributes for CQE mode by Yufeng Mo · 3 years, 4 months ago
  31. 596690e ethtool: return error from ethnl_ops_begin if dev is NULL by Heiner Kallweit · 3 years, 5 months ago
  32. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  33. d43c65b ethtool: runtime-resume netdev parent in ethnl_ops_begin by Heiner Kallweit · 3 years, 5 months ago
  34. 41107ac ethtool: move netif_device_present check from ethnl_parse_header_dev_get to ethnl_ops_begin by Heiner Kallweit · 3 years, 5 months ago
  35. c5ab51d ethtool: move implementation of ethnl_ops_begin/complete to netlink.c by Heiner Kallweit · 3 years, 5 months ago
  36. f32a213 ethtool: runtime-resume netdev parent before ethtool ioctl ops by Heiner Kallweit · 3 years, 5 months ago
  37. a554bf9 dev_ioctl: pass SIOCDEVPRIVATE data separately by Arnd Bergmann · 3 years, 5 months ago
  38. 9b29a16 ethtool: Fix rxnfc copy to user buffer overflow by Saeed Mahameed · 3 years, 5 months ago
  39. dd98d28 ethtool: improve compat ioctl handling by Arnd Bergmann · 3 years, 5 months ago
  40. d463126 net: sock: extend SO_TIMESTAMPING for PHC binding by Yangbo Lu · 3 years, 6 months ago
  41. c156174a ethtool: add a new command for getting PHC virtual clocks by Yangbo Lu · 3 years, 6 months ago
  42. 88f9a87 ethtool: Validate module EEPROM offset as part of policy by Ido Schimmel · 3 years, 6 months ago
  43. 0dc7dd0 ethtool: Validate module EEPROM length as part of policy by Ido Schimmel · 3 years, 6 months ago
  44. f5fe211 ethtool: Decrease size of module EEPROM get policy array by Ido Schimmel · 3 years, 6 months ago
  45. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  46. 4d1fb7c ethtool: add a stricter length check by Jakub Kicinski · 3 years, 6 months ago
  47. e175aef ethtool: strset: fix message length calculation by Jakub Kicinski · 3 years, 7 months ago
  48. 80ec82e net: ethtool: clear heap allocations for ethtool function by Austin Kim · 3 years, 7 months ago
  49. 51c96a5 ethtool: Fix NULL pointer dereference during module EEPROM dump by Ido Schimmel · 3 years, 7 months ago
  50. b676c7f ethtool: Fix a typo by Zheng Yongjun · 3 years, 7 months ago
  51. c71b996 ethtool: stats: Fix a copy-paste error by YueHaibing · 3 years, 7 months ago
  52. cf754ae ethtool: fix missing NLM_F_MULTI flag when dumping by Fernando Fernandez Mancera · 3 years, 8 months ago
  53. d1f0a5e ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SET by Jakub Kicinski · 3 years, 8 months ago
  54. c1d9e34 ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() by Gustavo A. R. Silva · 3 years, 8 months ago
  55. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  56. a8b06e9 ethtool: add interface to read RMON stats by Jakub Kicinski · 3 years, 8 months ago
  57. bfad2b9 ethtool: add interface to read standard MAC Ctrl stats by Jakub Kicinski · 3 years, 8 months ago
  58. ca22445 ethtool: add interface to read standard MAC stats by Jakub Kicinski · 3 years, 8 months ago
  59. f09ea6f ethtool: add a new command for reading standard stats by Jakub Kicinski · 3 years, 8 months ago
  60. be85dbf ethtool: add FEC statistics by Jakub Kicinski · 3 years, 9 months ago
  61. 3d7cc10 ethtool: fec_prepare_data() - jump to error handling by Jakub Kicinski · 3 years, 9 months ago
  62. c5797f8 ethtool: move ethtool_stats_init by Jakub Kicinski · 3 years, 9 months ago
  63. 16756d3 ethtool: pause: make sure we init driver stats by Jakub Kicinski · 3 years, 9 months ago
  64. f33b0e1 ethtool: fix kdoc attr name by Jakub Kicinski · 3 years, 9 months ago
  65. c97a31f ethtool: wire in generic SFP module access by Andrew Lunn · 3 years, 9 months ago
  66. 96d971e ethtool: Add fallback to get_module_eeprom from netlink command by Vladyslav Tarasiuk · 3 years, 9 months ago
  67. 95dfc7e net: ethtool: Export helpers for getting EEPROM info by Andrew Lunn · 3 years, 9 months ago
  68. c781ff1 ethtool: Allow network drivers to dump arbitrary EEPROM data by Vladyslav Tarasiuk · 3 years, 9 months ago
  69. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  70. fde32db ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT by Danielle Ratson · 3 years, 9 months ago
  71. a975d7d ethtool: Remove link_mode param and derive link params from driver by Danielle Ratson · 3 years, 9 months ago
  72. 63cf323 ethtool: fix incorrect datatype in set_eee ops by Wong Vee Khee · 3 years, 9 months ago
  73. 1e5d1f6 ethtool: support FEC settings over netlink by Jakub Kicinski · 3 years, 9 months ago
  74. cf2cc0b ethtool: fec: fix FEC_NONE check by Jakub Kicinski · 3 years, 9 months ago
  75. 42ce127 ethtool: fec: sanitize ethtool_fecparam->fec by Jakub Kicinski · 3 years, 9 months ago
  76. d3b37fc ethtool: fec: sanitize ethtool_fecparam->active_fec by Jakub Kicinski · 3 years, 9 months ago
  77. 240e1144 ethtool: fec: sanitize ethtool_fecparam->reserved by Jakub Kicinski · 3 years, 9 months ago
  78. 7888fe5 ethtool: Add common function for filling out strings by Alexander Duyck · 3 years, 10 months ago
  79. a4fc088 ethtool: fix the check logic of at least one channel for RX/TX by Yinjun Zhang · 3 years, 10 months ago
  80. dcf0cd1 net: hsr: add offloading support by George McCollister · 3 years, 11 months ago
  81. 7dc33f0 ethtool: Expose the number of lanes in use by Danielle Ratson · 3 years, 11 months ago
  82. c890704 ethtool: Get link mode in use instead of speed and duplex parameters by Danielle Ratson · 3 years, 11 months ago
  83. 012ce4d ethtool: Extend link modes settings uAPI with lanes by Danielle Ratson · 3 years, 11 months ago
  84. 189e7a8 ethtool: Validate master slave configuration before rtnl_lock() by Danielle Ratson · 3 years, 11 months ago
  85. 6f1c0ea net: introduce a netdev feature for UDP GRO forwarding by Alexander Lobakin · 4 years ago
  86. ef72cd3 ethtool: fix error paths in ethnl_set_channels() by Ivan Vecera · 4 years ago
  87. efb796f ethtool: fix string set id check by Michal Kubecek · 4 years ago
  88. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  89. a770bf5 ethtool: fix stack overflow in ethnl_parse_bitset() by Michal Kubecek · 4 years, 1 month ago
  90. e1d9d7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  91. 4136913 ethtool: netlink: add missing netdev_features_change() call by Alexander Lobakin · 4 years, 2 months ago
  92. 9d253c0 ethtool: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  93. fd15dd0 ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SET by Johannes Berg · 4 years, 3 months ago
  94. db972e5 ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attr by Johannes Berg · 4 years, 3 months ago
  95. a0de1cd ethtool: specify which header flags are supported per command by Jakub Kicinski · 4 years, 3 months ago
  96. 329d9c3 ethtool: link up ethnl_header_policy as a nested policy by Jakub Kicinski · 4 years, 3 months ago
  97. ff419af ethtool: trim policy tables by Jakub Kicinski · 4 years, 3 months ago
  98. 5028588b ethtool: wire up set policies to ops by Jakub Kicinski · 4 years, 3 months ago
  99. 4f30974 ethtool: wire up get policies to ops by Jakub Kicinski · 4 years, 3 months ago
  100. c6db31f ethtool: allow netdev driver to define phy tunables by Igor Russkikh · 4 years, 3 months ago