1. 5fbf57a net: netlink: remove the cb_mutex "injection" from netlink core by Jakub Kicinski · 9 months ago
  2. 5380d64 rtnetlink: move rtnl_lock handling out of af_netlink by Jakub Kicinski · 9 months ago
  3. 8af4f60 netlink: support all extack types in dumps by Jakub Kicinski · 11 months ago
  4. 652332e netlink: move extack writing helpers by Jakub Kicinski · 11 months ago
  5. 5bc63d3 netlink: create a new header for internal genetlink symbols by Jakub Kicinski · 11 months ago
  6. 8b6d307 net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID by Juntong Deng · 12 months ago
  7. 87d3819 genetlink: fit NLMSG_DONE into same read() as families by Jakub Kicinski · 12 months ago
  8. b5a8991 netlink: handle EMSGSIZE errors in the core by Jakub Kicinski · 12 months ago
  9. 65f5dd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year ago
  10. f8cbf6b netlink: use kvmalloc() in netlink_alloc_large_skb() by Eric Dumazet · 1 year ago
  11. 386520e rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag by Eric Dumazet · 1 year ago
  12. e39951d rtnetlink: change nlk->cb_mutex role by Eric Dumazet · 1 year ago
  13. b559027 netlink: hold nlk->cb_mutex longer in __netlink_dump_start() by Eric Dumazet · 1 year ago
  14. 6647b338 netlink: fix netlink_diag_dump() return value by Eric Dumazet · 1 year ago
  15. 661779e netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter by Ryosuke Yasuoka · 1 year ago
  16. fc906e7 Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks' by Jakub Kicinski · 1 year ago
  17. 3de21a8 genetlink: Add per family bind/unbind callbacks by Stanislaw Gruszka · 1 year, 1 month ago
  18. 06f609b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
  19. 114b4bb sock_diag: add module pointer to "struct sock_diag_handler" by Eric Dumazet · 1 year, 1 month ago
  20. 234ec0b netlink: fix potential sleeping issue in mqueue_flush_file by Zhengchao Shao · 1 year, 1 month ago
  21. cd4d726 genetlink: Use internal flags for multicast groups by Ido Schimmel · 1 year, 2 months ago
  22. 403863e netlink: introduce typedef for filter function by Jiri Pirko · 1 year, 3 months ago
  23. a731132 genetlink: introduce per-sock family private storage by Jiri Pirko · 1 year, 3 months ago
  24. 2483e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 3 months ago
  25. e0378187 drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group by Ido Schimmel · 1 year, 3 months ago
  26. ac40916 rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink by Li RongQing · 1 year, 4 months ago
  27. 016b933 netlink: fill in missing MODULE_DESCRIPTION() by Jakub Kicinski · 1 year, 4 months ago
  28. f862ed2 genetlink: don't merge dumpit split op for different cmds into single iter by Jiri Pirko · 1 year, 4 months ago
  29. 374d345 netlink: add variable-length / auto integers by Jakub Kicinski · 1 year, 4 months ago
  30. eaede99 netlink: Annotate struct netlink_policy_dump_state with __counted_by by Kees Cook · 1 year, 5 months ago
  31. d0f9589 netlink: annotate data-races around sk->sk_err by Eric Dumazet · 1 year, 5 months ago
  32. 5c670a0 genetlink: add a family pointer to struct genl_info by Jakub Kicinski · 1 year, 7 months ago
  33. 7288dd2 genetlink: use attrs from struct genl_info by Jakub Kicinski · 1 year, 7 months ago
  34. 9272af1 genetlink: add struct genl_info to struct genl_dumpit_info by Jakub Kicinski · 1 year, 7 months ago
  35. bffcc68 genetlink: remove userhdr from struct genl_info by Jakub Kicinski · 1 year, 7 months ago
  36. 84817d8 genetlink: push conditional locking into dumpit/done by Jakub Kicinski · 1 year, 7 months ago
  37. 8fe08d7 netlink: convert nlk->flags to atomic flags by Eric Dumazet · 1 year, 7 months ago
  38. a4c9a56 netlink: Add new netlink_release function by Anjali Kulkarni · 1 year, 8 months ago
  39. a337738 netlink: Reverse the patch which removed filtering by Anjali Kulkarni · 1 year, 8 months ago
  40. 5766946 genetlink: add explicit ordering break check for split ops by Jiri Pirko · 1 year, 8 months ago
  41. b8e39b3 netlink: Make use of __assign_bit() API by Andy Shevchenko · 1 year, 8 months ago
  42. 3674fbf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 8 months ago
  43. 25a9c8a netlink: Add __sock_i_ino() for __netlink_diag_dump(). by Kuniyuki Iwashima · 1 year, 8 months ago
  44. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
  45. 8d61f92 netlink: fix potential deadlock in netlink_set_err() by Eric Dumazet · 1 year, 8 months ago
  46. 5ab8c41 netlink: support extack in dump ->start() by Jakub Kicinski · 1 year, 9 months ago
  47. f4e4534 net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report by Pedro Tammela · 1 year, 9 months ago
  48. a939d14 netlink: annotate accesses to nlk->cb_running by Eric Dumazet · 1 year, 10 months ago
  49. c248b27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 1 year, 10 months ago
  50. d913d32 netlink: Use copy_to_user() for optval in netlink_getsockopt(). by Kuniyuki Iwashima · 1 year, 10 months ago
  51. d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  52. a1865f2 netlink: annotate lockless accesses to nlk->max_recvmsg_len by Eric Dumazet · 1 year, 11 months ago
  53. 6978052 netlink: remove unused 'compare' function by Florian Westphal · 2 years ago
  54. d4545bf genetlink: Use string_is_terminated() helper by Andy Shevchenko · 2 years, 1 month ago
  55. 9b663b5 netlink: annotate data races around sk_state by Eric Dumazet · 2 years, 1 month ago
  56. 004db64 netlink: annotate data races around dst_portid and dst_group by Eric Dumazet · 2 years, 1 month ago
  57. c1bb948 netlink: annotate data races around nlk->portid by Eric Dumazet · 2 years, 1 month ago
  58. 7e68dd7 Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 3 months ago
  59. c73a72f netlink: remove the flex array from struct nlmsghdr by Jakub Kicinski · 2 years, 3 months ago
  60. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
  61. c1b0510 genetlink: fix single op policy dump when do is present by Jakub Kicinski · 2 years, 4 months ago
  62. 154ba79 genetlink: correctly begin the iteration over policies by Jakub Kicinski · 2 years, 4 months ago
  63. e697614 netlink: Fix potential skb memleak in netlink_ack by Tao Chen · 2 years, 4 months ago
  64. aba22ca genetlink: convert control family to split ops by Jakub Kicinski · 2 years, 4 months ago
  65. b8fd60c genetlink: allow families to use split ops directly by Jakub Kicinski · 2 years, 4 months ago
  66. 7acfbbe genetlink: inline old iteration helpers by Jakub Kicinski · 2 years, 4 months ago
  67. b502b31 genetlink: use iterator in the op to policy map dumping by Jakub Kicinski · 2 years, 4 months ago
  68. 6557461 genetlink: add iterator for walking family ops by Jakub Kicinski · 2 years, 4 months ago
  69. 8d84322 genetlink: inline genl_get_cmd() by Jakub Kicinski · 2 years, 4 months ago
  70. 26588ed genetlink: support split policies in ctrl_dumppolicy_put_op() by Jakub Kicinski · 2 years, 4 months ago
  71. 92d3d9b genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start() by Jakub Kicinski · 2 years, 4 months ago
  72. e1a24891 genetlink: check for callback type at op load time by Jakub Kicinski · 2 years, 4 months ago
  73. 7747eb7 genetlink: load policy based on validation flags by Jakub Kicinski · 2 years, 4 months ago
  74. 20b0b53 genetlink: introduce split op representation by Jakub Kicinski · 2 years, 4 months ago
  75. ff14adb genetlink: refactor the cmd <> policy mapping dump by Jakub Kicinski · 2 years, 4 months ago
  76. 738136a netlink: split up copies in the ack construction by Jakub Kicinski · 2 years, 4 months ago
  77. 31f1aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
  78. ce48ebd genetlink: limit the use of validation workarounds to old ops by Jakub Kicinski · 2 years, 4 months ago
  79. 4fa8655 genetlink: piggy back on resv_op to default to a reject policy by Jakub Kicinski · 2 years, 4 months ago
  80. 0cafd77 net: add a refcount tracker for kernel sockets by Eric Dumazet · 2 years, 4 months ago
  81. cff2d76 genetlink: reject use of nlmsg_flags for new commands by Jakub Kicinski · 2 years, 5 months ago
  82. 710d21fd netlink: Bounds-check struct nlmsgerr creation by Kees Cook · 2 years, 6 months ago
  83. 690252f netlink: add support for ext_ack missing attributes by Jakub Kicinski · 2 years, 6 months ago
  84. 0c95cea netlink: factor out extack composition by Jakub Kicinski · 2 years, 6 months ago
  85. 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 6 months ago
  86. 8f1948b genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind() by Jiri Pirko · 2 years, 6 months ago
  87. 2498013 net: genl: fix error path memory leak in policy dumping by Jakub Kicinski · 2 years, 7 months ago
  88. 9b19e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  89. d5076fe netlink: do not reset transport header in netlink_recvmsg() by Eric Dumazet · 2 years, 10 months ago
  90. f70925b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 10 months ago
  91. 99c0732 netlink: reset network and mac headers in netlink_dump() by Eric Dumazet · 2 years, 11 months ago
  92. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 2 years, 11 months ago
  93. 0caf6d9 af_netlink: Fix shift out of bounds in group mask calculation by Petr Machata · 3 years ago
  94. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  95. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  96. f123cff net: netlink: af_netlink: Prevent empty skb by adding a check on len. by Harshit Mogalapalli · 3 years, 3 months ago
  97. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 4 months ago
  98. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  99. 7707a4d netlink: annotate data races around nlk->bound by Eric Dumazet · 3 years, 5 months ago
  100. 549017a netlink: remove netlink_broadcast_filtered by Florian Westphal · 3 years, 5 months ago