1. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 32b583a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  3. de95c4a xfrm: align nlattr properly when needed by Nicolas Dichtel · 8 years ago
  4. 071d36b xfrm: Fix crash observed during device unregistration and decryption by subashab@codeaurora.org · 8 years ago
  5. 2bf8c47 net/xfrm_user: use in_compat_syscall to deny compat syscalls by Andy Lutomirski · 8 years ago
  6. 215276c xfrm: Reset encapsulation field of the skb before transformation by Steffen Klassert · 8 years ago
  7. 17bc197 ipsec: Use skcipher and ahash when probing algorithms by Herbert Xu · 8 years ago
  8. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 8 years ago
  9. 024f35c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  10. d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
  11. 56f0473 xfrm: add rcu grace period in xfrm_policy_destroy() by Eric Dumazet · 9 years ago
  12. bd5eb35 xfrm: take care of request sockets by Eric Dumazet · 9 years ago
  13. a8a572a xfrm: dst_entries_init() per-net dst_ops by Dan Streetman · 9 years ago
  14. e7b63ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  15. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. cb866e3 xfrm: Increment statistic counter on inner mode error by Steffen Klassert · 9 years ago
  17. e33d4f1 xfrm: Fix unaligned access to stats in copy_to_user_state() by Sowmini Varadhan · 9 years ago
  18. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  19. cf91a99 ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out by Eric W. Biederman · 9 years ago
  20. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  21. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  22. 3f5312a xfrm: Only compute net once in xfrm_policy_queue_process by Eric W. Biederman · 9 years ago
  23. 4e07723 xfrm: Fix state threshold configuration from userspace by Michael Rossberg · 9 years ago
  24. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  25. be10de0 netfilter: Add blank lines in callers of netfilter hooks by Eric W. Biederman · 9 years ago
  26. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  27. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  28. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  29. a6568b2 xfrm: Remove unused afinfo method init_dst by Eric W. Biederman · 9 years ago
  30. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  31. de0ded7 ipsec: Replace seqniv with seqiv by Herbert Xu · 9 years ago
  32. 42a7b32 xfrm: Add oif to dst lookups by David Ahern · 9 years ago
  33. df36756 net/xfrm: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  34. 0c199a9 xfrm: Fix a typo by Jakub Wilk · 9 years ago
  35. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  36. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  37. b08b6b7 xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users by Martin Willi · 9 years ago
  38. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. a74eab6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  40. 049f8e2 xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input by Alexander Duyck · 9 years ago
  41. 69b0137 ipsec: Add IV generator information to xfrm_state by Herbert Xu · 9 years ago
  42. 165ecc6 xfrm: Add IV generator information to xfrm_algo_desc by Herbert Xu · 9 years ago
  43. 407d34e xfrm: Always zero high-order sequence number bits by Herbert Xu · 9 years ago
  44. 8faf491 xfrm: optimise to search the inexact policy list by Li RongQing · 9 years ago
  45. 9449c3c net: make skb_dst_pop routine static by Ying Xue · 9 years ago
  46. de2ad48 xfrm: move the checking for old xfrm_policy hold_queue to beginning by Li RongQing · 9 years ago
  47. 586f2eb xfrm: remove the unnecessary checking before call xfrm_pol_hold by Li RongQing · 9 years ago
  48. bdddbf6 xfrm: fix a race in xfrm_state_lookup_byspi by Li RongQing · 9 years ago
  49. dc0565c xfrm: slightly optimise xfrm_input by Li RongQing · 9 years ago
  50. f31e8d4f xfrm: fix the return code when xfrm_*_register_afinfo failed by Li RongQing · 9 years ago
  51. 8007770 xfrm: optimise the use of walk list header in xfrm_policy/state_walk by Li RongQing · 9 years ago
  52. 1ee5e66 xfrm: remove the xfrm_queue_purge definition by Li RongQing · 9 years ago
  53. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 9399bdc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  55. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  56. 68c11e9 xfrm: fix xfrm_input/xfrm_tunnel_check oops by Alexey Dobriyan · 9 years ago
  57. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 9 years ago
  58. ca00942 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  59. 7400599 xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host by Fan Du · 9 years ago
  60. ac37e25 xfrm: release dst_orig in case of error in xfrm_lookup() by huaibin Wang · 9 years ago
  61. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  62. 83400b99 net: xfrm: xfrm_algo: Remove unused function by Rickard Strandqvist · 9 years ago
  63. 6db70e3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  64. 12bfa8b xfrm: Use __xfrm_policy_link in xfrm_policy_insert by Herbert Xu · 10 years ago
  65. 53c2e28 xfrm: Do not hash socket policies by Herbert Xu · 10 years ago
  66. f293a5e xfrm: add XFRMA_REPLAY_VAL attribute to SA messages by dingzhi · 10 years ago
  67. 39bb5e6 net: skb_fclone_busy() needs to detect orphaned skb by Eric Dumazet · 10 years ago
  68. 5c1e9f2 xfrm: fix set but not used warning in xfrm_policy_queue_process() by Fabian Frederick · 10 years ago
  69. 330966e net: make skb_gso_segment error handling more robust by Florian Westphal · 10 years ago
  70. d0bf4a9 net: cleanup and document skb fclone layout by Eric Dumazet · 10 years ago
  71. f5c7e1a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  72. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  73. 689f1c9 ipsec: Remove obsolete MAX_AH_AUTH_LEN by Herbert Xu · 10 years ago
  74. b8c203b xfrm: Generate queueing routes only from route lookup functions by Steffen Klassert · 10 years ago
  75. f92ee61 xfrm: Generate blackhole routes only from route lookup functions by Steffen Klassert · 10 years ago
  76. 46cfd72 net: use kfree_skb_list() helper in more places by Florian Westphal · 10 years ago
  77. 880a6fa xfrm: configure policy hash table thresholds by netlink by Christophe Gouault · 10 years ago
  78. b58555f xfrm: hash prefixed policies based on preflen thresholds by Christophe Gouault · 10 years ago
  79. 0244790 xfrm: remove useless hash_resize_mutex locks by Ying Xue · 10 years ago
  80. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  81. a0e5ef5 xfrm: Fix installation of AH IPsec SAs by Tobias Brunner · 10 years ago
  82. b7eea45 xfrm: Fix refcount imbalance in xfrm_lookup by Steffen Klassert · 10 years ago
  83. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  84. 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 10 years ago
  85. 65db611 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  86. fc68086 net/xfrm/xfrm_output.c: move EXPORT_SYMBOL by Fabian Frederick · 10 years ago
  87. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 698365f net: clean up snmp stats code by WANG Cong · 10 years ago
  89. 90f62cf3 net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  90. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 10 years ago
  91. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 10 years ago
  92. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  93. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  94. 995dca4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  95. 2f32b51 xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly by Steffen Klassert · 10 years ago
  96. 4a93f50 flowcache: Fix resource leaks on namespace exit. by Steffen Klassert · 10 years ago
  97. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 10 years ago
  98. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 10 years ago
  99. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  100. 3a9016f xfrm: Fix unlink race when policies are deleted. by Steffen Klassert · 10 years ago