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