1. d26f398 [IPSEC]: Make x->lastused an unsigned long by Herbert Xu · 17 years ago
  2. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  3. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  4. b2aa5e9 [IPSEC]: Store xfrm states in security path directly by Herbert Xu · 17 years ago
  5. 716062f [IPSEC]: Merge most of the input path by Herbert Xu · 17 years ago
  6. c6581a4 [IPSEC]: Add async resume support on output by Herbert Xu · 17 years ago
  7. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  8. 227620e [IPSEC]: Separate inner/outer mode processing on input by Herbert Xu · 17 years ago
  9. a2deb6d2 [IPSEC]: Move x->outer_mode->output out of locked section by Herbert Xu · 17 years ago
  10. 25ee328 [IPSEC]: Merge common code into xfrm_bundle_create by Herbert Xu · 17 years ago
  11. 66cdb3c [IPSEC]: Move flow construction into xfrm_dst_lookup by Herbert Xu · 17 years ago
  12. 550ade8 [IPSEC]: Use dst->header_len when resizing on output by Herbert Xu · 17 years ago
  13. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  14. 0f99be0 [XFRM]: xfrm_algo_clone() allocates too much memory by Eric Dumazet · 17 years ago
  15. 2d60abc [XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE by Eric Dumazet · 17 years ago
  16. 5951cab [XFRM]: Audit function arguments misordered by Paul Moore · 17 years ago
  17. 9ab4c95 [XFRM]: Display the audited SPI value in host byte order. by Paul Moore · 17 years ago
  18. 75b8c13 [IPSEC]: Fix potential dst leak in xfrm_lookup by Herbert Xu · 17 years ago
  19. 5e5234f [IPSEC]: Fix uninitialised dst warning in __xfrm_lookup by Herbert Xu · 17 years ago
  20. 5dba479 [XFRM]: Fix leak of expired xfrm_states by Patrick McHardy · 17 years ago
  21. 8053fc3 [IPSEC]: Temporarily remove locks around copying of non-atomic fields by Herbert Xu · 17 years ago
  22. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  23. 0e0940d [IPSEC]: Fix scatterlist handling in skb_icv_walk(). by David S. Miller · 17 years ago
  24. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  25. b3b724f net: fix xfrm build - missing scatterlist.h include by Heiko Carstens · 17 years ago
  26. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  27. 1399637 [IPSEC]: Rename mode to outer_mode and add inner_mode by Herbert Xu · 17 years ago
  28. 17c2a42 [IPSEC]: Store afinfo pointer in xfrm_mode by Herbert Xu · 17 years ago
  29. 1bfcb10 [IPSEC]: Add missing BEET checks by Herbert Xu · 17 years ago
  30. aa5d62c [IPSEC]: Move type and mode map into xfrm_state.c by Herbert Xu · 17 years ago
  31. 4407250 [IPSEC]: Fix length check in xfrm_parse_spi by Herbert Xu · 17 years ago
  32. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  33. b7c6538 [IPSEC]: Move state lock into x->type->output by Herbert Xu · 17 years ago
  34. 050f009 [IPSEC]: Lock state when copying non-atomic fields to user-space by Herbert Xu · 17 years ago
  35. 68325d3 [XFRM] user: Move attribute copying code into copy_to_user_state_extra by Herbert Xu · 17 years ago
  36. 658b219 [IPSEC]: Move common code into xfrm_alloc_spi by Herbert Xu · 17 years ago
  37. 75ba28c [IPSEC]: Remove gratuitous km wake-up events on ACQUIRE by Herbert Xu · 17 years ago
  38. 007f021 [IPSEC]: Store IPv6 nh pointer in mac_header on output by Herbert Xu · 17 years ago
  39. 1ecafed [IPSEC]: Remove bogus ref count in xfrm_secpath_reject by Herbert Xu · 17 years ago
  40. 45b17f4 [IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c by Herbert Xu · 17 years ago
  41. cdf7e66 [IPSEC]: Unexport xfrm_replay_notify by Herbert Xu · 17 years ago
  42. 436a0a4 [IPSEC]: Move output replay code into xfrm_output by Herbert Xu · 17 years ago
  43. 83815de [IPSEC]: Move xfrm_state_check into xfrm_output.c by Herbert Xu · 17 years ago
  44. 406ef77 [IPSEC]: Move common output code to xfrm_output by Herbert Xu · 17 years ago
  45. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  46. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  47. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  48. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  49. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  50. ab5f5e8 [XFRM]: xfrm audit calls by Joy Latten · 17 years ago
  51. f7944fb [XFRM] policy: Replace magic number with XFRM_POLICY_OUT by Thomas Graf · 17 years ago
  52. fd21150 [XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_ctx(), and attach_one_addr() by Thomas Graf · 17 years ago
  53. 15901a2 [XFRM] netlink: Remove dependency on rtnetlink by Thomas Graf · 17 years ago
  54. 5424f32 [XFRM] netlink: Use nlattr instead of rtattr by Thomas Graf · 17 years ago
  55. 35a7aa0 [XFRM] netlink: Rename attribute array from xfrma[] to attrs[] by Thomas Graf · 17 years ago
  56. fab4489 [XFRM] netlink: Enhance indexing of the attribute array by Thomas Graf · 17 years ago
  57. cf5cb79 [XFRM] netlink: Establish an attribute policy by Thomas Graf · 17 years ago
  58. a7bd9a4 [XFRM] netlink: Use nlmsg_parse() to parse attributes by Thomas Graf · 17 years ago
  59. 7deb226 [XFRM] netlink: Use nlmsg_new() and type-safe size calculation helpers by Thomas Graf · 17 years ago
  60. cfbfd45 [XFRM] netlink: Clear up some of the CONFIG_XFRM_SUB_POLICY ifdef mess by Thomas Graf · 17 years ago
  61. c26445a [XFRM] netlink: Move algorithm length calculation to its own function by Thomas Graf · 17 years ago
  62. c0144be [XFRM] netlink: Use nla_put()/NLA_PUT() variantes by Thomas Graf · 17 years ago
  63. 082a1ad [XFRM] netlink: Use nlmsg_broadcast() and nlmsg_unicast() by Thomas Graf · 17 years ago
  64. 7b67c85 [XFRM] netlink: Use nlmsg_data() instead of NLMSG_DATA() by Thomas Graf · 17 years ago
  65. 9825069 [XFRM] netlink: Use nlmsg_end() and nlmsg_cancel() by Thomas Graf · 17 years ago
  66. 79b8b7f [XFRM] netlink: Use nlmsg_put() instead of NLMSG_PUT() by Thomas Graf · 17 years ago
  67. b5890d8 [XFRM]: Clean up duplicate includes in net/xfrm/ by Jesper Juhl · 17 years ago
  68. e6e0871 Net/Security: fix memory leaks from security_secid_to_secctx() by Paul Moore · 17 years ago
  69. 48b8d78 [XFRM]: State selection update to use inner addresses. by Joakim Koskela · 17 years ago
  70. 196b003 [IPSEC]: Ensure that state inner family is set by Herbert Xu · 17 years ago
  71. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  72. 7dc12d6 [NET] XFRM: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  73. bd0bf07 [XFRM]: Fix crash introduced by struct dst_entry reordering by Patrick McHardy · 17 years ago
  74. 628529b [XFRM] Introduce standalone SAD lookup by Jamal Hadi Salim · 17 years ago
  75. 2812161 [XFRM]: Fix MTU calculation for non-ESP SAs by Patrick McHardy · 17 years ago
  76. 4aa2e62 xfrm: Add security check before flushing SAD/SPD by Joy Latten · 17 years ago
  77. aad0e0b [XFRM]: xfrm_larval_drop sysctl should be __read_mostly. by David S. Miller · 17 years ago
  78. 01e67d0 [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl. by David S. Miller · 17 years ago
  79. 14e50e5 [XFRM]: Allow packet drops during larval state resolution. by David S. Miller · 17 years ago
  80. 26b8e51 [IPSEC]: Fix warnings with casting int to pointer by Herbert Xu · 17 years ago
  81. c92b3a2 [IPSEC] pfkey: Load specific algorithm in pfkey_add rather than all by Herbert Xu · 17 years ago
  82. 6253db0 [IPSEC]: Don't warn if high-order hash resize fails by Herbert Xu · 17 years ago
  83. b5505c6 [IPSEC]: Check validity of direction in xfrm_policy_byid by Herbert Xu · 17 years ago
  84. 5a6d341 [XFRM] SPD info TLV aggregation by Jamal Hadi Salim · 17 years ago
  85. af11e31 [XFRM] SAD info TLV aggregationx by Jamal Hadi Salim · 17 years ago
  86. 157bfc2 [XFRM]: Restrict upper layer information by bundle. by Masahide NAKAMURA · 17 years ago
  87. ecfd6b1 [XFRM]: Export SPD info by Jamal Hadi Salim · 17 years ago
  88. 1a028e5 [NET]: Revert sk_buff walker cleanups. by David S. Miller · 17 years ago
  89. 566ec03 [XFRM]: Missing bits to SAD info. by Jamal Hadi Salim · 17 years ago
  90. eefa390 [NET]: Clean up sk_buff walkers. by Jean Delvare · 17 years ago
  91. 28d8909 [XFRM]: Export SAD info. by Jamal Hadi Salim · 17 years ago
  92. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  93. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  94. c5c2523 [XFRM]: Optimize MTU calculation by Patrick McHardy · 17 years ago
  95. 716ea3a [NET]: Move generic skbuff stuff from XFRM code to generic code by David Howells · 17 years ago
  96. c702e80 [NETLINK]: Directly return -EINTR from netlink_dump_start() by Thomas Graf · 18 years ago
  97. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 18 years ago
  98. 45e7ae7 [NETLINK]: Ignore control messages directly in netlink_run_queue() by Thomas Graf · 18 years ago
  99. d35b685 [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() by Thomas Graf · 18 years ago
  100. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 18 years ago