1. f539578 crypto: introduce async crypto infra by Fan Zhang · 4 years, 8 months ago
  2. beee60d ipsec: fix buffer alloc by Filip Tehlar · 4 years, 9 months ago
  3. e4e8c6b ipsec: fix chained ESP by Filip Tehlar · 4 years, 10 months ago
  4. ae8102e ipsec: Revert "ipsec: fix chained ESP" by Florin Coras · 4 years, 9 months ago
  5. c2c1bfd ipsec: fix chained ESP by Filip Tehlar · 4 years, 10 months ago
  6. 7a6f5a4 ipsec: efficient layout of ESP per thread data by Rajesh Goel · 4 years, 9 months ago
  7. efcad1a ipsec: add support for chained buffers by Filip Tehlar · 4 years, 10 months ago
  8. 90430b6 ipsec: set l2_len for GRE-TEB tunnel decap by John Lo · 4 years, 11 months ago
  9. 0295040 ipsec: Targeted unit testing by Neale Ranns · 5 years ago
  10. 4a56f4e ipsec: Test and fix IPSec worker hand-off by Neale Ranns · 5 years ago
  11. 568acbb ipsec: Fix decap of IPSEC/GRE in transport mode by Neale Ranns · 5 years ago
  12. f62a8c0 ipsec: bind an SA to a worker by Neale Ranns · 6 years ago
  13. 12989b5 ipsec: remove dedicated IPSec tunnels by Neale Ranns · 5 years ago
  14. 3b9374f ipsec: Redo the anit-replay check post decrypt by Neale Ranns · 5 years ago
  15. 6afaae1 ipsec: GCM, Anti-replay and ESN fixess by Neale Ranns · 5 years ago
  16. c87b66c ipsec: ipsec-tun protect by Neale Ranns · 6 years ago
  17. 867dfdd ipsec: fix sa counters in esp-decrypt by Damjan Marion · 6 years ago
  18. 2a2e593 IPsec: modify post-decrypt buf len calculation by Matthew G Smith · 6 years ago
  19. 3fb65be IPSEC: remove unecessary pass by reference of sequence number by Neale Ranns · 6 years ago
  20. 82d81d4 crypto: AES GCM IV length is always 12 by Damjan Marion · 6 years ago
  21. a829b13 ipsec: drop runts in esp-decrypt by Damjan Marion · 6 years ago
  22. d1bed68 crypto: improve key handling by Damjan Marion · 6 years ago
  23. 80f6fd5 IPSEC: Pass the algorithm salt (used in GCM) over the API by Neale Ranns · 6 years ago
  24. 47feb11 IPSEC: support GCM in ESP by Neale Ranns · 6 years ago
  25. 0a0c7ee IPSEC: crypto overflow by Neale Ranns · 6 years ago
  26. 49e7ef6 IPSEC: ESP with ESN tests and fixes by Neale Ranns · 6 years ago
  27. 21ada3b IPSEC-MB: Use random & non-repeating IV (VPP-1642) by Neale Ranns · 6 years ago
  28. 92e9384 crypto: Intel IPSEC-MB engine by Neale Ranns · 6 years ago
  29. 060bfb9 crypto: add support for AEAD and AES-GCM by Damjan Marion · 6 years ago
  30. 7c22ff7 ipsec: trunc_size -> icv_size by Damjan Marion · 6 years ago
  31. e524d45 IPSEC-GRE: fixes and API update to common types. by Neale Ranns · 6 years ago
  32. b4fff3a ipsec: esp-decrypt rework by Damjan Marion · 6 years ago
  33. a03d182 crypto: add vnet_crypto_op_init (...) by Damjan Marion · 6 years ago
  34. 1f4e1cb ipsec: anti-replay code cleanup by Damjan Marion · 6 years ago
  35. d709cbc ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline by Damjan Marion · 6 years ago
  36. b966e8b ipsec: keep crypto data inside SA by Damjan Marion · 6 years ago
  37. 91f17dc crypto: introduce crypto infra by Damjan Marion · 6 years ago
  38. c98275f ipsec: esp-encrypt and esp-decrypt cleanup by Damjan Marion · 6 years ago
  39. 561d1ca ipsec: cleanup, remove unnecessary code, by Kingwel Xie · 6 years ago
  40. 918c161 IPSEC: header exports by Neale Ranns · 6 years ago
  41. eba31ec IPSEC: move SA counters into the stats segment by Neale Ranns · 6 years ago
  42. 8d7c502 IPSEC: no second lookup after tunnel encap by Neale Ranns · 6 years ago
  43. 9f6957d Fix VPP-1515 IPSec receive packet error in transport mode with udp encap by jackiechen1985 · 6 years ago
  44. 2e02ba0 ipsec: simplify bumping counters - cosmetic change by Klement Sekera · 6 years ago
  45. bb46324 IPSEC-AH: fix packet drop by Neale Ranns · 6 years ago
  46. b8f3544 migrate ipsec to new multiarch infra by Klement Sekera · 6 years ago
  47. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  48. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  49. 65a2727 Change the way IP header pointer is calculated in esp_decrypt nodes by Szymon Sliwa · 7 years ago
  50. 8640dbd Fix the ip header offset counting in vnet/ipsec by Szymon Sliwa · 7 years ago
  51. 72454dd DES-CBC/3DES-CBC support for VPP IPSec Core by “mukeshyadav1984” · 7 years ago
  52. 430ac93 IPSec AH protocol enhancement in VPP native core by “mukeshyadav1984” · 7 years ago
  53. f616d10 Allow Openssl 1.1.0 by Marco Varlese · 7 years ago
  54. 02e14b5 Set RX sw_if_index on decrypted routed IPsec buffers by Matthew Smith · 7 years ago
  55. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  56. cb33dc2 Implemented IKEv2 initiator features: by Radu Nicolau · 8 years ago
  57. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/ipsec/esp_decrypt.c]
  58. a10f62b dpdk: add ipsec cryptodev support by Sergio Gonzalez Monroy · 8 years ago
  59. 9c6ae5f feature: remove old interface output feature code by Damjan Marion · 8 years ago
  60. 73c0110 IPsec speculative enqueue in exception path, fixes VPP-384 by Sergio Gonzalez Monroy · 8 years ago
  61. 694265d VPP-202: L2-GRE over IPSec by Matus Fabian · 8 years ago v16.12-rc0
  62. 3f54b18 Fix coverity issues in IPSec code, fixes VPP-189 by Damjan Marion · 8 years ago
  63. 166a9d4 VPP-256 - Coding style cleanup vnet/vnet/ipsec by Keith Burns (alagalah) · 8 years ago
  64. efc3330 VPP-183: IPSec transport mode by Matus Fabian · 8 years ago
  65. 141977f VPP-177: IPsec empty buffers allocation fix by Matus Fabian · 8 years ago
  66. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  67. 29d8510 VPP-42: VPP crashes in IPsec code when running multithreaded by Matthew Smith · 9 years ago
  68. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0