1. 38369f5 xfrm Fix potential error pointer dereference in xfrm_bundle_create. by Steffen Klassert · 7 years ago
  2. e9a441b xfrm: Register xfrm_dev_notifier in appropriate place by Kirill Tkhai · 7 years ago
  3. 56455e0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  4. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  5. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. 415a132 xfrm_policy: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  7. f8c3d0d xfrm: mark kmem_caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  8. 013cb81 xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode. by Steffen Klassert · 7 years ago
  9. 143a445 xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos by Xin Long · 7 years ago
  10. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  11. 2471c98 xfrm: Fix policy hold queue after flowcache removal. by Steffen Klassert · 7 years ago
  12. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 76a4201 xfrm: Fix a race in the xdst pcpu cache. by Steffen Klassert · 7 years ago
  14. b1bdcb5 xfrm: don't call xfrm_policy_cache_flush while holding spinlock by Florian Westphal · 7 years ago
  15. 862591b xfrm: skip policies marked as dead while rehashing by Florian Westphal · 7 years ago
  16. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 8ce38ae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  18. d295027 xfrm: put policies when reusing pcpu xdst entry by Florian Westphal · 7 years ago
  19. ddc47e4 xfrm: Fix stack-out-of-bounds read on socket policy lookup. by Steffen Klassert · 7 years ago
  20. 5492093 xfrm: Stop using dst->next in bundle construction. by David Miller · 7 years ago
  21. 0f6c480 xfrm: Move dst->path into struct xfrm_dst by David Miller · 7 years ago
  22. 45b018be ipsec: Create and use new helpers for dst child access. by David Miller · 7 years ago
  23. b92cf4a net: Create and use new helper xfrm_dst_child(). by David Miller · 7 years ago
  24. be8f828 net: xfrm: allow clearing socket xfrm policies. by Lorenzo Colitti · 7 years ago
  25. 6a787d6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  26. 9480215 Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find." by Steffen Klassert · 7 years ago
  27. 0e74aa1 xfrm: Copy policy family in clone_policy by Herbert Xu · 7 years ago
  28. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. c9f3f81 xfrm: Fix stack-out-of-bounds read in xfrm_state_find. by Steffen Klassert · 7 years ago
  30. cf37966 xfrm: do unconditional template resolution before pcpu cache check by Florian Westphal · 7 years ago
  31. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  33. ec650b2 xfrm: Fix xfrm_dst_cache memleak by Steffen Klassert · 7 years ago
  34. c3aed70 xfrm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  35. 10a7ef3 ipsec: Fix dst leak in xfrm_bundle_create(). by David Miller · 7 years ago
  36. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 8a4b578 net: xfrm: don't double-hold dst when sk_policy in use. by Lorenzo Colitti · 7 years ago
  38. a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  39. 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  40. 13ead5c xfrm: check that cached bundle is still valid by Florian Westphal · 7 years ago
  41. 7bab096 xfrm: policy: check policy direction value by Vladis Dronov · 7 years ago
  42. ec30d78 xfrm: add xdst pcpu cache by Florian Westphal · 7 years ago
  43. 09c7570 xfrm: remove flow cache by Florian Westphal · 7 years ago
  44. bd45c53 xfrm_policy: make xfrm_bundle_lookup return xfrm dst object by Florian Westphal · 7 years ago
  45. 86dc8ee xfrm_policy: remove xfrm_policy_lookup by Florian Westphal · 7 years ago
  46. aff669b xfrm_policy: kill flow to policy dir conversion by Florian Westphal · 7 years ago
  47. 855dad9 xfrm_policy: remove always true/false branches by Florian Westphal · 7 years ago
  48. 3ca2828 xfrm_policy: bypass flow_cache_lookup by Florian Westphal · 7 years ago
  49. 850a621 net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  50. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  52. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  53. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 8 years ago
  54. 52df157 xfrm: take refcnt of dst when creating struct xfrm_dst bundle by Wei Wang · 8 years ago
  55. 138437f xfrm: move xfrm_garbage_collect out of xfrm_policy_flush by Hangbin Liu · 8 years ago
  56. 8bafd73 xfrm: add UDP encapsulation port in migrate message by Antony Antony · 8 years ago
  57. 4ab47d4 xfrm: extend MIGRATE with UDP encapsulation port by Antony Antony · 8 years ago
  58. 9b3eb54 xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY by Sabrina Dubroca · 8 years ago
  59. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  60. 35db069 xfrm: do the garbage collection after flushing policy by Xin Long · 8 years ago
  61. d77e38e xfrm: Add an IPsec hardware offloading API by Steffen Klassert · 8 years ago
  62. 21f42cc xfrm: Move device notifications to a sepatate file by Steffen Klassert · 8 years ago
  63. 8474c8c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  64. 1ecc9ad xfrm: provide correct dst in xfrm_neigh_lookup by Julian Anastasov · 8 years ago
  65. 99d5cee Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  66. 4c86d77 xfrm: Don't use sk_family for socket policy lookups by Steffen Klassert · 8 years ago
  67. 37b1038 xfrm: policy: make policy backend const by Florian Westphal · 8 years ago
  68. bdba9fe xfrm: policy: remove xfrm_policy_put_afinfo by Florian Westphal · 8 years ago
  69. a2817d8 xfrm: policy: remove family field by Florian Westphal · 8 years ago
  70. 3d7d25a xfrm: policy: remove garbage_collect callback by Florian Westphal · 8 years ago
  71. 2b61997 xfrm: policy: xfrm_policy_unregister_afinfo can return void by Florian Westphal · 8 years ago
  72. f5e2bb4 xfrm: policy: xfrm_get_tos cannot fail by Florian Westphal · 8 years ago
  73. c282222 xfrm: policy: init locks early by Florian Westphal · 8 years ago
  74. 63fca65 net: add confirm_neigh method to dst_ops by Julian Anastasov · 8 years ago
  75. 1365e547c xfrm: trivial typos by Alexander Alemayhu · 8 years ago
  76. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. 330e832 xfrm: unbreak xfrm_sk_policy_lookup by Florian Westphal · 8 years ago
  78. a4fc1bf net/flowcache: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  79. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. 4141b36 xfrm: Fix xfrm_policy_lock imbalance by Steffen Klassert · 8 years ago
  81. 9d0380d xfrm: policy: convert policy_lock to spinlock by Florian Westphal · 8 years ago
  82. d5b8f86 xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo by Florian Westphal · 8 years ago
  83. ae33786 xfrm: policy: only use rcu in xfrm_sk_policy_lookup by Florian Westphal · 8 years ago
  84. a7c44247 xfrm: policy: make xfrm_policy_lookup_bytype lockless by Florian Westphal · 8 years ago
  85. e37cc8a xfrm: policy: use atomic_inc_not_zero in rcu section by Florian Westphal · 8 years ago
  86. 3084609 xfrm: policy: add sequence count to sync with hash resize by Florian Westphal · 8 years ago
  87. e1e551b xfrm: policy: prepare policy_bydst hash for rcu lookups by Florian Westphal · 8 years ago
  88. a5eefc1 xfrm: policy: use rcu versions for iteration and list add/del by Florian Westphal · 8 years ago
  89. 6916fb3 xfrm: Ignore socket policies when rebuilding hash tables by Tobias Brunner · 8 years ago
  90. 024f35c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  91. d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
  92. 56f0473 xfrm: add rcu grace period in xfrm_policy_destroy() by Eric Dumazet · 9 years ago
  93. bd5eb35 xfrm: take care of request sockets by Eric Dumazet · 9 years ago
  94. a8a572a xfrm: dst_entries_init() per-net dst_ops by Dan Streetman · 9 years ago
  95. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  96. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  97. 3f5312a xfrm: Only compute net once in xfrm_policy_queue_process by Eric W. Biederman · 9 years ago
  98. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  99. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  100. a6568b2 xfrm: Remove unused afinfo method init_dst by Eric W. Biederman · 9 years ago