1. de95c4a xfrm: align nlattr properly when needed by Nicolas Dichtel · 8 years ago
  2. 2bf8c47 net/xfrm_user: use in_compat_syscall to deny compat syscalls by Andy Lutomirski · 8 years ago
  3. e7b63ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  4. e33d4f1 xfrm: Fix unaligned access to stats in copy_to_user_state() by Sowmini Varadhan · 9 years ago
  5. 4e07723 xfrm: Fix state threshold configuration from userspace by Michael Rossberg · 9 years ago
  6. df36756 net/xfrm: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  7. 0c199a9 xfrm: Fix a typo by Jakub Wilk · 9 years ago
  8. 69b0137 ipsec: Add IV generator information to xfrm_state by Herbert Xu · 9 years ago
  9. 7400599 xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host by Fan Du · 9 years ago
  10. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  11. f293a5e xfrm: add XFRMA_REPLAY_VAL attribute to SA messages by dingzhi · 10 years ago
  12. 689f1c9 ipsec: Remove obsolete MAX_AH_AUTH_LEN by Herbert Xu · 10 years ago
  13. 880a6fa xfrm: configure policy hash table thresholds by netlink by Christophe Gouault · 10 years ago
  14. a0e5ef5 xfrm: Fix installation of AH IPsec SAs by Tobias Brunner · 10 years ago
  15. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 10 years ago
  17. 65db611 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  18. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  19. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 10 years ago
  20. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 10 years ago
  21. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 995dca4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  23. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 10 years ago
  24. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 10 years ago
  25. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. ee5c231 xfrm: Clone states properly on migration by Steffen Klassert · 10 years ago
  27. d362309 ipsec: add support of limited SA dump by Nicolas Dichtel · 10 years ago
  28. 0f24558 xfrm: avoid creating temporary SA when there are no listeners by Horia Geanta · 10 years ago
  29. 0171410 xfrm: Don't prohibit AH from using ESN feature by Fan Du · 10 years ago
  30. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  31. 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
  32. 02d0892 xfrm: checkpatch erros with space prohibited by Weilong Chen · 11 years ago
  33. 9b7a787 xfrm: checkpatch errors with space by Weilong Chen · 11 years ago
  34. 776e9dd xfrm: export verify_userspi_info for pkfey and netlink interface by Fan Du · 11 years ago
  35. ea9884b xfrm: check user specified spi for IPComp by Fan Du · 11 years ago
  36. 283bc9f xfrm: Namespacify xfrm state/policy locks by Fan Du · 11 years ago
  37. 8d549c4 xfrm: Using the right namespace to migrate key info by Fan Du · 11 years ago
  38. e682adf xfrm: Try to honor policy index if it's supplied by user by Fan Du · 11 years ago
  39. 33fce60 xfrm: Guard IPsec anti replay window against replay bitmap by Fan Du · 11 years ago
  40. 4479ff7 xfrm: Fix replay size checking on async events by Steffen Klassert · 11 years ago
  41. e4c1721 xfrm: force a garbage collection after deleting a policy by Paul Moore · 11 years ago
  42. 05600a7 xfrm_user: constify netlink dispatch table by Mathias Krause · 11 years ago
  43. a947b0a xfrm: allow to avoid copying DSCP during encapsulation by Nicolas Dichtel · 11 years ago
  44. 70e94e6 xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  45. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  46. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  47. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  48. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  49. e3ac104 xfrm_user: don't copy esn replay window twice for new states by Mathias Krause · 12 years ago
  50. ecd7918 xfrm_user: ensure user supplied esn replay window is valid by Mathias Krause · 12 years ago
  51. 1f86840 xfrm_user: fix info leak in copy_to_user_tmpl() by Mathias Krause · 12 years ago
  52. 7b78983 xfrm_user: fix info leak in copy_to_user_policy() by Mathias Krause · 12 years ago
  53. f778a63 xfrm_user: fix info leak in copy_to_user_state() by Mathias Krause · 12 years ago
  54. 4c87308 xfrm_user: fix info leak in copy_to_user_auth() by Mathias Krause · 12 years ago
  55. c254637 xfrm_user: return error pointer instead of NULL #2 by Mathias Krause · 12 years ago
  56. 864745d xfrm_user: return error pointer instead of NULL by Mathias Krause · 12 years ago
  57. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  58. c6bb813 xfrm: Report user triggered expirations against the users socket by Eric W. Biederman · 12 years ago
  59. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  60. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  61. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  62. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  63. 1d1e34d xfrm_user: Propagate netlink error codes properly. by David S. Miller · 12 years ago
  64. d0fde79 xfrm_user: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  65. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  66. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  67. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  68. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  69. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  70. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  71. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  72. 7833aa0 xfrm: Check for the new replay implementation if an esn state is inserted by Steffen Klassert · 13 years ago
  73. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  74. 02aadf7 xfrm: Restrict extended sequence numbers to esp by Steffen Klassert · 13 years ago
  75. e2b1912 xfrm: Check for esn buffer len in xfrm_new_ae by Steffen Klassert · 13 years ago
  76. a454f0c xfrm: Fix initialize repl field of struct xfrm_state by Wei Yongjun · 13 years ago
  77. d8647b7 xfrm: Add user interface for esn and big anti-replay windows by Steffen Klassert · 13 years ago
  78. 9fdc488 xfrm: Move IPsec replay detection functions to a separate file by Steffen Klassert · 13 years ago
  79. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  80. 6f2f19e xfrm: Pass name as const to xfrm_*_get_byname(). by David S. Miller · 13 years ago
  81. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 13 years ago
  82. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  83. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 13 years ago
  84. fa6dd8a xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC by Nicolas Dichtel · 13 years ago
  85. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  86. 35d2856 xfrm: Add Traffic Flow Confidentiality padding XFRM attribute by Martin Willi · 14 years ago
  87. 928497f xfrm_user: avoid a warning with some compiler by Nicolas Dichtel · 14 years ago
  88. 2f09a4d xfrm: Use GFP_ATOMIC in xfrm_compile_policy by Herbert Xu · 14 years ago
  89. 62db5cf xfrm: add severity to printk by stephen hemminger · 14 years ago
  90. ea2dea9 xfrm: remove policy lock when accessing policy->walk.dead by Timo Teräs · 14 years ago
  91. c8bf4d0 xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler by Timo Teräs · 14 years ago
  92. 295fae5 xfrm: Allow user space manipulation of SPD mark by Jamal Hadi Salim · 14 years ago
  93. 6f26b61 xfrm: Allow user space config of SAD mark by Jamal Hadi Salim · 14 years ago
  94. 8ca2e93 xfrm: SP lookups signature with mark by Jamal Hadi Salim · 14 years ago
  95. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  96. 2f1eb65 xfrm: Flushing empty SPD generates false events by Jamal Hadi Salim · 14 years ago
  97. 9e64cc9 xfrm: Flushing empty SAD generates false events by Jamal Hadi Salim · 14 years ago
  98. 069c474 xfrm: Revert false event eliding commits. by David S. Miller · 14 years ago
  99. 0dca3a8 xfrm: Flushing empty SPD generates false events by jamal · 14 years ago
  100. 19f4c71 xfrm: Flushing empty SAD generates false events by jamal · 14 years ago