1. c5d18e9 [IPSEC]: Fix catch-22 with algorithm IDs above 31 by Herbert Xu · 16 years ago
  2. 2c8dd11 [XFRM]: Compilation warnings in xfrm_user.c. by Denis V. Lunev · 16 years ago
  3. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  4. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 16 years ago
  5. bcf0dda [XFRM]: xfrm_user: fix selector family initialization by Patrick McHardy · 16 years ago
  6. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  8. 9bb182a [XFRM] MIP6: Fix address keys for routing search. by YOSHIFUJI Hideaki · 16 years ago
  9. df9dcb4 [IPSEC]: Fix inter address family IPsec tunnel handling. by Kazunori MIYAZAWA · 16 years ago
  10. 4c563f7 [XFRM]: Speed up xfrm_policy and xfrm_state walking by Timo Teras · 16 years ago
  11. b791160 [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer(). by YOSHIFUJI Hideaki · 16 years ago
  12. 073a371 [XFRM]: Avoid bogus BUG() when throwing new policy away. by YOSHIFUJI Hideaki · 16 years ago
  13. 0f4bda0 net: xfrm statistics depend on INET by Paul Mundt · 16 years ago
  14. b318e0e [IPSEC]: Fix bogus usage of u64 on input sequence number by Herbert Xu · 16 years ago
  15. 405137d [IPSEC]: Add support for aes-ctr. by Joy Latten · 16 years ago
  16. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  17. 9472c9e [XFRM]: Fix statistics. by Masahide NAKAMURA · 16 years ago
  18. 5255dc6 [XFRM]: Remove unused exports. by Adrian Bunk · 16 years ago
  19. 533cb5b [XFRM]: constify 'struct xfrm_type' by Eric Dumazet · 16 years ago
  20. 1a6509d [IPSEC]: Add support for combined mode algorithms by Herbert Xu · 17 years ago
  21. 6fbf2cb [IPSEC]: Allow async algorithms by Herbert Xu · 17 years ago
  22. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  23. 1486cbd7 [XFRM] xfrm_policy: kill some bloat by Ilpo Järvinen · 17 years ago
  24. 50dd796 [XFRM]: Remove ifdef crypto. by Sebastian Siewior · 17 years ago
  25. 6666351 [XFRM]: xfrm_state_clone() should be static, not exported by Eric Dumazet · 17 years ago
  26. 64c31b3 [XFRM] xfrm_policy_destroy: Rename and relative fixes. by WANG Cong · 17 years ago
  27. d66e37a [XFRM] Statistics: Add outbound-dropping error. by Masahide NAKAMURA · 17 years ago
  28. cf35f43 [XFRM]: Kill some bloat by Ilpo Järvinen · 17 years ago
  29. dbb1db8 [IPSEC]: Return EOVERFLOW when output sequence number overflows by Herbert Xu · 17 years ago
  30. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  31. 9dd3245 [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input by Herbert Xu · 17 years ago
  32. fcb8c15 [IPSEC]: Fix double free on skb on async output by Herbert Xu · 17 years ago
  33. b15c4bc [XFRM]: Fix outbound statistics. by Masahide NAKAMURA · 17 years ago
  34. e1af9f2 [XFRM]: Drop packets when replay counter would overflow by Paul Moore · 17 years ago
  35. afeb14b [XFRM]: RFC4303 compliant auditing by Paul Moore · 17 years ago
  36. 68277ac [XFRM]: Assorted IPsec fixups by Paul Moore · 17 years ago
  37. 8ea8434 [XFRM]: Add packet processing statistics option. by Masahide NAKAMURA · 17 years ago
  38. 0aa6477 [XFRM]: Support to increment packet dropping statistics. by Masahide NAKAMURA · 17 years ago
  39. 558f82e [XFRM]: Define packet dropping statistics. by Masahide NAKAMURA · 17 years ago
  40. a1b0514 [XFRM] IPv6: Fix dst/routing check at transformation. by Masahide NAKAMURA · 17 years ago
  41. 910ef70 [IPSEC]: Do xfrm_state_check_space before encapsulation by Herbert Xu · 17 years ago
  42. 4bda4f2 [XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize. by Pavel Emelyanov · 17 years ago
  43. aef2178 [IPSEC]: Fix zero return value in xfrm_lookup on error by Herbert Xu · 17 years ago
  44. 8b7817f [IPSEC]: Add ICMP host relookup support by Herbert Xu · 17 years ago
  45. d5422ef [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse by Herbert Xu · 17 years ago
  46. 815f4e5 [IPSEC]: Make xfrm_lookup flags argument a bit-field by Herbert Xu · 17 years ago
  47. 0050112 [IPSEC]: Add xfrm_input_state helper by Herbert Xu · 17 years ago
  48. df01812 [XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  49. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  50. 2fcb45b [IPSEC]: Use the correct family for input state lookup by Herbert Xu · 17 years ago
  51. 875179f [IPSEC]: SPD auditing fix to include the netmask/prefix-length by Paul Moore · 17 years ago
  52. dcaee95 [IPSEC]: kmalloc + memset conversion to kzalloc by Joonwoo Park · 17 years ago
  53. 294b4ba [IPSEC]: Kill afinfo->nf_post_routing by David S. Miller · 17 years ago
  54. 1bf06cd [IPSEC]: Add async resume support on input by Herbert Xu · 17 years ago
  55. 60d5fcf [IPSEC]: Remove nhoff from xfrm_input by Herbert Xu · 17 years ago
  56. d26f398 [IPSEC]: Make x->lastused an unsigned long by Herbert Xu · 17 years ago
  57. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  58. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  59. b2aa5e9 [IPSEC]: Store xfrm states in security path directly by Herbert Xu · 17 years ago
  60. 716062f [IPSEC]: Merge most of the input path by Herbert Xu · 17 years ago
  61. c6581a4 [IPSEC]: Add async resume support on output by Herbert Xu · 17 years ago
  62. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  63. 227620e [IPSEC]: Separate inner/outer mode processing on input by Herbert Xu · 17 years ago
  64. a2deb6d2 [IPSEC]: Move x->outer_mode->output out of locked section by Herbert Xu · 17 years ago
  65. 25ee328 [IPSEC]: Merge common code into xfrm_bundle_create by Herbert Xu · 17 years ago
  66. 66cdb3c [IPSEC]: Move flow construction into xfrm_dst_lookup by Herbert Xu · 17 years ago
  67. 550ade8 [IPSEC]: Use dst->header_len when resizing on output by Herbert Xu · 17 years ago
  68. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  69. 0f99be0 [XFRM]: xfrm_algo_clone() allocates too much memory by Eric Dumazet · 17 years ago
  70. 2d60abc [XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE by Eric Dumazet · 17 years ago
  71. 5951cab [XFRM]: Audit function arguments misordered by Paul Moore · 17 years ago
  72. 9ab4c95 [XFRM]: Display the audited SPI value in host byte order. by Paul Moore · 17 years ago
  73. 75b8c13 [IPSEC]: Fix potential dst leak in xfrm_lookup by Herbert Xu · 17 years ago
  74. 5e5234f [IPSEC]: Fix uninitialised dst warning in __xfrm_lookup by Herbert Xu · 17 years ago
  75. 5dba479 [XFRM]: Fix leak of expired xfrm_states by Patrick McHardy · 17 years ago
  76. 8053fc3 [IPSEC]: Temporarily remove locks around copying of non-atomic fields by Herbert Xu · 17 years ago
  77. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  78. 0e0940d [IPSEC]: Fix scatterlist handling in skb_icv_walk(). by David S. Miller · 17 years ago
  79. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  80. b3b724f net: fix xfrm build - missing scatterlist.h include by Heiko Carstens · 17 years ago
  81. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  82. 1399637 [IPSEC]: Rename mode to outer_mode and add inner_mode by Herbert Xu · 17 years ago
  83. 17c2a42 [IPSEC]: Store afinfo pointer in xfrm_mode by Herbert Xu · 17 years ago
  84. 1bfcb10 [IPSEC]: Add missing BEET checks by Herbert Xu · 17 years ago
  85. aa5d62c [IPSEC]: Move type and mode map into xfrm_state.c by Herbert Xu · 17 years ago
  86. 4407250 [IPSEC]: Fix length check in xfrm_parse_spi by Herbert Xu · 17 years ago
  87. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  88. b7c6538 [IPSEC]: Move state lock into x->type->output by Herbert Xu · 17 years ago
  89. 050f009 [IPSEC]: Lock state when copying non-atomic fields to user-space by Herbert Xu · 17 years ago
  90. 68325d3 [XFRM] user: Move attribute copying code into copy_to_user_state_extra by Herbert Xu · 17 years ago
  91. 658b219 [IPSEC]: Move common code into xfrm_alloc_spi by Herbert Xu · 17 years ago
  92. 75ba28c [IPSEC]: Remove gratuitous km wake-up events on ACQUIRE by Herbert Xu · 17 years ago
  93. 007f021 [IPSEC]: Store IPv6 nh pointer in mac_header on output by Herbert Xu · 17 years ago
  94. 1ecafed [IPSEC]: Remove bogus ref count in xfrm_secpath_reject by Herbert Xu · 17 years ago
  95. 45b17f4 [IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c by Herbert Xu · 17 years ago
  96. cdf7e66 [IPSEC]: Unexport xfrm_replay_notify by Herbert Xu · 17 years ago
  97. 436a0a4 [IPSEC]: Move output replay code into xfrm_output by Herbert Xu · 17 years ago
  98. 83815de [IPSEC]: Move xfrm_state_check into xfrm_output.c by Herbert Xu · 17 years ago
  99. 406ef77 [IPSEC]: Move common output code to xfrm_output by Herbert Xu · 17 years ago
  100. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago