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