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