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