Age | Commit message (Expand) | Author | Files | Lines |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 1 | -3/+9 |
2020-01-27 | ipip: Multi-point interface |  Neale Ranns | 1 | -1/+1 |
2020-01-27 | tunnel: Common types for IP tunnels |  Neale Ranns | 1 | -1/+2 |
2019-12-10 | ipsec: Init salt value in SA creation CLI (so it's not random) |  Neale Ranns | 1 | -0/+1 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap |  Neale Ranns | 1 | -2/+2 |
2019-11-18 | ipsec: Coverity warnings |  Neale Ranns | 1 | -5/+2 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels |  Neale Ranns | 1 | -65/+90 |
2019-09-30 | ipsec: add insecure option for format of SA |  Christian E. Hopps | 1 | -1/+2 |
2019-08-27 | ipsec: Add 'detail' option to 'sh ipsec sa' |  Neale Ranns | 1 | -4/+8 |
2019-07-16 | ipsec: handle UDP keepalives |  Neale Ranns | 1 | -0/+52 |
2019-07-12 | ipsec: Reference count the SAs |  Neale Ranns | 1 | -5/+5 |
2019-07-11 | ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify" |  Neale Ranns | 1 | -4/+0 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -1/+124 |
2019-06-14 | ipsec: Display user specified SPI ID not VPP's index |  Neale Ranns | 1 | -1/+3 |
2019-06-07 | ipsec: remove the set_key API |  Neale Ranns | 1 | -131/+0 |
2019-06-05 | IPSEC: some CLI fixes |  Neale Ranns | 1 | -4/+3 |
2019-05-15 | IPSEC: remove CLI check for unsupported IPv6-AH - it is supported |  Neale Ranns | 1 | -22/+0 |
2019-05-14 | IPSEC coverity fixes |  Neale Ranns | 1 | -1/+3 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption |  Neale Ranns | 1 | -8/+7 |
2019-04-23 | Fix a ipsec command line typo |  Simon Zhang | 1 | -1/+1 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API |  Neale Ranns | 1 | -2/+5 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -1/+3 |
2019-04-03 | IPSEC: show CLI improvements |  Neale Ranns | 1 | -31/+146 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface |  Kingwel Xie | 1 | -3/+2 |
2019-03-19 | IPSEC: remove byte swap operations in DP during SPD classify |  Neale Ranns | 1 | -0/+4 |
2019-03-19 | IPSEC: tidy the policy types |  Neale Ranns | 1 | -2/+17 |
2019-03-07 | ipsec: cli bug fixes |  Kingwel Xie | 1 | -4/+8 |
2019-03-04 | IPSEC: script to bounce IPSEC traffic through a pipe to test encrypt and decrpyt |  Neale Ranns | 1 | -0/+33 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 1 | -0/+1 |
2019-02-12 | ipsec: cli bug fix |  Kingwel Xie | 1 | -6/+23 |
2019-02-07 | IPSEC: no second lookup after tunnel encap |  Neale Ranns | 1 | -173/+71 |
2019-02-05 | IPSEC: SPD counters in the stats sgement |  Neale Ranns | 1 | -196/+15 |
2019-02-04 | ipsec: cli 'create ipsec tunnel' more options |  Kingwel Xie | 1 | -3/+7 |
2019-01-25 | IPSEC: tests use opbject registry |  Neale Ranns | 1 | -1/+11 |
2018-12-11 | Add IPSec interface FIB index for TX packet |  Pierre Pfister | 1 | -3/+13 |
2018-12-02 | IPSEC-AH: anti-replay testing |  Neale Ranns | 1 | -2/+4 |
2018-11-26 | Fix IPSec CLI key parsing |  Pierre Pfister | 1 | -2/+2 |
2018-11-15 | ipsec: infra for selecting backends |  Klement Sekera | 1 | -3/+139 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -4/+4 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 1 | -3/+3 |
2018-08-03 | ipsec: add udp-encap option to debug cli commands |  Radu Nicolau | 1 | -4/+10 |
2018-06-29 | ipsec: fix VPP-1333 - crash in ipsec policy cli |  Klement Sekera | 1 | -0/+6 |
2018-05-11 | VPP-1275 Fix memory leaks in IPsec CLI |  Klement Sekera | 1 | -54/+83 |
2018-05-09 | ipsec: support UDP encap/decap for NAT traversal |  Klement Sekera | 1 | -3/+4 |
2018-05-04 | ipsec: allow null/null for crypto/integ algorithms pair |  Radu Nicolau | 1 | -2/+2 |
2018-04-19 | Allow an IPsec tunnel interface to be renumbered |  Matthew Smith | 1 | -1/+3 |
2017-11-28 | IPSec AH protocol enhancement in VPP native core |  “mukeshyadav1984” | 1 | -3/+16 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter |  Billy McFall | 1 | -55/+122 |
2017-01-27 | dpdk: rework cryptodev ipsec build and setup |  Sergio Gonzalez Monroy | 1 | -21/+10 |
2016-12-28 | Reorganize source tree to use single autotools instance |  Damjan Marion | 1 | -0/+807 |