1. a1a7e3a xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire by Xin Long · 5 years ago
  2. 171d449 xfrm: fix uctx len check in verify_sec_ctx_len by Xin Long · 5 years ago
  3. 114b5b3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  4. b8d6d00 xfrm: fix sa selector validation by Nicolas Dichtel · 6 years ago
  5. b38ff40 xfrm: Fix xfrm sel prefix length validation by Anirudh Gupta · 6 years ago
  6. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  7. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  8. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  9. dbb2483 xfrm: clean up xfrm protocol checks by Cong Wang · 6 years ago
  10. bfc01dd Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm" by Steffen Klassert · 6 years ago
  11. f10e001 net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm by Su Yanjun · 6 years ago
  12. b805d78d xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink by YueHaibing · 6 years ago
  13. f75a280 xfrm: destroy xfrm_state synchronously on net exit path by Cong Wang · 6 years ago
  14. 35e610386 xfrm: refine validation of template and selector families by Florian Westphal · 6 years ago
  15. fde9cd6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  16. 4a135e5 xfrm_user: fix freeing of xfrm states on acquire by Mathias Krause · 6 years ago
  17. 98f7620 compat: Cleanup in_compat_syscall() callers by Dmitry Safonov · 6 years ago
  18. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  19. ee0b6f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  20. 32bf94f xfrm: validate template mode by Sean Tranchetti · 6 years ago
  21. 07bf790 xfrm: Validate address prefix lengths in the xfrm selector. by Steffen Klassert · 6 years ago
  22. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. 7a49d3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  24. 2e13b58 xfrm: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  25. 86126b7 xfrm: free skb if nlsk pointer is NULL by Florian Westphal · 7 years ago
  26. 7e65264 xfrm: Add a new lookup key to match xfrm interfaces. by Steffen Klassert · 7 years ago
  27. 9b42c1f xfrm: Extend the output_mark to support input direction and masking. by Steffen Klassert · 7 years ago
  28. 45c180b xfrm_user: prevent leaking 2 bytes of kernel memory by Eric Dumazet · 7 years ago
  29. d97ca5d xfrm_user: uncoditionally validate esn replay attribute struct by Florian Westphal · 7 years ago
  30. cc01572 xfrm: Add SA to hardware at the end of xfrm_state_construct() by Yossi Kuperman · 7 years ago
  31. 732706a xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. by Steffen Klassert · 7 years ago
  32. e719135 xfrm: fix XFRMA_OUTPUT_MARK policy entry by Michal Kubecek · 7 years ago
  33. 6a53b75 xfrm: check id proto in validate_tmpl() by Cong Wang · 7 years ago
  34. 26a8ba2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  35. 2fc5f83 net: xfrm_user: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 7 years ago
  36. 1137b5e ipsec: Fix aborted xfrm policy dump crash by Herbert Xu · 7 years ago
  37. a1b831f xfrm: eradicate size_t by Alexey Dobriyan · 7 years ago
  38. 5e708e4 xfrm: make xfrm_replay_state_esn_len() return unsigned int by Alexey Dobriyan · 7 years ago
  39. 1bd963a xfrm: make xfrm_alg_auth_len() return unsigned int by Alexey Dobriyan · 7 years ago
  40. 06cd22f xfrm: make xfrm_alg_len() return unsigned int by Alexey Dobriyan · 7 years ago
  41. 373b8ee xfrm: make aead_len() return unsigned int by Alexey Dobriyan · 7 years ago
  42. c5d4d7d xfrm: Fix deletion of offloaded SAs on failure. by Steffen Klassert · 7 years ago
  43. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. 8598112 xfrm: Fix return value check of copy_sec_ctx. by Steffen Klassert · 7 years ago
  45. 931e79d xfrm_user: fix info leak in build_aevent() by Mathias Krause · 7 years ago
  46. e3e5fc1 xfrm_user: fix info leak in build_expire() by Mathias Krause · 7 years ago
  47. 50329c8 xfrm_user: fix info leak in xfrm_notify_sa() by Mathias Krause · 7 years ago
  48. 5fe0d4b xfrm_user: fix info leak in copy_user_offload() by Mathias Krause · 7 years ago
  49. 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  50. ffdb521 xfrm: Auto-load xfrm offload modules by Ilan Tayari · 7 years ago
  51. 09c7570 xfrm: remove flow cache by Florian Westphal · 7 years ago
  52. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  53. 138437f xfrm: move xfrm_garbage_collect out of xfrm_policy_flush by Hangbin Liu · 8 years ago
  54. 8bafd73 xfrm: add UDP encapsulation port in migrate message by Antony Antony · 8 years ago
  55. 4ab47d4 xfrm: extend MIGRATE with UDP encapsulation port by Antony Antony · 8 years ago
  56. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  57. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  58. 152afb9 xfrm: Indicate xfrm_state offload errors by Ilan Tayari · 8 years ago
  59. 6b633e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  60. d77e38e xfrm: Add an IPsec hardware offloading API by Steffen Klassert · 8 years ago
  61. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  62. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  63. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  64. c6606a8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  65. 633439f xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansion by Herbert Xu · 8 years ago
  66. f843ee6 xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder by Andy Whitcroft · 8 years ago
  67. 677e806 xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window by Andy Whitcroft · 8 years ago
  68. 1560875 xfrm: remove unused struct xfrm_mgr::id by Alexey Dobriyan · 8 years ago
  69. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  70. 83e2d05 xfrm_user: fix return value from xfrm_user_rcv_msg by Yi Zhao · 8 years ago
  71. 2f30ea5 xfrm_user: propagate sec ctx allocation errors by Mathias Krause · 8 years ago
  72. 7677c75 xfrm: get rid of another incorrect WARN by Vegard Nossum · 8 years ago
  73. 73efc32 xfrm: get rid of incorrect WARN by Vegard Nossum · 8 years ago
  74. 1ba5bf9 xfrm: fix crash in XFRM_MSG_GETSA netlink handler by Vegard Nossum · 9 years ago
  75. de95c4a xfrm: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  76. 2bf8c47 net/xfrm_user: use in_compat_syscall to deny compat syscalls by Andy Lutomirski · 9 years ago
  77. e7b63ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  78. e33d4f1 xfrm: Fix unaligned access to stats in copy_to_user_state() by Sowmini Varadhan · 9 years ago
  79. 4e07723 xfrm: Fix state threshold configuration from userspace by Michael Rossberg · 9 years ago
  80. df36756 net/xfrm: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  81. 0c199a9 xfrm: Fix a typo by Jakub Wilk · 9 years ago
  82. 69b0137 ipsec: Add IV generator information to xfrm_state by Herbert Xu · 10 years ago
  83. 7400599 xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host by Fan Du · 10 years ago
  84. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  85. f293a5e xfrm: add XFRMA_REPLAY_VAL attribute to SA messages by dingzhi · 10 years ago
  86. 689f1c9 ipsec: Remove obsolete MAX_AH_AUTH_LEN by Herbert Xu · 10 years ago
  87. 880a6fa xfrm: configure policy hash table thresholds by netlink by Christophe Gouault · 10 years ago
  88. a0e5ef5 xfrm: Fix installation of AH IPsec SAs by Tobias Brunner · 11 years ago
  89. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  90. 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 11 years ago
  91. 65db611 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  92. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
  93. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 11 years ago
  94. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 11 years ago
  95. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  96. 995dca4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  97. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 11 years ago
  98. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 11 years ago
  99. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  100. ee5c231 xfrm: Clone states properly on migration by Steffen Klassert · 11 years ago