1. 47ebcc0 xfrm: Add support for network devices capable of removing the ESP trailer by Yossi Kuperman · 7 years ago
  2. 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  3. f70f250 net: Allow IPsec GSO for local sockets by Steffen Klassert · 7 years ago
  4. ffdb521 xfrm: Auto-load xfrm offload modules by Ilan Tayari · 7 years ago
  5. ec30d78 xfrm: add xdst pcpu cache by Florian Westphal · 7 years ago
  6. 09c7570 xfrm: remove flow cache by Florian Westphal · 7 years ago
  7. 55eabed net, xfrm: convert sec_path.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  8. 850a621 net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  9. 88755e9 net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  10. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  11. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  12. 8bafd73 xfrm: add UDP encapsulation port in migrate message by Antony Antony · 7 years ago
  13. 4ab47d4 xfrm: extend MIGRATE with UDP encapsulation port by Antony Antony · 7 years ago
  14. b81f884 xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD by Hangbin Liu · 7 years ago
  15. 9b3eb54 xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY by Sabrina Dubroca · 7 years ago
  16. f6e2711 net: Add a xfrm validate function to validate_xmit_skb by Steffen Klassert · 8 years ago
  17. d77e38e xfrm: Add an IPsec hardware offloading API by Steffen Klassert · 8 years ago
  18. c35fe41 xfrm: Add mode handlers for IPsec on layer 2 by Steffen Klassert · 8 years ago
  19. 21f42cc xfrm: Move device notifications to a sepatate file by Steffen Klassert · 8 years ago
  20. 9d389d7 xfrm: Add a xfrm type offload. by Steffen Klassert · 8 years ago
  21. 6c786bc xfrm: branchless addr4_match() on 64-bit by Alexey Dobriyan · 8 years ago
  22. e1b0048 xfrm: use "unsigned int" in addr_match() by Alexey Dobriyan · 8 years ago
  23. 1560875 xfrm: remove unused struct xfrm_mgr::id by Alexey Dobriyan · 8 years ago
  24. 7785bba esp: Add a software GRO codepath by Steffen Klassert · 8 years ago
  25. 54ef207 xfrm: Extend the sec_path for IPsec offloading by Steffen Klassert · 8 years ago
  26. 1e29537 xfrm: Export xfrm_parse_spi. by Steffen Klassert · 8 years ago
  27. b0fcee8 xfrm: Add a secpath_set helper. by Steffen Klassert · 8 years ago
  28. a2817d8 xfrm: policy: remove family field by Florian Westphal · 8 years ago
  29. 3d7d25a xfrm: policy: remove garbage_collect callback by Florian Westphal · 8 years ago
  30. 2b61997 xfrm: policy: xfrm_policy_unregister_afinfo can return void by Florian Westphal · 8 years ago
  31. 960fdfd xfrm: input: constify xfrm_input_afinfo by Florian Westphal · 8 years ago
  32. cac2661 esp4: Avoid skb_cow_data whenever possible by Steffen Klassert · 8 years ago
  33. 711059b xfrm: add and use xfrm_state_afinfo_get_rcu by Florian Westphal · 8 years ago
  34. af5d27c xfrm: remove xfrm_state_put_afinfo by Florian Westphal · 8 years ago
  35. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 63c4378 vti6: fix input path by Nicolas Dichtel · 8 years ago
  37. e45a8a9 xfrm: constify xfrm_replay structures by Julia Lawall · 8 years ago
  38. b540f9d net: xfrm: kill XFRM_INC_STATS_BH() by Eric Dumazet · 8 years ago
  39. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  40. d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
  41. 56f0473 xfrm: add rcu grace period in xfrm_policy_destroy() by Eric Dumazet · 9 years ago
  42. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  43. a6568b2 xfrm: Remove unused afinfo method init_dst by Eric W. Biederman · 9 years ago
  44. 42a7b32 xfrm: Add oif to dst lookups by David Ahern · 9 years ago
  45. 69b0137 ipsec: Add IV generator information to xfrm_state by Herbert Xu · 9 years ago
  46. 165ecc6 xfrm: Add IV generator information to xfrm_algo_desc by Herbert Xu · 9 years ago
  47. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
  48. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 10 years ago
  49. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  50. 880a6fa xfrm: configure policy hash table thresholds by netlink by Christophe Gouault · 10 years ago
  51. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 11 years ago
  52. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 11 years ago
  53. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  54. 995dca4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  55. 573ce1c xfrm6: Remove xfrm_tunnel_notifier by Steffen Klassert · 11 years ago
  56. 7e14ea1 xfrm6: Add IPsec protocol multiplexer by Steffen Klassert · 11 years ago
  57. 2f32b51 xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly by Steffen Klassert · 11 years ago
  58. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 11 years ago
  59. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. 9994bb8 xfrm4: Remove xfrm_tunnel_notifier by Steffen Klassert · 11 years ago
  61. 70be6c9 xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer by Steffen Klassert · 11 years ago
  62. 3328715 xfrm4: Add IPsec protocol multiplexer by Steffen Klassert · 11 years ago
  63. ee5c231 xfrm: Clone states properly on migration by Steffen Klassert · 11 years ago
  64. d362309 ipsec: add support of limited SA dump by Nicolas Dichtel · 11 years ago
  65. 0f24558 xfrm: avoid creating temporary SA when there are no listeners by Horia Geanta · 11 years ago
  66. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  67. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  68. 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
  69. c454997 {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen by Fan Du · 11 years ago
  70. 776e9dd xfrm: export verify_userspi_info for pkfey and netlink interface by Fan Du · 11 years ago
  71. 283bc9f xfrm: Namespacify xfrm state/policy locks by Fan Du · 11 years ago
  72. 8d549c4 xfrm: Using the right namespace to migrate key info by Fan Du · 11 years ago
  73. 212e560 ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel. by Steffen Klassert · 11 years ago
  74. 7b77d16 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  75. d511337 xfrm.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  76. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. aba8269 {ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callback by Fan Du · 11 years ago
  78. 5a25cf1 xfrm: revert ipv4 mtu determination to dst_mtu by Hannes Frederic Sowa · 11 years ago
  79. 844d487 xfrm: choose protocol family by skb protocol by Hannes Frederic Sowa · 11 years ago
  80. 0ea9d5e xfrm: introduce helper for safe determination of mtu by Hannes Frederic Sowa · 11 years ago
  81. 628e341 xfrm: make local error reporting more robust by Hannes Frederic Sowa · 11 years ago
  82. e473fcb xfrm: constify mark argument of xfrm_find_acq() by Mathias Krause · 11 years ago
  83. e4c1721 xfrm: force a garbage collection after deleting a policy by Paul Moore · 11 years ago
  84. a947b0a xfrm: allow to avoid copying DSCP during encapsulation by Nicolas Dichtel · 12 years ago
  85. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  86. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 12 years ago
  87. 7e50f84 pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey support by Jussi Kivilinna · 12 years ago
  88. 70e94e6 xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  89. ff88b30 xfrm: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  90. 02bfd8e xfrm: Remove unused defines by Steffen Klassert · 12 years ago
  91. 703fb94 xfrm: Fix the gc threshold value for ipv4 by Steffen Klassert · 12 years ago
  92. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  93. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  94. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  95. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  97. 3b59df4 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 12 years ago
  98. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  99. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  100. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago