1. 5527a78 ipsec: make pre-shared keys harder to misuse by Benoît Ganne · 2 years, 11 months ago
  2. ad95b06 ipsec: add per-SA error counters by Arthur de Kerhor · 2 years, 1 month ago
  3. fe2d23f ipsec: Failure at the start of the batch should not invalidate the rest of the batch by Neale Ranns · 2 years, 1 month ago
  4. dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
  5. 93688d7 ipsec: Use .api declared error counters by Neale Ranns · 2 years, 4 months ago
  6. 98ca76a ipsec: support per next-header next-nodes by Benoît Ganne · 2 years, 8 months ago
  7. c14b8cf ipsec: fix async buffer leak by Matthew Smith · 3 years ago
  8. e11203e ipsec: Record the number of packets lost from an SA by Neale Ranns · 3 years, 3 months ago
  9. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  10. 5b89110 ipsec: Fix setting the hi-sequence number for decrypt by Neale Ranns · 3 years, 6 months ago
  11. 51d56ba ipsec: fix async crypto frame leak by Matthew Smith · 3 years, 7 months ago
  12. e631ece ipsec: fix crypto ops in esp decrypt by Benoît Ganne · 3 years, 7 months ago
  13. 48524a9 crypto: fix ops flags in crypto sw scheduler by Benoît Ganne · 3 years, 11 months ago
  14. f16e9a5 ipsec: Support async mode per-SA by Neale Ranns · 3 years, 10 months ago
  15. fc81134 ipsec: Submit fuller async frames by Neale Ranns · 3 years, 10 months ago
  16. c5fe57d ipsec: move the IPSec SA pool out of ipsec_main by Neale Ranns · 3 years, 10 months ago
  17. 8c609af tests: Add tests for IPSec async mode using the crypto SW scheduler by Neale Ranns · 3 years, 10 months ago
  18. 2d49830 ipsec: ipsec.h tidy up by Neale Ranns · 3 years, 10 months ago
  19. aa7d766 ipsec: Store thread-index in buffer meta-data during SA handoff by Neale Ranns · 3 years, 10 months ago
  20. 490b927 ipsec: add support for AES CTR by Benoît Ganne · 3 years, 11 months ago
  21. 1a52d37 ipsec: one thread index per-SA by Neale Ranns · 3 years, 11 months ago
  22. 4a58e49 ipsec: Support MPLS over IPSec[46] interface by Neale Ranns · 4 years ago
  23. a9585fd ipsec: fixed esp_decrypt pkt len after icv moved by PiotrX Kleski · 4 years ago
  24. 153e41a ipsec: change prediction by Fan Zhang · 4 years, 1 month ago
  25. 119c0d7 gre: Move to new API generated types/messages by Neale Ranns · 4 years, 1 month ago
  26. 18f0e31 ipsec: remove pending node by Fan Zhang · 4 years, 2 months ago
  27. 123b5eb ipsec: Layout and prefetching of SA struct by Neale Ranns · 4 years, 2 months ago
  28. d570e53 ipsec: fix trace of GRE_teb packets by Christian Hopps · 4 years, 4 months ago
  29. f539578 crypto: introduce async crypto infra by Fan Zhang · 4 years, 8 months ago
  30. beee60d ipsec: fix buffer alloc by Filip Tehlar · 4 years, 9 months ago
  31. e4e8c6b ipsec: fix chained ESP by Filip Tehlar · 4 years, 10 months ago
  32. ae8102e ipsec: Revert "ipsec: fix chained ESP" by Florin Coras · 4 years, 9 months ago
  33. c2c1bfd ipsec: fix chained ESP by Filip Tehlar · 4 years, 10 months ago
  34. 7a6f5a4 ipsec: efficient layout of ESP per thread data by Rajesh Goel · 4 years, 9 months ago
  35. efcad1a ipsec: add support for chained buffers by Filip Tehlar · 4 years, 11 months ago
  36. 90430b6 ipsec: set l2_len for GRE-TEB tunnel decap by John Lo · 4 years, 11 months ago
  37. 0295040 ipsec: Targeted unit testing by Neale Ranns · 5 years ago
  38. 4a56f4e ipsec: Test and fix IPSec worker hand-off by Neale Ranns · 5 years ago
  39. 568acbb ipsec: Fix decap of IPSEC/GRE in transport mode by Neale Ranns · 5 years ago
  40. f62a8c0 ipsec: bind an SA to a worker by Neale Ranns · 6 years ago
  41. 12989b5 ipsec: remove dedicated IPSec tunnels by Neale Ranns · 5 years ago
  42. 3b9374f ipsec: Redo the anit-replay check post decrypt by Neale Ranns · 5 years ago
  43. 6afaae1 ipsec: GCM, Anti-replay and ESN fixess by Neale Ranns · 5 years ago
  44. c87b66c ipsec: ipsec-tun protect by Neale Ranns · 6 years ago
  45. 867dfdd ipsec: fix sa counters in esp-decrypt by Damjan Marion · 6 years ago
  46. 2a2e593 IPsec: modify post-decrypt buf len calculation by Matthew G Smith · 6 years ago
  47. 3fb65be IPSEC: remove unecessary pass by reference of sequence number by Neale Ranns · 6 years ago
  48. 82d81d4 crypto: AES GCM IV length is always 12 by Damjan Marion · 6 years ago
  49. a829b13 ipsec: drop runts in esp-decrypt by Damjan Marion · 6 years ago
  50. d1bed68 crypto: improve key handling by Damjan Marion · 6 years ago
  51. 80f6fd5 IPSEC: Pass the algorithm salt (used in GCM) over the API by Neale Ranns · 6 years ago
  52. 47feb11 IPSEC: support GCM in ESP by Neale Ranns · 6 years ago
  53. 0a0c7ee IPSEC: crypto overflow by Neale Ranns · 6 years ago
  54. 49e7ef6 IPSEC: ESP with ESN tests and fixes by Neale Ranns · 6 years ago
  55. 21ada3b IPSEC-MB: Use random & non-repeating IV (VPP-1642) by Neale Ranns · 6 years ago
  56. 92e9384 crypto: Intel IPSEC-MB engine by Neale Ranns · 6 years ago
  57. 060bfb9 crypto: add support for AEAD and AES-GCM by Damjan Marion · 6 years ago
  58. 7c22ff7 ipsec: trunc_size -> icv_size by Damjan Marion · 6 years ago
  59. e524d45 IPSEC-GRE: fixes and API update to common types. by Neale Ranns · 6 years ago
  60. b4fff3a ipsec: esp-decrypt rework by Damjan Marion · 6 years ago
  61. a03d182 crypto: add vnet_crypto_op_init (...) by Damjan Marion · 6 years ago
  62. 1f4e1cb ipsec: anti-replay code cleanup by Damjan Marion · 6 years ago
  63. d709cbc ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline by Damjan Marion · 6 years ago
  64. b966e8b ipsec: keep crypto data inside SA by Damjan Marion · 6 years ago
  65. 91f17dc crypto: introduce crypto infra by Damjan Marion · 6 years ago
  66. c98275f ipsec: esp-encrypt and esp-decrypt cleanup by Damjan Marion · 6 years ago
  67. 561d1ca ipsec: cleanup, remove unnecessary code, by Kingwel Xie · 6 years ago
  68. 918c161 IPSEC: header exports by Neale Ranns · 6 years ago
  69. eba31ec IPSEC: move SA counters into the stats segment by Neale Ranns · 6 years ago
  70. 8d7c502 IPSEC: no second lookup after tunnel encap by Neale Ranns · 6 years ago
  71. 9f6957d Fix VPP-1515 IPSec receive packet error in transport mode with udp encap by jackiechen1985 · 6 years ago
  72. 2e02ba0 ipsec: simplify bumping counters - cosmetic change by Klement Sekera · 6 years ago
  73. bb46324 IPSEC-AH: fix packet drop by Neale Ranns · 6 years ago
  74. b8f3544 migrate ipsec to new multiarch infra by Klement Sekera · 6 years ago
  75. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  76. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  77. 65a2727 Change the way IP header pointer is calculated in esp_decrypt nodes by Szymon Sliwa · 7 years ago
  78. 8640dbd Fix the ip header offset counting in vnet/ipsec by Szymon Sliwa · 7 years ago
  79. 72454dd DES-CBC/3DES-CBC support for VPP IPSec Core by “mukeshyadav1984” · 7 years ago
  80. 430ac93 IPSec AH protocol enhancement in VPP native core by “mukeshyadav1984” · 7 years ago
  81. f616d10 Allow Openssl 1.1.0 by Marco Varlese · 7 years ago
  82. 02e14b5 Set RX sw_if_index on decrypted routed IPsec buffers by Matthew Smith · 7 years ago
  83. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  84. cb33dc2 Implemented IKEv2 initiator features: by Radu Nicolau · 8 years ago
  85. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/ipsec/esp_decrypt.c]
  86. a10f62b dpdk: add ipsec cryptodev support by Sergio Gonzalez Monroy · 8 years ago
  87. 9c6ae5f feature: remove old interface output feature code by Damjan Marion · 8 years ago
  88. 73c0110 IPsec speculative enqueue in exception path, fixes VPP-384 by Sergio Gonzalez Monroy · 8 years ago
  89. 694265d VPP-202: L2-GRE over IPSec by Matus Fabian · 8 years ago v16.12-rc0
  90. 3f54b18 Fix coverity issues in IPSec code, fixes VPP-189 by Damjan Marion · 8 years ago
  91. 166a9d4 VPP-256 - Coding style cleanup vnet/vnet/ipsec by Keith Burns (alagalah) · 8 years ago
  92. efc3330 VPP-183: IPSec transport mode by Matus Fabian · 8 years ago
  93. 141977f VPP-177: IPsec empty buffers allocation fix by Matus Fabian · 8 years ago
  94. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  95. 29d8510 VPP-42: VPP crashes in IPsec code when running multithreaded by Matthew Smith · 9 years ago
  96. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0