1. d8647b7 xfrm: Add user interface for esn and big anti-replay windows by Steffen Klassert · 13 years ago
  2. 2cd0846 xfrm: Add support for IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  3. 97e15c3 xfrm: Support anti-replay window size bigger than 32 packets by Steffen Klassert · 13 years ago
  4. 9fdc488 xfrm: Move IPsec replay detection functions to a separate file by Steffen Klassert · 13 years ago
  5. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 13 years ago
  6. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 13 years ago
  7. 56bb805 net: Break struct flowi out into AF specific instances. by David S. Miller · 13 years ago
  8. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  9. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  10. ca11692 xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). by David S. Miller · 13 years ago
  11. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 13 years ago
  12. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  13. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  14. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 13 years ago
  15. a70486f xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. by David S. Miller · 13 years ago
  16. 6f2f19e xfrm: Pass name as const to xfrm_*_get_byname(). by David S. Miller · 13 years ago
  17. 33765d0 xfrm: Const'ify xfrm_address_t args to xfrm_state_find. by David S. Miller · 13 years ago
  18. 1f673c5 xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at. by David S. Miller · 13 years ago
  19. 9aa6008 xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}. by David S. Miller · 13 years ago
  20. 0468601 xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate. by David S. Miller · 13 years ago
  21. 2ab3850 xfrm: Const'ify xfrm_address_t args to xfrm_*_hash. by David S. Miller · 13 years ago
  22. 9a7386e xfrm: Const'ify sec_path arg to secpath_has_nontransport. by David S. Miller · 13 years ago
  23. 22cccb7 xfrm: Const'ify ptr args to xfrm_policy_ok. by David S. Miller · 13 years ago
  24. 7db454b xfrm: Const'ify ptr args to xfrm_state_ok. by David S. Miller · 13 years ago
  25. 1786b38 xfrm: Const'ify selector arg to xfrm_dst_update_parent. by David S. Miller · 13 years ago
  26. d3e40a9 xfrm: Const'ify policy arg to clone_policy. by David S. Miller · 13 years ago
  27. f299d55 xfrm: Const'ify policy arg and local selector in xfrm_policy_match. by David S. Miller · 13 years ago
  28. 0b597e7 xfrm: Const'ify local xfrm_address_t pointers in xfrm_policy_lookup_bytype. by David S. Miller · 13 years ago
  29. b4b7c0b xfrm: Const'ify selector args in xfrm_migrate paths. by David S. Miller · 13 years ago
  30. 5f803b5 xfrm: Const'ify address args to hash helpers. by David S. Miller · 13 years ago
  31. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 13 years ago
  32. dd70175 xfrm: Const'ify pointer args to migrate_tmpl_match and xfrm_migrate_check by David S. Miller · 13 years ago
  33. 6418c4e xfrm: Const'ify address arguments to __xfrm_dst_lookup() by David S. Miller · 13 years ago
  34. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 13 years ago
  35. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  36. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  37. 4ca2e68 xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const. by David S. Miller · 13 years ago
  38. 3f0e18f xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const. by David S. Miller · 13 years ago
  39. 98313ad xfrm: Mark flowi arg to xfrm_bundle_create() const. by David S. Miller · 13 years ago
  40. a6c2e61 xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const. by David S. Miller · 13 years ago
  41. 73ff93c xfrm: Mark flowi arg to xfrm_expand_policies() const. by David S. Miller · 13 years ago
  42. 062cdb4 xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const. by David S. Miller · 13 years ago
  43. 47209ab xfrm: Kill strict arg to xfrm_bundle_ok(). by David S. Miller · 13 years ago
  44. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  45. 1a89859 xfrm: Mark flowi arg to xfrm_init_tempstate() const. by David S. Miller · 13 years ago
  46. 4a08ab0 xfrm: Mark flowi arg to xfrm_state_look_at() const. by David S. Miller · 13 years ago
  47. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  48. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  49. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  50. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  51. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  52. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  53. 0b15093 xfrm: avoid possible oopse in xfrm_alloc_dst by Hiroaki SHIMODA · 13 years ago
  54. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 14 years ago
  55. fa6dd8a xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC by Nicolas Dichtel · 14 years ago
  56. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  57. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  59. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  60. 35d2856 xfrm: Add Traffic Flow Confidentiality padding XFRM attribute by Martin Willi · 14 years ago
  61. 78347c8 xfrm: Fix xfrm_state_migrate leak by Thomas Egerer · 14 years ago
  62. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  63. 7a1c8e5 net: allow GFP_HIGHMEM in __vmalloc() by Eric Dumazet · 14 years ago
  64. 1c4c40c xfrm: make xfrm_bundle_ok local by stephen hemminger · 14 years ago
  65. 8444cf7 xfrm: Allow different selector family in temporary state by Thomas Egerer · 14 years ago
  66. e71895a xfrm: dont assume rcu_read_lock in xfrm_output_one() by Eric Dumazet · 14 years ago
  67. 928497f xfrm_user: avoid a warning with some compiler by Nicolas Dichtel · 14 years ago
  68. 2f09a4d xfrm: Use GFP_ATOMIC in xfrm_compile_policy by Herbert Xu · 14 years ago
  69. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. d809ec8 xfrm: do not assume that template resolving always returns xfrms by Timo Teräs · 14 years ago
  71. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  72. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  73. b1312c8 xfrm: check bundle policy existance before dereferencing it by Timo Teräs · 14 years ago
  74. 8764ab2 net: check for refcount if pop a stacked dst_entry by Steffen Klassert · 14 years ago
  75. fafeeb6 xfrm: force a dst reference in __xfrm_route_forward() by Eric Dumazet · 14 years ago
  76. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  77. 62db5cf xfrm: add severity to printk by stephen hemminger · 14 years ago
  78. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  79. a1aa348 xfrm: fix policy unreferencing on larval drop by Timo Teras · 14 years ago
  80. 4b02162 xfrm: potential uninitialized variable num_xfrms by Changli Gao · 14 years ago
  81. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  82. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  83. 285ead1 xfrm: remove policy garbage collection by Timo Teräs · 14 years ago
  84. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 14 years ago
  85. fe1a5f0 flow: virtualize flow cache entry methods by Timo Teräs · 14 years ago
  86. ea2dea9 xfrm: remove policy lock when accessing policy->walk.dead by Timo Teräs · 14 years ago
  87. c8bf4d0 xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler by Timo Teräs · 14 years ago
  88. 34996cb xfrm: Remove xfrm_state_genid by Herbert Xu · 14 years ago
  89. 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
  90. 87c1e12 ipsec: Fix bogus bundle flowi by Herbert Xu · 14 years ago
  91. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  92. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  93. fb977e2 xfrm: clone mark when cloning policy by Jamal Hadi Salim · 14 years ago
  94. 295fae5 xfrm: Allow user space manipulation of SPD mark by Jamal Hadi Salim · 14 years ago
  95. 6f26b61 xfrm: Allow user space config of SAD mark by Jamal Hadi Salim · 14 years ago
  96. 34f8d88 xfrm: SP lookups with mark by Jamal Hadi Salim · 14 years ago
  97. 8ca2e93 xfrm: SP lookups signature with mark by Jamal Hadi Salim · 14 years ago
  98. 3d6acfa xfrm: SA lookups with mark by Jamal Hadi Salim · 14 years ago
  99. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  100. 2f1eb65 xfrm: Flushing empty SPD generates false events by Jamal Hadi Salim · 14 years ago