1. 6c8533d dpdk: deprecate ipsec backend by Fan Zhang · 3 years, 10 months ago[Renamed (99%) from src/plugins/dpdk/ipsec/esp_encrypt.c]
  2. c5fe57d ipsec: move the IPSec SA pool out of ipsec_main by Neale Ranns · 3 years, 10 months ago
  3. 9ec846c ipsec: Use the new tunnel API types to add flow label and TTL copy support by Neale Ranns · 3 years, 10 months ago
  4. 751bb13 Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" by Matthew Smith · 3 years, 10 months ago
  5. c7eaa71 ipsec: Use the new tunnel API types to add flow label and TTL copy support by Neale Ranns · 3 years, 11 months ago
  6. f0419a0 dpdk: bump to dpdk 20.11 by Fan Zhang · 4 years, 1 month ago
  7. b040f98 misc: minimize dependencies on udp.h by Florin Coras · 4 years, 2 months ago
  8. f6cb044 dpdk-ipsec: don't leak buffers on crypto alloc failure by Christian Hopps · 4 years, 5 months ago
  9. 942b980 dpdk-ipsec: fix show output by Christian Hopps · 4 years, 5 months ago
  10. afc233a dpdk: del warnings that duplicate counters in esp by Alexander Chernavin · 4 years, 7 months ago
  11. 4ec36c5 fib: midchain adjacency optimisations by Neale Ranns · 4 years, 9 months ago
  12. 82fc98f dpdk: fix udp-encap for esp in transport mode by Alexander Chernavin · 4 years, 9 months ago
  13. c27b436 dpdk-ipsec: Fix for multipoint IPSEC by Neale Ranns · 4 years, 9 months ago
  14. 7ec120e ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823) by Neale Ranns · 5 years ago
  15. d58419f dpdk: ipsec gcm fixes by Christian Hopps · 5 years ago
  16. 5a24263 ipsec: allow null cipher with dpdk esp by Christian E. Hopps · 5 years ago
  17. c458f5c dpdk: fix ipsec coverity warning by Matthew Smith · 5 years ago
  18. 5025d40 dpdk: ipsec tunnel support for ip6-in-ip4 by Matthew G Smith · 5 years ago
  19. 8f818cc ipsec: print spi in hexadecimal by Guillaume Solignac · 6 years ago
  20. d8a34a5 dpdk-ipsec: fix encrypt/decrypt single queue by Sergio Gonzalez Monroy · 6 years ago
  21. 5e8e8dc IPsec: increment tunnel intf tx counters by Matthew Smith · 6 years ago
  22. e8915fc IPSEC; dpdk backend for tunnel interface encryption by Neale Ranns · 6 years ago
  23. 2c1904f dpdk_esp_encrypt: add to prefetch data by Zhiyong Yang · 6 years ago
  24. 1e3aa5e ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN by Damjan Marion · 6 years ago
  25. d709cbc ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline by Damjan Marion · 6 years ago
  26. eba31ec IPSEC: move SA counters into the stats segment by Neale Ranns · 6 years ago
  27. 3b3464e dpdk-ipsec: store buffer index into crypto-op private by Kingwel Xie · 6 years ago
  28. 35467f1 dpdk-ipsec: use single queue pair per crypto resource by Sergio Gonzalez Monroy · 6 years ago
  29. a5c308e dpdk: add buffer.h by Damjan Marion · 6 years ago
  30. 0a9dd3c remove useless line in dpdk cryptodev by Simon Zhang · 6 years ago
  31. 040950a dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN style by Kingwel Xie · 6 years ago
  32. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  33. a47ea2b dpdk: .function should be removed for mutiarch nodes by Damjan Marion · 6 years ago
  34. b8f3544 migrate ipsec to new multiarch infra by Klement Sekera · 6 years ago
  35. 7334393 ipsec fix missing node renames by Klement Sekera · 6 years ago
  36. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  37. 0c58ad4 dpdk/ipsec: add support for UDP encap/decap by Radu Nicolau · 7 years ago
  38. 61fe15e VPP-1122 dpdk/ipsec: fix transport mode pkt len by Radu Nicolau · 7 years ago
  39. 99214ce dpdk/ipsec: multiple fixes by Sergio Gonzalez Monroy · 7 years ago
  40. 45b4850 dpdk: add support for DPDK 17.11 by Damjan Marion · 7 years ago
  41. aa3a25c dpdk/ipsec: fix digest physical address by Sergio Gonzalez Monroy · 7 years ago
  42. e3ea797 change format_get_indent() to use u32 instead of uword by Gabriel Ganne · 7 years ago
  43. 2096063 dpdk/ipsec: coverity fixes by Sergio Gonzalez Monroy · 7 years ago
  44. db93cd9 dpdk/ipsec: rework plus improved cli commands by Sergio Gonzalez Monroy · 7 years ago
  45. acdc306 dpdk: required changes for 17.08 by Sergio Gonzalez Monroy · 7 years ago
  46. fd1dee5 dpdk: fix ipsec coverity warning by Sergio Gonzalez Monroy · 8 years ago
  47. 539ed4f dpdk: ipsec fixes by Sergio Gonzalez Monroy · 8 years ago
  48. 07950f8 dpdk: fix ipsec coverity warnings by Sergio Gonzalez Monroy · 8 years ago
  49. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  50. c3a814b dpdk: be a plugin by Damjan Marion · 8 years ago[Renamed (98%) from src/vnet/devices/dpdk/ipsec/esp_encrypt.c]
  51. cb33dc2 Implemented IKEv2 initiator features: by Radu Nicolau · 8 years ago
  52. d04b60b dpdk: rework cryptodev ipsec build and setup by Sergio Gonzalez Monroy · 8 years ago
  53. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/devices/dpdk/ipsec/esp_encrypt.c]
  54. 1b6f902 ipsec: go straight to lookup after esp encrypt by Sergio Gonzalez Monroy · 8 years ago
  55. 6929ea9 Enabling AES-GCM-128 with 16B ICV support by Radu Nicolau · 8 years ago
  56. a10f62b dpdk: add ipsec cryptodev support by Sergio Gonzalez Monroy · 8 years ago