1. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 1 month ago
  2. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 1 month ago
  3. 0b5705e devlink: Add new "event_eq_size" generic device param by Shay Drory · 3 years, 1 month ago
  4. 4740238 devlink: Add new "io_eq_size" generic device param by Shay Drory · 3 years, 1 month ago
  5. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  6. 4dbb0da devlink: fix netns refcount leak in devlink_nl_cmd_reload() by Eric Dumazet · 3 years, 1 month ago
  7. 4c897cf devlink: Simplify devlink resources unregister call by Leon Romanovsky · 3 years, 2 months ago
  8. e9538f8 devlink: Remove misleading internal_flags from health reporter dump by Leon Romanovsky · 3 years, 2 months ago
  9. 325e0d0 devlink: Add 'enable_iwarp' generic device param by Shiraz Saleem · 3 years, 3 months ago
  10. fec1faf devlink: Don't throw an error if flash notification sent before devlink visible by Leon Romanovsky · 3 years, 2 months ago
  11. 96d0c9b devlink: fix flexible_array.cocci warning by Guo Zhengkui · 3 years, 2 months ago
  12. 1af0a09 ethtool: don't drop the rtnl_lock half way thru the ioctl by Jakub Kicinski · 3 years, 3 months ago
  13. 46db1b7 devlink: expose get/put functions by Jakub Kicinski · 3 years, 3 months ago
  14. c52ef04 devlink: make all symbols GPL-only by Jakub Kicinski · 3 years, 3 months ago
  15. ee775b5 devlink: Simplify internal devlink params implementation by Leon Romanovsky · 3 years, 3 months ago
  16. c5e0321 Revert "devlink: Remove not-executed trap policer notifications" by Leon Romanovsky · 3 years, 3 months ago
  17. fb9d19c Revert "devlink: Remove not-executed trap group notifications" by Leon Romanovsky · 3 years, 3 months ago
  18. 7a690ad devlink: Clean not-executed param notifications by Leon Romanovsky · 3 years, 3 months ago
  19. 8bbeed4 devlink: Remove not-executed trap group notifications by Leon Romanovsky · 3 years, 3 months ago
  20. 22849b5 devlink: Remove not-executed trap policer notifications by Leon Romanovsky · 3 years, 3 months ago
  21. 99ad92e devlink: Delete obsolete parameters publish API by Leon Romanovsky · 3 years, 3 months ago
  22. cb3dc890 devlink: Remove extra device_lock assert checks by Leon Romanovsky · 3 years, 3 months ago
  23. 82465be devlink: Delete reload enable/disable interface by Leon Romanovsky · 3 years, 3 months ago
  24. bd032e3 devlink: Allow control devlink ops behavior through feature mask by Leon Romanovsky · 3 years, 3 months ago
  25. b88f7b1 devlink: Annotate devlink API calls by Leon Romanovsky · 3 years, 3 months ago
  26. 2bc5098 devlink: Move netdev_to_devlink helpers to devlink.c by Leon Romanovsky · 3 years, 3 months ago
  27. 2131463 devlink: Reduce struct devlink exposure by Leon Romanovsky · 3 years, 3 months ago
  28. a70e3f0 devlink: report maximum number of snapshots with regions by Jacob Keller · 3 years, 4 months ago
  29. ef91abf devlink: Add missed notifications iterators by Leon Romanovsky · 3 years, 4 months ago
  30. cf53021 devlink: Notify users when objects are accessible by Leon Romanovsky · 3 years, 4 months ago
  31. 8ba024d devlink: Remove single line function obfuscations by Leon Romanovsky · 3 years, 4 months ago
  32. 42ded61 devlink: Delete not used port parameters APIs by Leon Romanovsky · 3 years, 4 months ago
  33. db4278c devlink: Make devlink_register to be void by Leon Romanovsky · 3 years, 4 months ago
  34. 6db9350 devlink: Delete not-used devlink APIs by Leon Romanovsky · 3 years, 4 months ago
  35. c2d2f98 devlink: Delete not-used single parameter notification APIs by Leon Romanovsky · 3 years, 4 months ago
  36. ed43fba devlink: Clear whole devlink_flash_notify struct by Leon Romanovsky · 3 years, 5 months ago
  37. 11a861d7 devlink: Use xarray to store devlink instances by Leon Romanovsky · 3 years, 5 months ago
  38. 437ebfd devlink: Count struct devlink consumers by Leon Romanovsky · 3 years, 5 months ago
  39. 7ca973d devlink: Remove check of always valid devlink pointer by Leon Romanovsky · 3 years, 5 months ago
  40. cbf6ab6 devlink: Simplify devlink_pernet_pre_exit call by Leon Romanovsky · 3 years, 5 months ago
  41. 9c4a766 devlink: Add APIs to publish, unpublish individual parameter by Parav Pandit · 3 years, 5 months ago
  42. b40c51e devlink: Add API to register and unregister single parameter by Parav Pandit · 3 years, 5 months ago
  43. 699784f devlink: Create a helper function for one parameter registration by Parav Pandit · 3 years, 5 months ago
  44. 076b2a9 devlink: Add new "enable_vnet" generic device param by Parav Pandit · 3 years, 5 months ago
  45. 8ddaabe devlink: Add new "enable_rdma" generic device param by Parav Pandit · 3 years, 5 months ago
  46. f13a5ad devlink: Add new "enable_eth" generic device param by Parav Pandit · 3 years, 5 months ago
  47. 2a2b6e3 devlink: Fix port_type_set function pointer check by Leon Romanovsky · 3 years, 5 months ago
  48. 919d13a devlink: Set device as early as possible by Leon Romanovsky · 3 years, 5 months ago
  49. 82564f6 devlink: Simplify devlink port API calls by Leon Romanovsky · 3 years, 5 months ago
  50. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  51. 2671345 devlink: Allocate devlink directly in requested net namespace by Leon Romanovsky · 3 years, 6 months ago
  52. 05a7f4a devlink: Break parameter notification sequence to be before/after unload/load driver by Leon Romanovsky · 3 years, 6 months ago
  53. d7907a2 devlink: Remove duplicated registration check by Leon Romanovsky · 3 years, 6 months ago
  54. 149ea30 devlink: Fix phys_port_name of virtual port and merge error by Parav Pandit · 3 years, 6 months ago
  55. a3e5e57 devlink: Protect rate list with lock while switching modes by Dmytro Linkin · 3 years, 7 months ago
  56. ff99324 devlink: Remove eswitch mode check for mode set call by Dmytro Linkin · 3 years, 7 months ago
  57. 1321ed5 devlink: Decrease refcnt of parent rate object on leaf destroy by Dmytro Linkin · 3 years, 7 months ago
  58. ddee9db net: core: devlink: add dropped stats traps field by Oleksandr Mazur · 3 years, 7 months ago
  59. 711d1de devlink: Fix error message in devlink_rate_set_ops_supported() by Dan Carpenter · 3 years, 7 months ago
  60. 1262856 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 7 months ago
  61. d755598 devlink: Allow setting parent node of rate objects by Dmytro Linkin · 3 years, 8 months ago
  62. a8ecb93 devlink: Introduce rate nodes by Dmytro Linkin · 3 years, 8 months ago
  63. 1897db2 devlink: Allow setting tx rate for devlink rate leaf objects by Dmytro Linkin · 3 years, 8 months ago
  64. 4677efc devlink: Introduce rate object by Dmytro Linkin · 3 years, 8 months ago
  65. b28d8f0 devlink: Correct VIRTUAL port to not have phys_port attributes by Parav Pandit · 3 years, 8 months ago
  66. f285f37 devlink: append split port number to the port name by Jiri Pirko · 3 years, 8 months ago
  67. a1ab3e4 devlink: Extend SF port attributes to have external attribute by Parav Pandit · 3 years, 10 months ago
  68. 24a790da Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 4 years ago
  69. e78ab16 devlink: Add DMAC filter generic packet trap by Aya Levin · 4 years ago
  70. 321f7ab mlxsw: Register physical ports as a devlink resource by Danielle Ratson · 4 years ago
  71. a556dde devlink: Support get and set state of port function by Parav Pandit · 4 years, 1 month ago
  72. cd76dcd devlink: Support add and delete devlink port by Parav Pandit · 4 years, 1 month ago
  73. b828883 devlink: Introduce PCI SF port flavour and port attribute by Parav Pandit · 4 years, 1 month ago
  74. 1230d94 devlink: Prepare code to fill multiple port function attributes by Parav Pandit · 4 years, 1 month ago
  75. 7e238de net: core: devlink: use right genl user_ptr when handling port param get/set by Oleksandr Mazur · 4 years ago
  76. 8daa76a net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set_doit() by Zheng Yongjun · 4 years, 1 month ago
  77. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  78. a7b4364 devlink: Make sure devlink instance and port are in same net namespace by Parav Pandit · 4 years, 2 months ago
  79. b187c9b devlink: Hold rtnl lock while reading netdev attributes by Parav Pandit · 4 years, 2 months ago
  80. 5204bb6 devlink: Fix reload stats structure by Moshe Shemesh · 4 years, 2 months ago
  81. f0a5013 devlink: Add blackhole_nexthop trap by Ido Schimmel · 4 years, 2 months ago
  82. 52cc5f3 devlink: move flash end and begin to core devlink by Jacob Keller · 4 years, 2 months ago
  83. b44cfd4 devlink: move request_firmware out of driver by Jacob Keller · 4 years, 2 months ago
  84. 849920c devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill() by Wang Hai · 4 years, 2 months ago
  85. 9f73bd1 devlink: Avoid overwriting port attributes of registered port by Parav Pandit · 4 years, 2 months ago
  86. 0d8cb94 devlink: Unlock on error in dumpit() by Dan Carpenter · 4 years, 3 months ago
  87. 6c21180 devlink: Fix some error codes by Dan Carpenter · 4 years, 3 months ago
  88. 195d9de devlink: Add enable_remote_dev_reset generic parameter by Moshe Shemesh · 4 years, 3 months ago
  89. 77069ba devlink: Add remote reload stats by Moshe Shemesh · 4 years, 3 months ago
  90. a254c26 devlink: Add reload stats by Moshe Shemesh · 4 years, 3 months ago
  91. dc64cc7 devlink: Add devlink reload limit option by Moshe Shemesh · 4 years, 3 months ago
  92. ccdf072 devlink: Add reload action option to devlink reload command by Moshe Shemesh · 4 years, 3 months ago
  93. 69d56e0 devlink: Change devlink_reload_supported() param type by Moshe Shemesh · 4 years, 3 months ago
  94. 544e7c3 net: devlink: Add support for port regions by Andrew Lunn · 4 years, 3 months ago
  95. cf11663 net: devlink: Add unused port flavour by Andrew Lunn · 4 years, 3 months ago
  96. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  97. c50bf2b devlink: add .trap_group_action_set() callback by Ioana Ciornei · 4 years, 4 months ago
  98. 10c24eb devlink: add parser error drop packet traps by Ioana Ciornei · 4 years, 4 months ago
  99. 93e1559 drop_monitor: Filter control packets in drop monitor by Ido Schimmel · 4 years, 4 months ago
  100. 8ee2267 drop_monitor: Convert to using devlink tracepoint by Ido Schimmel · 4 years, 4 months ago