Age | Commit message (Expand) | Author | Files | Lines |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface | Neale Ranns | 1 | -13/+14 |
2020-10-21 | ipsec: Add to the SA info directly in the bihash | Neale Ranns | 1 | -4/+4 |
2020-10-05 | ipsec: Use bihash for tunnel lookup | Neale Ranns | 1 | -2/+7 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption | Christian Hopps | 1 | -1/+1 |
2020-05-05 | ipsec: User can choose the UDP source port | Neale Ranns | 1 | -2/+12 |
2020-05-04 | fib: midchain adjacency optimisations | Neale Ranns | 1 | -17/+11 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 1 | -1/+8 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 1 | -0/+4 |
2020-01-22 | ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823) | Neale Ranns | 1 | -0/+10 |
2020-01-04 | ipsec: Targeted unit testing | Neale Ranns | 1 | -4/+8 |
2019-12-17 | ipsec: bind an SA to a worker | Neale Ranns | 1 | -4/+23 |
2019-12-03 | ipsec: Changes to make ipsec encoder/decoders reusable by the plugins | Prashant Maheshwari | 1 | -0/+1 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels | Neale Ranns | 1 | -4/+0 |
2019-09-30 | ipsec: add insecure option for format of SA | Christian E. Hopps | 1 | -0/+1 |
2019-07-12 | ipsec: drop outbound ESP when no crypto alg set | Matthew Smith | 1 | -0/+7 |
2019-06-18 | ipsec: ipsec-tun protect | Neale Ranns | 1 | -0/+2 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption | Neale Ranns | 1 | -0/+10 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 1 | -0/+2 |
2019-04-16 | IPSEC: support GCM in ESP | Neale Ranns | 1 | -0/+1 |
2019-04-07 | crypto: add support for AEAD and AES-GCM | Damjan Marion | 1 | -3/+3 |
2019-04-04 | ipsec: trunc_size -> icv_size | Damjan Marion | 1 | -1/+1 |
2019-04-03 | IPSEC: show CLI improvements | Neale Ranns | 1 | -0/+6 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 1 | -0/+8 |
2019-03-26 | ipsec: esp-encrypt rework | Damjan Marion | 1 | -0/+9 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface | Kingwel Xie | 1 | -2/+4 |
2019-03-19 | crypto: introduce crypto infra | Damjan Marion | 1 | -42/+12 |
2019-03-06 | ipsec: esp-encrypt and esp-decrypt cleanup | Damjan Marion | 1 | -23/+0 |
2019-03-06 | IPSEC: tunnel encap/decap dual loop speedups | Neale Ranns | 1 | -1/+0 |
2019-03-01 | IPSEC: tunnel-input; don't load the HW interface struct | Neale Ranns | 1 | -0/+1 |
2019-02-22 | IPSEC: header exports | Neale Ranns | 1 | -1/+0 |
2019-02-07 | IPSEC: remove unused members of main struct | Neale Ranns | 1 | -4/+0 |
2019-02-05 | IPSEC: SPD counters in the stats sgement | Neale Ranns | 1 | -3/+3 |
2019-02-01 | IPSEC: minor refactor | Neale Ranns | 1 | -266/+5 |
2019-01-31 | IPSEC: API modernisation | Neale Ranns | 1 | -2/+4 |
2018-12-11 | Add IPSec interface FIB index for TX packet | Pierre Pfister | 1 | -0/+2 |
2018-11-29 | ipsec: move ipsec defs to ipsec.h | Klement Sekera | 1 | -0/+54 |
2018-11-15 | ipsec: infra for selecting backends | Klement Sekera | 1 | -41/+104 |
2018-10-22 | ipsec: split ipsec nodes into ip4/ip6 nodes | Klement Sekera | 1 | -22/+36 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -2/+2 |
2018-08-03 | ipsec: add udp-encap option to debug cli commands | Radu Nicolau | 1 | -2/+2 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -2/+1 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2018-06-24 | Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"" | Klement Sekera | 1 | -2/+0 |
2018-06-22 | Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums" | Ole Troan | 1 | -0/+2 |
2018-06-21 | ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums | Klement Sekera | 1 | -2/+0 |
2018-06-20 | ipsec: VPP-1308 fix sorting of SPD entries | Klement Sekera | 1 | -0/+3 |
2018-05-09 | ipsec: support UDP encap/decap for NAT traversal | Klement Sekera | 1 | -1/+3 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+2 |
2018-04-19 | Allow an IPsec tunnel interface to be renumbered | Matthew Smith | 1 | -0/+4 |
2017-11-29 | DES-CBC/3DES-CBC support for VPP IPSec Core | “mukeshyadav1984” | 1 | -1/+3 |