1. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  2. 55b474c netlink: check for null extack in cookie helpers by Michal Kubecek · 4 years, 10 months ago
  3. f1388ec netlink: add nl_set_extack_cookie_u32() by Michal Kubecek · 4 years, 10 months ago
  4. 085c20c bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump() by Martin KaFai Lau · 4 years, 11 months ago
  5. 362b87f netlink: use 48 byte ctx instead of 6 signed longs for callback by Jason A. Donenfeld · 6 years ago
  6. 59c2805 net: netlink: add helper to retrieve NETLINK_F_STRICT_CHK by Jakub Kicinski · 6 years ago
  7. aa9d6e0 linux/netlink.h: drop unnecessary extern prefix by Stephen Hemminger · 6 years ago
  8. 801f874 netlink: add nl_set_extack_cookie_u64() by Johannes Berg · 6 years ago
  9. 22e6c58 netlink: Add answer_flags to netlink_callback by David Ahern · 6 years ago
  10. 89d3552 netlink: Add new socket option to enable strict checking on dumps by David Ahern · 6 years ago
  11. 4a19edb netlink: Pass extack to dump handlers by David Ahern · 6 years ago
  12. 3730cf4 netlink: do not store start function in netlink_cb by Florian Westphal · 6 years ago
  13. 6311b7c netlink: extack: avoid parenthesized string constant warning by Johannes Berg · 7 years ago
  14. 096d1dd netlink: remove unused NETLINK SKB flags by Johannes Berg · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  17. c3ab2b4 net: ipv4: Add extack messages for route add failures by David Ahern · 8 years ago
  18. 4d463c4 xdp: use common helper for netlink extended ack reporting by Daniel Borkmann · 8 years ago
  19. 45d9b37 netlink: add NULL-friendly helper for setting extended ACK message by Jakub Kicinski · 8 years ago
  20. ba0dc5f netlink: allow sending extended ACK with cookie on success by Johannes Berg · 8 years ago
  21. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  22. c5b0db3 nfnetlink: Revert "nfnetlink: add support for memory mapped netlink" by Florian Westphal · 9 years ago
  23. fc9e50f netlink: add a start callback for starting a netlink dump by Tom Herbert · 9 years ago
  24. 6bb0fef netlink, mmap: fix edge-case leakages in nf queue zero-copy by Daniel Borkmann · 9 years ago
  25. 59324cf netlink: allow to listen "all" netns by Nicolas Dichtel · 10 years ago
  26. 0392d09 netlink: Fix portid type in netlink_notify by Richard Weinberger · 10 years ago
  27. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  28. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  29. 2d7a85f netlink: Only check file credentials for implicit destinations by Eric W. Biederman · 11 years ago
  30. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. aa4cf94 net: Add variants of capable for use on netlink messages by Eric W. Biederman · 11 years ago
  32. 4f52090 netlink: have netlink per-protocol bind function return an error code. by Richard Guy Briggs · 11 years ago
  33. 2173f8d netlink: cleanup tap related functions by stephen hemminger · 11 years ago
  34. 3a36515 netlink: fix splat in skb_clone with large messages by Pablo Neira · 12 years ago
  35. bcbde0d net: netlink: virtual tap device management by Daniel Borkmann · 12 years ago
  36. da12c90 netlink: Add compare function for netlink_table by Gao feng · 12 years ago
  37. f9c2288 netlink: implement memory mapped recvmsg() by Patrick McHardy · 12 years ago
  38. 9652e93 netlink: add mmap'ed netlink helper functions by Patrick McHardy · 12 years ago
  39. e32123e netlink: rename ssk to sk in struct netlink_skb_params by Patrick McHardy · 12 years ago
  40. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  41. 6dc878a netlink: add reference of module in netlink_dump_start by Gao feng · 12 years ago
  42. c9d2ea9 netlink: Rearrange netlink_kernel_cfg to save space on 64-bit. by David S. Miller · 12 years ago
  43. abb17e6 netlink: use <linux/export.h> instead of <linux/module.h> by Pablo Neira Ayuso · 12 years ago
  44. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  45. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  46. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  47. dbe9a41 scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie. by Eric W. Biederman · 12 years ago
  48. 3fbc290 netlink: Make the sending netlink socket availabe in NETLINK_CB by Eric W. Biederman · 13 years ago
  49. 0329274 netlink: add nlk->netlink_bind hook for module auto-loading by Pablo Neira Ayuso · 13 years ago
  50. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 13 years ago
  51. c3deafc netlink: Delete NLMSG_PUT and NLMSG_NEW. by David S. Miller · 13 years ago
  52. d16cf20 netfilter: remove ip_queue support by Pablo Neira Ayuso · 13 years ago
  53. 7175c88 netlink: allow to pass data pointer to netlink_dump_start() callback by Pablo Neira Ayuso · 13 years ago
  54. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 13 years ago
  55. a46621a net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. by Denys Vlasenko · 13 years ago
  56. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  57. dc47d38 Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  58. a38f790 crypto: Add userspace configuration API by Steffen Klassert · 13 years ago
  59. bcb949b headers, net: Use __kernel_sa_family_t in more definitions shared with userland by Ben Hutchings · 13 years ago
  60. 6602a4b net: Make userland include of netlink.h more sane. by David S. Miller · 13 years ago
  61. 3609936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  62. 670dc28 netlink: advertise incomplete dumps by Johannes Berg · 14 years ago
  63. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 14 years ago
  64. b2cbae2 RDMA: Add netlink infrastructure by Roland Dreier · 14 years ago
  65. 01a16b2 netlink: kill eff_cap from struct netlink_skb_parms by Patrick McHardy · 14 years ago
  66. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 14 years ago
  67. 4b8fe66 netlink: fix gcc -Wconversion compilation warning by Dmitry V. Levin · 14 years ago
  68. 56b49f4 net: Move "struct net" declaration inside the __KERNEL__ macro guard by Ollie Wild · 14 years ago
  69. 910a7e9 netlink: Implment netlink_broadcast_filtered by Eric W. Biederman · 15 years ago
  70. 1a50307 netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err() by Pablo Neira Ayuso · 15 years ago
  71. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  72. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  73. d136f1b genetlink: fix netns vs. netlink table locking by Johannes Berg · 15 years ago
  74. 3a6c2b4 netlink: constify nlmsghdr arguments by Patrick McHardy · 15 years ago
  75. 38938bf netlink: add NETLINK_NO_ENOBUFS socket flag by Pablo Neira Ayuso · 16 years ago
  76. be0c22a netlink: add NETLINK_BROADCAST_ERROR socket option by Pablo Neira Ayuso · 16 years ago
  77. 0c19b0a netlink: avoid memset of 0 bytes sparse warning by Patrick McHardy · 16 years ago
  78. 9457afe netlink: Remove nonblock parameter from netlink_attachskb by Denis V. Lunev · 17 years ago
  79. 2532386 Audit: collect sessionid in netlink messages by Eric Paris · 17 years ago
  80. 71d67e6 [IPV4] fib_trie: rescan if key is lost during dump by Stephen Hemminger · 17 years ago
  81. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  82. f4d900a [NETLINK]: Mark attribute construction exception unlikely by Patrick McHardy · 17 years ago
  83. c3d8d1e [NETLINK]: Fix unicast timeouts by Patrick McHardy · 17 years ago
  84. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  85. 7ee015e [NET]: cleanup 3rd argument in netlink_sendskb by Denis V. Lunev · 17 years ago
  86. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  87. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  88. 84659eb [NETLIKN]: Allow removing multicast groups. by Johannes Berg · 17 years ago
  89. b4ff4f0 [NETLINK]: allocate group bitmaps dynamically by Johannes Berg · 17 years ago
  90. cf130cb [NETLINK]: Remove references to process ID by Herbert Xu · 18 years ago
  91. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 18 years ago
  92. a36ca73 [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} by Arnaldo Carvalho de Melo · 18 years ago
  93. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 18 years ago
  94. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  95. fc910a2 [NETLINK]: Limit NLMSG_GOODSIZE to 8K. by David S. Miller · 18 years ago
  96. 88b4a07 [PATCH] eCryptfs: Public key transport mechanism by Michael Halcrow · 18 years ago
  97. 4e9b826 [NETLINK]: Remove unused dst_pid field in netlink_skb_parms by Thomas Graf · 18 years ago
  98. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  99. 84314fd [SCSI] SCSI and FC Transport: add netlink support for posting of transport events by James Smart · 18 years ago
  100. bb5427b [PATCH] w1: netlink: Mark netlink group 1 as unused. by Evgeniy Polyakov · 19 years ago