Age | Commit message (Expand) | Author | Files | Lines |
2023-02-06 | ipsec: fix SA names consistency in tests |  Arthur de Kerhor | 1 | -80/+80 |
2022-12-16 | ipsec: new api for sa ips and ports updates |  Arthur de Kerhor | 1 | -5/+40 |
2022-09-27 | tests: enable ipsec-esp 'make test' testcases on ubuntu-22.04 |  Dave Wallace | 1 | -2/+1 |
2022-09-19 | tests: skip tests failing on ubuntu 22.04 |  Dave Wallace | 1 | -1/+2 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect |  Matthew Smith | 1 | -0/+126 |
2022-08-11 | ipsec: Use .api declared error counters |  Neale Ranns | 1 | -4/+2 |
2022-05-10 | tests: replace pycodestyle with black |  Klement Sekera | 1 | -1055/+1389 |
2022-05-05 | policer: output interface policer |  Stanislav Zaikin | 1 | -9/+9 |
2022-01-17 | ipsec: IPSec interface correct drop w/ no protection |  Neale Ranns | 1 | -3/+11 |
2022-01-05 | ipsec: allow registering random ports in tests |  Arthur de Kerhor | 1 | -5/+30 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc |  Neale Ranns | 1 | -3/+29 |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly |  Ole Troan | 1 | -96/+48 |
2021-03-15 | tests: use socket transport instead of shared memory |  Ole Troan | 1 | -2/+2 |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler |  Neale Ranns | 1 | -28/+28 |
2021-02-25 | ipsec: enable input features on tunnels |  Brian Russell | 1 | -0/+236 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration |  Andrew Yourtchenko | 1 | -0/+10 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -6/+28 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 1 | -28/+6 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -6/+28 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface |  Neale Ranns | 1 | -1/+156 |
2021-01-07 | ipsec: Deprecated the old IPsec Tunnel interface |  Neale Ranns | 1 | -350/+257 |
2020-11-25 | ipsec: A P2MP ipsec interface is NBMA |  Neale Ranns | 1 | -0/+2 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 1 | -12/+18 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces |  Neale Ranns | 1 | -1/+124 |
2020-10-16 | ipsec: fix instance, and cli del for new ipsec interface |  Eric Kinzie | 1 | -2/+20 |
2020-10-08 | ipsec: Allow SAs with NULL auth &crypto on IPSec interface |  Neale Ranns | 1 | -4/+25 |
2020-07-21 | ipsec: Dedicated IPSec interface type |  Neale Ranns | 1 | -4/+302 |
2020-05-13 | feature: Config end nodes are user specific |  Neale Ranns | 1 | -0/+12 |
2020-05-05 | ipsec: User can choose the UDP source port |  Neale Ranns | 1 | -3/+133 |
2020-05-04 | fib: midchain adjacency optimisations |  Neale Ranns | 1 | -2/+3 |
2020-03-31 | ipsec: fix udp-encap in transport mode |  Alexander Chernavin | 1 | -2/+51 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 1 | -16/+281 |
2020-02-05 | ipsec: set l2_len for GRE-TEB tunnel decap |  John Lo | 1 | -1/+122 |
2020-01-04 | ipsec: AH copy destination and source address from template |  Neale Ranns | 1 | -8/+12 |
2020-01-04 | ipsec: Targeted unit testing |  Neale Ranns | 1 | -5/+315 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off |  Neale Ranns | 1 | -2/+18 |
2019-12-18 | ipsec: Fix decap of IPSEC/GRE in transport mode |  Neale Ranns | 1 | -1/+125 |
2019-12-14 | tests: changes for scapy 2.4.3 migration |  snaramre | 1 | -5/+6 |
2019-12-02 | tests: GRE over IPSec unit tests |  Neale Ranns | 1 | -0/+97 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels |  Neale Ranns | 1 | -56/+90 |
2019-11-08 | tests: python3 use byte strings in raw() |  Ole Troan | 1 | -8/+8 |
2019-10-18 | ipsec: make tests support python3 |  Ole Troan | 1 | -13/+13 |
2019-09-27 | ipsec: support 4o6 and 6o4 for tunnel protect |  Neale Ranns | 1 | -2/+40 |
2019-08-27 | ipsec: Fix NULL encryption algorithm |  Neale Ranns | 1 | -0/+8 |
2019-07-16 | ipsec: handle UDP keepalives |  Neale Ranns | 1 | -8/+113 |
2019-07-10 | tests: Re-enable ipsec tests on ARM |  juraj.linkes | 1 | -3/+1 |
2019-06-18 | ipsec: fix ipv6 tunnel protect tests |  Florin Coras | 1 | -2/+1 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -30/+629 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -21/+23 |
2019-05-29 | make test: fix packet counter assert |  Klement Sekera | 1 | -5/+13 |