Age | Commit message (Expand) | Author | Files | Lines |
2020-09-02 | ipsec: add ipsec set async mode api |  Yulong Pei | 1 | -1/+14 |
2020-07-21 | ipsec: Dedicated IPSec interface type |  Neale Ranns | 1 | -0/+42 |
2020-05-27 | ipsec: Add/Del IPSec SA is not MP safe |  Neale Ranns | 1 | -7/+0 |
2020-05-05 | ipsec: User can choose the UDP source port |  Neale Ranns | 1 | -3/+9 |
2020-04-02 | ipsec: provide stat index in sa details |  Matthew Smith | 1 | -0/+2 |
2020-03-31 | ipsec: use id in ipsec_tunnel_protect_details |  Matthew Smith | 1 | -4/+6 |
2020-03-21 | ikev2: add support for custom ipsec-over-udp port |  Filip Tehlar | 1 | -3/+5 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 1 | -14/+15 |
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 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap |  Neale Ranns | 1 | -1/+2 |
2019-12-03 | ipsec: Changes to make ipsec encoder/decoders reusable by the plugins |  Prashant Maheshwari | 1 | -147/+1 |
2019-11-20 | ipsec: Honour the renumber argument when selecting show instnace |  Neale Ranns | 1 | -1/+1 |
2019-11-18 | ipsec: Coverity warnings |  Neale Ranns | 1 | -3/+10 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels |  Neale Ranns | 1 | -84/+204 |
2019-07-12 | ipsec: Reference count the SAs |  Neale Ranns | 1 | -5/+6 |
2019-07-11 | ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify" |  Neale Ranns | 1 | -9/+8 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -1/+138 |
2019-06-07 | ipsec: remove the set_key API |  Neale Ranns | 1 | -81/+0 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption |  Neale Ranns | 1 | -13/+3 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API |  Neale Ranns | 1 | -2/+2 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -1/+1 |
2019-03-29 | IPSEC-GRE: fixes and API update to common types. |  Neale Ranns | 1 | -5/+12 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |  Damjan Marion | 1 | -3/+3 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline |  Damjan Marion | 1 | -8/+8 |
2019-03-26 | IPSEC: more expressive API errors |  Neale Ranns | 1 | -5/+5 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface |  Kingwel Xie | 1 | -2/+4 |
2019-03-19 | IPSEC: remove byte swap operations in DP during SPD classify |  Neale Ranns | 1 | -8/+9 |
2019-03-19 | IPSEC: tidy the policy types |  Neale Ranns | 1 | -3/+8 |
2019-03-13 | VPP-1576: fix a set of coverity warnings |  Dave Barach | 1 | -1/+1 |
2019-02-25 | IKEv2 to plugin |  Neale Ranns | 1 | -337/+19 |
2019-02-20 | IPSEC: API coverity error of unitialised stat_index value |  Neale Ranns | 1 | -0/+2 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 1 | -4/+8 |
2019-02-07 | IPSEC: no second lookup after tunnel encap |  Neale Ranns | 1 | -86/+138 |
2019-02-05 | IPSEC: SPD counters in the stats sgement |  Neale Ranns | 1 | -18/+24 |
2019-01-31 | IPSEC: API modernisation |  Neale Ranns | 1 | -107/+206 |
2019-01-20 | fix data_length in IpSec API call (VPP-1548) |  Michal Cmarada | 1 | -4/+6 |
2018-12-11 | Add IPSec interface FIB index for TX packet |  Pierre Pfister | 1 | -0/+5 |
2018-12-03 | Add UDP encap flag |  Filip Tehlar | 1 | -0/+1 |
2018-11-15 | ipsec: infra for selecting backends |  Klement Sekera | 1 | -31/+118 |
2018-11-05 | VPP-1450: binary api call for dumping SPD to interface registration |  Filip Varga | 1 | -0/+55 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -6/+6 |
2018-10-02 | IPsec: add API for SPDs dump (VPP-1363) |  Matus Fabian | 1 | -0/+39 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 1 | -1/+1 |
2018-08-03 | ipsec: add udp-encap option to debug cli commands |  Radu Nicolau | 1 | -1/+2 |
2018-07-13 | VPP-1338: fix ipsec api coverity warnings |  Dave Barach | 1 | -4/+3 |
2018-05-09 | ipsec: support UDP encap/decap for NAT traversal |  Klement Sekera | 1 | -1/+2 |
2018-05-04 | ipsec: allow null/null for crypto/integ algorithms pair |  Radu Nicolau | 1 | -1/+1 |
2018-04-19 | Allow an IPsec tunnel interface to be renumbered |  Matthew Smith | 1 | -0/+2 |