1. 5f33f7f xfrm: Fix error reporting in xfrm_state_construct. by Steffen Klassert · 3 years, 7 months ago
  2. 5e63f64 xfrm: Fix oops in xfrm_replay_advance_bmp by Shmulik Ladkani · 4 years, 1 month ago
  3. 4cf755e net: xfrm: fix a race condition during allocing spi by zhuoliang zhang · 4 years, 3 months ago
  4. 286e833 xfrm: Use correct address family in xfrm_state_find by Herbert Xu · 4 years, 4 months ago
  5. 2bb3791 xfrm: clone whole liftime_cur structure in xfrm_do_migrate by Antony Antony · 4 years, 4 months ago
  6. f0da697 xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate by Antony Antony · 4 years, 4 months ago
  7. 4d31cb9 xfrm: fix a NULL-ptr deref in xfrm_local_error by Xin Long · 4 years, 8 months ago
  8. 1cd914b xfrm: fix a warning in xfrm_policy_insert_list by Xin Long · 4 years, 8 months ago
  9. af0fabb xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output by Xin Long · 4 years, 9 months ago
  10. 06d984a xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input by Xin Long · 4 years, 9 months ago
  11. dc0ea9b xfrm: policy: Fix doulbe free in xfrm_policy_timer by YueHaibing · 4 years, 10 months ago
  12. 2510601 xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire by Xin Long · 5 years ago
  13. c91b463 xfrm: fix uctx len check in verify_sec_ctx_len by Xin Long · 5 years ago
  14. a6001a0 xfrm: handle NETDEV_UNREGISTER for xfrm device by Raed Salem · 5 years ago
  15. 3bbb8ee xfrm: release device reference for invalid state by Xiaodong Xu · 5 years ago
  16. 171148e xfrm: Fix memleak on xfrm state destroy by Steffen Klassert · 5 years ago
  17. 3dc9256 xfrm: use correct size to initialise sp->ovec by Li RongQing · 6 years ago
  18. cd393b3 xfrm: clean up xfrm protocol checks by Cong Wang · 6 years ago
  19. 64d1cec xfrm: policy: remove pcpu policy cache by Florian Westphal · 7 years ago
  20. d739913 ipsec: select crypto ciphers for xfrm_algo by Arnd Bergmann · 6 years ago
  21. 708e5012 xfrm: fix sa selector validation by Nicolas Dichtel · 6 years ago
  22. 2b4bd28 xfrm: Fix xfrm sel prefix length validation by Anirudh Gupta · 6 years ago
  23. 1a2bb51 xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink by YueHaibing · 6 years ago
  24. bc09fc5d xfrm: refine validation of template and selector families by Florian Westphal · 6 years ago
  25. 4ddb80f xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears the dst_entry. by Steffen Klassert · 6 years ago
  26. ed04bb2 xfrm: Fix bucket count reported to userspace by Benjamin Poirier · 6 years ago
  27. bf2b044 xfrm: Fix error return code in xfrm_output_one() by Wei Yongjun · 6 years ago
  28. 1189696 xfrm: policy: use hlist rcu variants on insert by Florian Westphal · 6 years ago
  29. 26c6b9d xfrm: validate template mode by Sean Tranchetti · 6 years ago
  30. 73c6f86 xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry. by Steffen Klassert · 6 years ago
  31. 64f3828 xfrm: reset crypto_done when iterating over multiple input xfrms by Sowmini Varadhan · 6 years ago
  32. 3b5d512 xfrm: Validate address prefix lengths in the xfrm selector. by Steffen Klassert · 6 years ago
  33. 318f224 xfrm: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  34. 0118f86 xfrm: free skb if nlsk pointer is NULL by Florian Westphal · 7 years ago
  35. d35cc7e xfrm: fix missing dst_release() after policy blocking lbcast and multicast by Tommi Rantala · 7 years ago
  36. caf3d4b xfrm_user: prevent leaking 2 bytes of kernel memory by Eric Dumazet · 7 years ago
  37. 58be625 xfrm: Fix transport mode skb control buffer usage. by Steffen Klassert · 7 years ago
  38. 404cbeb xfrm: fix rcu_read_unlock usage in xfrm_local_error by Taehee Yoo · 7 years ago
  39. 5877f41 xfrm: Fix ESN sequence number handling for IPsec GSO packets. by Steffen Klassert · 7 years ago
  40. 020c32a xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos by Xin Long · 7 years ago
  41. 036bbd5 xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM) by Antony Antony · 7 years ago
  42. d2d85f8 xfrm: Use __skb_queue_tail in xfrm_trans_queue by Herbert Xu · 7 years ago
  43. dffe655 xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems by Steffen Klassert · 7 years ago
  44. a6232ff net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms() by Greg Hackmann · 7 years ago
  45. 25fd02e xfrm_user: uncoditionally validate esn replay attribute struct by Florian Westphal · 7 years ago
  46. ab3db1a xfrm: Fix xfrm_replay_overflow_offload_esn by Yossef Efraim · 7 years ago
  47. bd174cd net: xfrm: allow clearing socket xfrm policies. by Lorenzo Colitti · 7 years ago
  48. e095eca xfrm: Reinject transport-mode packets through tasklet by Herbert Xu · 7 years ago
  49. 20db5b3e xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. by Steffen Klassert · 7 years ago
  50. c232fd3 xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0) by Aviv Heller · 7 years ago
  51. 4d4d556 xfrm: check id proto in validate_tmpl() by Cong Wang · 7 years ago
  52. 70c5e41 xfrm: Fix stack-out-of-bounds read on socket policy lookup. by Steffen Klassert · 7 years ago
  53. 8e754b4 xfrm: skip policies marked as dead while rehashing by Florian Westphal · 7 years ago
  54. e837025 xfrm: fix rcu usage in xfrm_get_type_offload by Sabrina Dubroca · 7 years ago
  55. 85c3188 xfrm: don't call xfrm_policy_cache_flush while holding spinlock by Florian Westphal · 7 years ago
  56. ceab068 xfrm: Fix a race in the xdst pcpu cache. by Steffen Klassert · 7 years ago
  57. 2d01ac8 Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find." by Steffen Klassert · 7 years ago
  58. 6610b9c xfrm: Copy policy family in clone_policy by Herbert Xu · 7 years ago
  59. 6a17280 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  60. c9f3f81 xfrm: Fix stack-out-of-bounds read in xfrm_state_find. by Steffen Klassert · 7 years ago
  61. cf37966 xfrm: do unconditional template resolution before pcpu cache check by Florian Westphal · 7 years ago
  62. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  63. cb79a18 xfrm: defer daddr pointer assignment after spi parsing by Florian Westphal · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. 73b9fc4 xfrm: Fix GSO for IPsec with GRE tunnel. by Steffen Klassert · 7 years ago
  66. 2b06cdf xfrm: Clear sk_dst_cache when applying per-socket policy. by Jonathan Basseri · 7 years ago
  67. ec650b2 xfrm: Fix xfrm_dst_cache memleak by Steffen Klassert · 7 years ago
  68. 1137b5e ipsec: Fix aborted xfrm policy dump crash by Herbert Xu · 7 years ago
  69. 10a7ef3 ipsec: Fix dst leak in xfrm_bundle_create(). by David Miller · 7 years ago
  70. dd269db xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock by Artem Savkov · 7 years ago
  71. 23e9fcf vti: fix NULL dereference in xfrm_input() by Alexey Kodanev · 7 years ago
  72. 67a6338 xfrm: Fix negative device refcount on offload failure. by Steffen Klassert · 7 years ago
  73. c5d4d7d xfrm: Fix deletion of offloaded SAs on failure. by Steffen Klassert · 7 years ago
  74. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. 8598112 xfrm: Fix return value check of copy_sec_ctx. by Steffen Klassert · 7 years ago
  76. 47ebcc0 xfrm: Add support for network devices capable of removing the ESP trailer by Yossi Kuperman · 7 years ago
  77. 931e79d xfrm_user: fix info leak in build_aevent() by Mathias Krause · 7 years ago
  78. e3e5fc1 xfrm_user: fix info leak in build_expire() by Mathias Krause · 7 years ago
  79. 50329c8 xfrm_user: fix info leak in xfrm_notify_sa() by Mathias Krause · 7 years ago
  80. 5fe0d4b xfrm_user: fix info leak in copy_user_offload() by Mathias Krause · 7 years ago
  81. 8a4b578 net: xfrm: don't double-hold dst when sk_policy in use. by Lorenzo Colitti · 7 years ago
  82. a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  83. 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  84. 13ead5c xfrm: check that cached bundle is still valid by Florian Westphal · 7 years ago
  85. 7bab096 xfrm: policy: check policy direction value by Vladis Dronov · 7 years ago
  86. 3f5a95a xfrm: fix null pointer dereference on state and tmpl sort by Koichiro Den · 7 years ago
  87. 7e9e920 xfrm: Clear RX SKB secpath xfrm_offload by Ilan Tayari · 7 years ago
  88. ffdb521 xfrm: Auto-load xfrm offload modules by Ilan Tayari · 7 years ago
  89. ec30d78 xfrm: add xdst pcpu cache by Florian Westphal · 8 years ago
  90. 09c7570 xfrm: remove flow cache by Florian Westphal · 8 years ago
  91. bd45c53 xfrm_policy: make xfrm_bundle_lookup return xfrm dst object by Florian Westphal · 8 years ago
  92. 86dc8ee xfrm_policy: remove xfrm_policy_lookup by Florian Westphal · 8 years ago
  93. aff669b xfrm_policy: kill flow to policy dir conversion by Florian Westphal · 8 years ago
  94. 855dad9 xfrm_policy: remove always true/false branches by Florian Westphal · 8 years ago
  95. 3ca2828 xfrm_policy: bypass flow_cache_lookup by Florian Westphal · 8 years ago
  96. 55eabed net, xfrm: convert sec_path.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  97. 850a621 net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  98. 88755e9 net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  99. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago