1. a925316 net: Remove unnecessary variables by zuoqilin · 3 years, 8 months ago
  2. afbc293 af_key: relax availability checks for skb size calculation by Cong Wang · 4 years ago
  3. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  4. 37bd224 af_key: pfkey_dump needs parameter validation by Mark Salyzyn · 4 years, 5 months ago
  5. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
  6. 4f47e8ab xfrm: policy: match with both mark and mask on user interfaces by Xin Long · 4 years, 6 months ago
  7. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  8. 114b5b3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 5 years ago
  9. de47c5d af_key: make use of BUG_ON macro by Hariprasad Kelam · 6 years ago
  10. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  11. 7c80eb1 af_key: fix leaks in key_pol_get_resp and dump_sp. by Jeremy Sowden · 6 years ago
  12. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  13. dbb2483 xfrm: clean up xfrm protocol checks by Cong Wang · 6 years ago
  14. fc2d5cf af_key: unconditionally clone on broadcast by Sean Tranchetti · 6 years ago
  15. f75a280 xfrm: destroy xfrm_state synchronously on net exit path by Cong Wang · 6 years ago
  16. 4fc735d af_key: fix indentation on declaration statement by Colin Ian King · 6 years ago
  17. 7a49d3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  18. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  19. 7e65264 xfrm: Add a new lookup key to match xfrm interfaces. by Steffen Klassert · 7 years ago
  20. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  21. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  22. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  23. 4b66af2d6 af_key: Always verify length of provided sadb_key by Kevin Easton · 7 years ago
  24. 1e532d2 af_key: Fix memory leak in key_notify_policy. by Steffen Klassert · 7 years ago
  25. 4e765b4 af_key: fix buffer overread in parse_exthdrs() by Eric Biggers · 7 years ago
  26. 06b335c af_key: fix buffer overread in verify_address_len() by Eric Biggers · 7 years ago
  27. 663faea af_key: replace BUG_ON on WARN_ON in net_exit hook by Vasily Averin · 7 years ago
  28. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. 36f41f8 af_key: do not use GFP_KERNEL in atomic contexts by Eric Dumazet · 7 years ago
  30. 09c7570 xfrm: remove flow cache by Florian Westphal · 7 years ago
  31. 850a621 net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  32. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  33. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  34. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  37. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  38. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  39. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  40. e747f64 xfrm: NULL dereference on allocation failure by Dan Carpenter · 8 years ago
  41. 1e3d0c2 xfrm: Oops on error in pfkey_msg2xfrm_state() by Dan Carpenter · 8 years ago
  42. 138437f xfrm: move xfrm_garbage_collect out of xfrm_policy_flush by Hangbin Liu · 8 years ago
  43. 8bafd73 xfrm: add UDP encapsulation port in migrate message by Antony Antony · 8 years ago
  44. 4ab47d4 xfrm: extend MIGRATE with UDP encapsulation port by Antony Antony · 8 years ago
  45. d90c902 af_key: Fix slab-out-of-bounds in pfkey_compile_policy. by Steffen Klassert · 8 years ago
  46. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 096f41d af_key: Fix sadb_x_ipsecrequest parsing by Herbert Xu · 8 years ago
  48. 89e357d af_key: Add lock to key dump by Yuejie Shi · 8 years ago
  49. 1560875 xfrm: remove unused struct xfrm_mgr::id by Alexey Dobriyan · 8 years ago
  50. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  51. f6b8dec9 af_key: fix two typos by Li RongQing · 9 years ago
  52. ba51b6b net: Fix RCU splat in af_key by David Ahern · 9 years ago
  53. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  54. 69b0137 ipsec: Add IV generator information to xfrm_state by Herbert Xu · 10 years ago
  55. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  56. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 10 years ago
  57. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  58. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  59. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  60. 4ecf1dc af_key: remove unnecessary break after return by Fabian Frederick · 10 years ago
  61. 47162c0 af_key: Replace comma with semicolon by Himangi Saraogi · 11 years ago
  62. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 11 years ago
  63. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 11 years ago
  64. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  65. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 11 years ago
  67. 87536a8 net: af_key: fix sleeping under rcu by Nikolay Aleksandrov · 11 years ago
  68. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 11 years ago
  69. d2c5f65 pfkey: fix SADB_X_EXT_FILTER length check by Nicolas Dichtel · 11 years ago
  70. d362309 ipsec: add support of limited SA dump by Nicolas Dichtel · 11 years ago
  71. 0f24558 xfrm: avoid creating temporary SA when there are no listeners by Horia Geanta · 11 years ago
  72. 776e9dd xfrm: export verify_userspi_info for pkfey and netlink interface by Fan Du · 11 years ago
  73. 5b8ef34 xfrm: Remove ancient sleeping when the SA is in acquire state by Steffen Klassert · 11 years ago
  74. 283bc9f xfrm: Namespacify xfrm state/policy locks by Fan Du · 11 years ago
  75. 8d549c4 xfrm: Using the right namespace to migrate key info by Fan Du · 11 years ago
  76. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  77. 33fce60 xfrm: Guard IPsec anti replay window against replay bitmap by Fan Du · 11 years ago
  78. af83fde xfrm: Remove rebundant address family checking by Fan Du · 11 years ago
  79. 8603b955 af_key: constify lookup tables by Mathias Krause · 12 years ago
  80. e473fcb xfrm: constify mark argument of xfrm_find_acq() by Mathias Krause · 12 years ago
  81. ff862a4 af_key: more info leaks in pfkey messages by Dan Carpenter · 11 years ago
  82. a5cc68f af_key: fix info leaks in notify messages by Mathias Krause · 12 years ago
  83. e4c1721 xfrm: force a garbage collection after deleting a policy by Paul Moore · 12 years ago
  84. 0fb031f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 12 years ago
  85. d0d79c3 afkey: fix a typo by Junwei Zhang · 12 years ago
  86. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  87. 85dfb74 af_key: initialize satype in key_notify_policy_flush() by Nicolas Dichtel · 12 years ago
  88. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  89. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  90. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  91. 7e50f84 pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey support by Jussi Kivilinna · 12 years ago
  92. 70e94e6 xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  93. cdfa1fe af_key: remove a duplicated skb_orphan() by Cong Wang · 12 years ago
  94. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  95. f674e72 net/key/af_key.c: add range checks on ->sadb_x_policy_len by Dan Carpenter · 12 years ago
  96. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  97. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  98. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  99. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 13 years ago
  100. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago