1. c248b27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 1 year, 11 months ago
  2. d913d32 netlink: Use copy_to_user() for optval in netlink_getsockopt(). by Kuniyuki Iwashima · 1 year, 11 months ago
  3. d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  4. a1865f2 netlink: annotate lockless accesses to nlk->max_recvmsg_len by Eric Dumazet · 2 years ago
  5. 6978052 netlink: remove unused 'compare' function by Florian Westphal · 2 years ago
  6. d4545bf genetlink: Use string_is_terminated() helper by Andy Shevchenko · 2 years, 1 month ago
  7. 9b663b5 netlink: annotate data races around sk_state by Eric Dumazet · 2 years, 2 months ago
  8. 004db64 netlink: annotate data races around dst_portid and dst_group by Eric Dumazet · 2 years, 2 months ago
  9. c1bb948 netlink: annotate data races around nlk->portid by Eric Dumazet · 2 years, 2 months ago
  10. 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
  11. c73a72f netlink: remove the flex array from struct nlmsghdr by Jakub Kicinski · 2 years, 4 months ago
  12. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
  13. c1b0510 genetlink: fix single op policy dump when do is present by Jakub Kicinski · 2 years, 4 months ago
  14. 154ba79 genetlink: correctly begin the iteration over policies by Jakub Kicinski · 2 years, 4 months ago
  15. e697614 netlink: Fix potential skb memleak in netlink_ack by Tao Chen · 2 years, 4 months ago
  16. aba22ca genetlink: convert control family to split ops by Jakub Kicinski · 2 years, 4 months ago
  17. b8fd60c genetlink: allow families to use split ops directly by Jakub Kicinski · 2 years, 4 months ago
  18. 7acfbbe genetlink: inline old iteration helpers by Jakub Kicinski · 2 years, 4 months ago
  19. b502b31 genetlink: use iterator in the op to policy map dumping by Jakub Kicinski · 2 years, 4 months ago
  20. 6557461 genetlink: add iterator for walking family ops by Jakub Kicinski · 2 years, 4 months ago
  21. 8d84322 genetlink: inline genl_get_cmd() by Jakub Kicinski · 2 years, 4 months ago
  22. 26588ed genetlink: support split policies in ctrl_dumppolicy_put_op() by Jakub Kicinski · 2 years, 4 months ago
  23. 92d3d9b genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start() by Jakub Kicinski · 2 years, 4 months ago
  24. e1a24891 genetlink: check for callback type at op load time by Jakub Kicinski · 2 years, 4 months ago
  25. 7747eb7 genetlink: load policy based on validation flags by Jakub Kicinski · 2 years, 4 months ago
  26. 20b0b53 genetlink: introduce split op representation by Jakub Kicinski · 2 years, 4 months ago
  27. ff14adb genetlink: refactor the cmd <> policy mapping dump by Jakub Kicinski · 2 years, 4 months ago
  28. 738136a netlink: split up copies in the ack construction by Jakub Kicinski · 2 years, 4 months ago
  29. 31f1aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
  30. ce48ebd genetlink: limit the use of validation workarounds to old ops by Jakub Kicinski · 2 years, 5 months ago
  31. 4fa8655 genetlink: piggy back on resv_op to default to a reject policy by Jakub Kicinski · 2 years, 5 months ago
  32. 0cafd77 net: add a refcount tracker for kernel sockets by Eric Dumazet · 2 years, 5 months ago
  33. cff2d76 genetlink: reject use of nlmsg_flags for new commands by Jakub Kicinski · 2 years, 5 months ago
  34. 710d21fd netlink: Bounds-check struct nlmsgerr creation by Kees Cook · 2 years, 6 months ago
  35. 690252f netlink: add support for ext_ack missing attributes by Jakub Kicinski · 2 years, 7 months ago
  36. 0c95cea netlink: factor out extack composition by Jakub Kicinski · 2 years, 7 months ago
  37. 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 7 months ago
  38. 8f1948b genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind() by Jiri Pirko · 2 years, 7 months ago
  39. 2498013 net: genl: fix error path memory leak in policy dumping by Jakub Kicinski · 2 years, 7 months ago
  40. 9b19e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  41. d5076fe netlink: do not reset transport header in netlink_recvmsg() by Eric Dumazet · 2 years, 10 months ago
  42. f70925b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 11 months ago
  43. 99c0732 netlink: reset network and mac headers in netlink_dump() by Eric Dumazet · 2 years, 11 months ago
  44. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 3 years ago
  45. 0caf6d9 af_netlink: Fix shift out of bounds in group mask calculation by Petr Machata · 3 years ago
  46. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  47. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  48. f123cff net: netlink: af_netlink: Prevent empty skb by adding a check on len. by Harshit Mogalapalli · 3 years, 3 months ago
  49. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 4 months ago
  50. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  51. 7707a4d netlink: annotate data races around nlk->bound by Eric Dumazet · 3 years, 5 months ago
  52. 549017a netlink: remove netlink_broadcast_filtered by Florian Westphal · 3 years, 5 months ago
  53. bc830525 net: netlink: Remove unused function by Yajun Deng · 3 years, 8 months ago
  54. f9b282b net: netlink: add the case when nlh is NULL by Yajun Deng · 3 years, 8 months ago
  55. fef773f netlink: Deal with ESRCH error in nlmsg_notify() by Yajun Deng · 3 years, 8 months ago
  56. 01757f5 net: Use nlmsg_unicast() instead of netlink_unicast() by Yajun Deng · 3 years, 8 months ago
  57. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 9 months ago
  58. 1d482e6 netlink: disable IRQs for netlink_lock_table() by Johannes Berg · 3 years, 10 months ago
  59. f2764bd netlink: don't call ->netlink_bind with table lock held by Florian Westphal · 3 years, 11 months ago
  60. 4d54cc3 mptcp: avoid lock_fast usage in accept path by Florian Westphal · 4 years, 1 month ago
  61. 7e3ce05 netlink: add tracepoint at NL_SET_ERR_MSG by Marcelo Ricardo Leitner · 4 years, 1 month ago
  62. 44f3625 netlink: export policy in extended ACK by Johannes Berg · 4 years, 5 months ago
  63. d2681e93 netlink: policy: refactor per-attr policy writing by Johannes Berg · 4 years, 5 months ago
  64. bdbb4e2 netlink: add mask validation by Jakub Kicinski · 4 years, 5 months ago
  65. e992a6e genetlink: allow dumping command-specific policy by Jakub Kicinski · 4 years, 5 months ago
  66. 50a896cf genetlink: properly support per-op policy dumping by Johannes Berg · 4 years, 5 months ago
  67. aa85ee5 genetlink: factor skb preparation out of ctrl_dumppolicy() by Johannes Berg · 4 years, 5 months ago
  68. 04a351a netlink: rework policy dump to support multiple policies by Johannes Berg · 4 years, 5 months ago
  69. 899b07c netlink: compare policy more accurately by Johannes Berg · 4 years, 5 months ago
  70. a4bb4f5 genetlink: switch control commands to per-op policies by Jakub Kicinski · 4 years, 5 months ago
  71. 8e1ed28 genetlink: use parsed attrs in dumppolicy by Jakub Kicinski · 4 years, 5 months ago
  72. 48526a0 genetlink: bring back per op policy by Jakub Kicinski · 4 years, 5 months ago
  73. 78ade61 genetlink: use .start callback for dumppolicy by Jakub Kicinski · 4 years, 5 months ago
  74. adc8484 genetlink: add a structure for dump state by Jakub Kicinski · 4 years, 5 months ago
  75. 0b588afd genetlink: add small version of ops by Jakub Kicinski · 4 years, 5 months ago
  76. c16bcd7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 5 months ago
  77. 949ca6b netlink: fix policy dump leak by Johannes Berg · 4 years, 5 months ago
  78. e11eb32 netlink/compat: Append NLMSG_DONE/extack to frag_list by Dmitry Safonov · 4 years, 6 months ago
  79. 4d11af5 netlink: add spaces around '&' in netlink_recv/sendmsg() by Yang Yingliang · 4 years, 6 months ago
  80. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 6 months ago
  81. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  82. c30a3c9 netlink: policy: correct validation type check by Johannes Berg · 4 years, 6 months ago
  83. 174bce3 netlink: fix a data race in netlink_rcv_wake() by zhudi · 4 years, 7 months ago
  84. 8540591 net: netlink: delete repeated words by Randy Dunlap · 4 years, 7 months ago
  85. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  86. 7611cbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  87. d1fb555 netlink: fix state reallocation in policy export by Johannes Berg · 4 years, 7 months ago
  88. 8aa26c5 netlink: make NLA_BINARY validation more flexible by Johannes Berg · 4 years, 7 months ago
  89. 96e3f3c Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 7 months ago
  90. 14fc6bd6 bpf: Refactor bpf_iter_reg to have separate seq_info member by Yonghong Song · 4 years, 8 months ago
  91. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 8 months ago
  92. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 8 months ago
  93. c62e7ac net: genetlink: Move initialization to core_initcall by Daniel Lezcano · 4 years, 8 months ago
  94. 1e82a62 genetlink: remove genl_bind by Sean Tranchetti · 4 years, 8 months ago
  95. bf64ff4 genetlink: get rid of family->attrbuf by Cong Wang · 4 years, 9 months ago
  96. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  97. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  98. b65ce38 genetlink: clean up family attributes allocations by Cong Wang · 4 years, 9 months ago
  99. c36f055 genetlink: fix memory leaks in genl_family_rcv_msg_dumpit() by Cong Wang · 4 years, 9 months ago
  100. 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 10 months ago