1. 2bb53e2 xfrm: check for a vaild skb in xfrm_policy_queue_process by Steffen Klassert · 11 years ago
  2. e7d8f6c xfrm: Add refcount handling to queued policies by Steffen Klassert · 11 years ago
  3. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. 302a50b xfrm: Fix potential null pointer dereference in xdst_queue_output by Steffen Klassert · 11 years ago
  5. e3fec5a xfrm: remove irrelevant comment in xfrm_input(). by Rami Rosen · 11 years ago
  6. 0659eea xfrm: Delete hold_timer when destroy policy by Fan Du · 11 years ago
  7. ca4c3fc net: split rt_genid for ipv4 and ipv6 by fan.du · 11 years ago
  8. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. e4c1721 xfrm: force a garbage collection after deleting a policy by Paul Moore · 11 years ago
  10. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  11. b5fb82c xfrm: use xfrm direction when lookup policy by Baker Zhang · 12 years ago
  12. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  13. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  14. 7cb8a93 xfrm: Allow inserting policies with matching mark and different priorities by Steffen Klassert · 12 years ago
  15. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 12 years ago
  16. 70e94e6 xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  17. 5b653b2 xfrm: fix freed block size calculation in xfrm_policy_fini() by Michal Kubecek · 12 years ago
  18. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  19. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  20. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  21. 433a195 xfrm: fix a read lock imbalance in make_blackhole by Li RongQing · 12 years ago
  22. ee8372d xfrm: invalidate dst on policy insertion/deletion by Nicolas Dichtel · 12 years ago
  23. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  24. ef8531b xfrm: fix RCU bugs by Eric Dumazet · 12 years ago
  25. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  27. 5689226 xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh by Fan Du · 12 years ago
  28. 418a99a Replace rwlock on xfrm_policy_afinfo with rcu by Priyanka Jain · 12 years ago
  29. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  30. 141e369 xfrm: Initialize the struct xfrm_dst behind the dst_enty field by Steffen Klassert · 12 years ago
  31. d1e31fb xfrm: No need to copy generic neighbour pointer. by David S. Miller · 12 years ago
  32. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  33. 0c18337 ipv6: fix incorrect ipsec fragment by Gao feng · 12 years ago
  34. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  35. bc9b35a xfrm: Convert several xfrm policy match functions to bool. by David S. Miller · 12 years ago
  36. 6ce74ec SELinux: include flow.h where used rather than get it indirectly by Eric Paris · 13 years ago
  37. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  38. c0ed1c1 net: Add a flow_cache_flush_deferred function by Steffen Klassert · 13 years ago
  39. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  40. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  41. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  42. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  43. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  44. 26bff94 xfrm: optimize ipv4 selector matching by Alexey Dobriyan · 13 years ago
  45. d4cae56 net: check return value for dst_alloc by Madalin Bucur · 13 years ago
  46. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  47. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  48. 12fdb4d xfrm: Remove family arg from xfrm_bundle_ok by Steffen Klassert · 13 years ago
  49. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  50. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 13 years ago
  51. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  52. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  53. fbd5060 xfrm: Refcount destination entry on xfrm_lookup by Steffen Klassert · 14 years ago
  54. 7313714 xfrm: fix __xfrm_route_forward() by Eric Dumazet · 14 years ago
  55. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 14 years ago
  56. 56bb805 net: Break struct flowi out into AF specific instances. by David S. Miller · 14 years ago
  57. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago
  58. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  59. ca11692 xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). by David S. Miller · 14 years ago
  60. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  61. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  62. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  63. 9a7386e xfrm: Const'ify sec_path arg to secpath_has_nontransport. by David S. Miller · 14 years ago
  64. 22cccb7 xfrm: Const'ify ptr args to xfrm_policy_ok. by David S. Miller · 14 years ago
  65. 7db454b xfrm: Const'ify ptr args to xfrm_state_ok. by David S. Miller · 14 years ago
  66. 1786b38 xfrm: Const'ify selector arg to xfrm_dst_update_parent. by David S. Miller · 14 years ago
  67. d3e40a9 xfrm: Const'ify policy arg to clone_policy. by David S. Miller · 14 years ago
  68. f299d55 xfrm: Const'ify policy arg and local selector in xfrm_policy_match. by David S. Miller · 14 years ago
  69. 0b597e7 xfrm: Const'ify local xfrm_address_t pointers in xfrm_policy_lookup_bytype. by David S. Miller · 14 years ago
  70. b4b7c0b xfrm: Const'ify selector args in xfrm_migrate paths. by David S. Miller · 14 years ago
  71. 5f803b5 xfrm: Const'ify address args to hash helpers. by David S. Miller · 14 years ago
  72. dd70175 xfrm: Const'ify pointer args to migrate_tmpl_match and xfrm_migrate_check by David S. Miller · 14 years ago
  73. 6418c4e xfrm: Const'ify address arguments to __xfrm_dst_lookup() by David S. Miller · 14 years ago
  74. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 14 years ago
  75. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 14 years ago
  76. 4ca2e68 xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const. by David S. Miller · 14 years ago
  77. 3f0e18f xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const. by David S. Miller · 14 years ago
  78. 98313ad xfrm: Mark flowi arg to xfrm_bundle_create() const. by David S. Miller · 14 years ago
  79. a6c2e61 xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const. by David S. Miller · 14 years ago
  80. 73ff93c xfrm: Mark flowi arg to xfrm_expand_policies() const. by David S. Miller · 14 years ago
  81. 062cdb4 xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const. by David S. Miller · 14 years ago
  82. 47209ab xfrm: Kill strict arg to xfrm_bundle_ok(). by David S. Miller · 14 years ago
  83. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 14 years ago
  84. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 14 years ago
  85. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 14 years ago
  86. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 14 years ago
  87. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  88. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  89. 0b15093 xfrm: avoid possible oopse in xfrm_alloc_dst by Hiroaki SHIMODA · 14 years ago
  90. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  91. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  92. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  93. 1c4c40c xfrm: make xfrm_bundle_ok local by stephen hemminger · 14 years ago
  94. 8444cf7 xfrm: Allow different selector family in temporary state by Thomas Egerer · 14 years ago
  95. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  96. d809ec8 xfrm: do not assume that template resolving always returns xfrms by Timo Teräs · 14 years ago
  97. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  98. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  99. b1312c8 xfrm: check bundle policy existance before dereferencing it by Timo Teräs · 14 years ago
  100. fafeeb6 xfrm: force a dst reference in __xfrm_route_forward() by Eric Dumazet · 14 years ago