1. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  2. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 12 years ago
  3. 7e50f84 pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey support by Jussi Kivilinna · 12 years ago
  4. 70e94e6 xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  5. ff88b30 xfrm: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  6. 02bfd8e xfrm: Remove unused defines by Steffen Klassert · 12 years ago
  7. 703fb94 xfrm: Fix the gc threshold value for ipv4 by Steffen Klassert · 12 years ago
  8. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  9. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  10. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  11. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  12. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  13. 3b59df4 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 12 years ago
  14. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  15. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  16. 65e0736 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire by Fan Du · 12 years ago
  17. e3c0d04 Fix unexpected SA hard expiration after changing date by Fan Du · 12 years ago
  18. eb8637c net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel. by Saurabh · 12 years ago
  19. 1d1e34d xfrm_user: Propagate netlink error codes properly. by David S. Miller · 12 years ago
  20. bc9b35a xfrm: Convert several xfrm policy match functions to bool. by David S. Miller · 12 years ago
  21. e545d71 xfrm: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  22. 946a720 xfrm: remove unneeded method typedef declaration in net/xfrm.h. by Rami Rosen · 13 years ago
  23. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  24. 26bff94 xfrm: optimize ipv4 selector matching by Alexey Dobriyan · 13 years ago
  25. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  26. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 13 years ago
  27. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  28. 990078a Disable rp_filter for IPsec packets by Michael Smith · 13 years ago
  29. af2f464 xfrm: Assign esn pointers when cloning a state by Steffen Klassert · 13 years ago
  30. a454f0c xfrm: Fix initialize repl field of struct xfrm_state by Wei Yongjun · 13 years ago
  31. 2cd0846 xfrm: Add support for IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  32. 9fdc488 xfrm: Move IPsec replay detection functions to a separate file by Steffen Klassert · 13 years ago
  33. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 13 years ago
  34. 9736acf xfrm: Add basic infrastructure to support IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  35. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 13 years ago
  36. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  37. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  38. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  39. e3dfa38 xfrm: Pass const xfrm_mark to xfrm_mark_put(). by David S. Miller · 14 years ago
  40. a70486f xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. by David S. Miller · 14 years ago
  41. 8515862 xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len. by David S. Miller · 14 years ago
  42. 6f2f19e xfrm: Pass name as const to xfrm_*_get_byname(). by David S. Miller · 14 years ago
  43. 33765d0 xfrm: Const'ify xfrm_address_t args to xfrm_state_find. by David S. Miller · 14 years ago
  44. f884806 xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern. by David S. Miller · 14 years ago
  45. 21eddb5 xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp. by David S. Miller · 14 years ago
  46. 63eb23f xfrm: Const'ify policy arg to xp_net. by David S. Miller · 14 years ago
  47. b4b7c0b xfrm: Const'ify selector args in xfrm_migrate paths. by David S. Miller · 14 years ago
  48. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 14 years ago
  49. 6cc3296 xfrm: Const'ify address argument to xfrm_addr_any() by David S. Miller · 14 years ago
  50. ff6acd1 xfrm: Const'ify address arguments to xfrm_addr_cmp() by David S. Miller · 14 years ago
  51. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 14 years ago
  52. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 14 years ago
  53. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 14 years ago
  54. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 14 years ago
  55. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 14 years ago
  56. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 14 years ago
  57. 1744a8f xfrm: Mark token args to addr_match() const. by David S. Miller · 14 years ago
  58. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 14 years ago
  59. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 14 years ago
  60. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 14 years ago
  61. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 14 years ago
  62. e8a4e37 xfrm: Mark flowi arg const in key extraction helpers. by David S. Miller · 14 years ago
  63. fa9921e ipsec: allow to align IPv4 AH on 32 bits by Nicolas Dichtel · 14 years ago
  64. 35d2856 xfrm: Add Traffic Flow Confidentiality padding XFRM attribute by Martin Willi · 14 years ago
  65. aa285b1 xfrm: fix gre key endianess by Timo Teräs · 14 years ago
  66. cc9ff19 xfrm: use gre key as flow upper protocol info by Timo Teräs · 14 years ago
  67. b33eab0 tunnels: add __rcu annotations by Eric Dumazet · 14 years ago
  68. 6f0bcf1 tunnels: add _rcu annotations by Eric Dumazet · 14 years ago
  69. 1c4c40c xfrm: make xfrm_bundle_ok local by stephen hemminger · 14 years ago
  70. 6f747ac xfrm6: make xfrm6_tunnel_free_spi local by stephen hemminger · 14 years ago
  71. 8444cf7 xfrm: Allow different selector family in temporary state by Thomas Egerer · 14 years ago
  72. 4efd7e8 xfrm: fix XFRMA_MARK extraction in xfrm_mark_get by Andreas Steffen · 14 years ago
  73. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. e4077e0 xfrm: Fix crashes in xfrm_lookup() by Timo Teräs · 14 years ago
  75. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 14 years ago
  76. fe1a5f0 flow: virtualize flow cache entry methods by Timo Teräs · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  78. 87c1e12 ipsec: Fix bogus bundle flowi by Herbert Xu · 14 years ago
  79. 8ca2e93 xfrm: SP lookups signature with mark by Jamal Hadi Salim · 15 years ago
  80. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 15 years ago
  81. bf825f81 xfrm: introduce basic mark infrastructure by Jamal Hadi Salim · 15 years ago
  82. a633746 xfrm: use proper kernel types by jamal · 15 years ago
  83. a166477 netns xfrm: xfrm6_tunnel in netns by Alexey Dobriyan · 15 years ago
  84. e071041 netns xfrm: fix "ip xfrm state|policy count" misreport by Alexey Dobriyan · 15 years ago
  85. 4447bb3 xfrm: Store aalg in xfrm_state with a user specified truncation length by Martin Willi · 15 years ago
  86. 9e0d57f xfrm: SAD entries do not expire correctly after suspend-resume by Yury Polyanskiy · 15 years ago
  87. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  88. eb2ff96 xfrm: remove skb_icv_walk by Steffen Klassert · 15 years ago
  89. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  90. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  91. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  92. b27aead netns xfrm: per-netns sysctls by Alexey Dobriyan · 16 years ago
  93. c68cd1a netns xfrm: /proc/net/xfrm_stat in netns by Alexey Dobriyan · 16 years ago
  94. 59c9940 netns xfrm: per-netns MIBs by Alexey Dobriyan · 16 years ago
  95. fbda33b netns xfrm: ->get_saddr in netns by Alexey Dobriyan · 16 years ago
  96. c5b3cf4 netns xfrm: ->dst_lookup in netns by Alexey Dobriyan · 16 years ago
  97. db983c1 netns xfrm: KM reporting in netns by Alexey Dobriyan · 16 years ago
  98. 7067802 netns xfrm: pass netns with KM notifications by Alexey Dobriyan · 16 years ago
  99. a6483b7 netns xfrm: per-netns NETLINK_XFRM socket by Alexey Dobriyan · 16 years ago
  100. ddcfd79 netns xfrm: dst garbage-collecting in netns by Alexey Dobriyan · 16 years ago