Age | Commit message (Expand) | Author | Files | Lines |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly |  Ole Troan | 1 | -2/+3 |
2021-03-20 | tests: add support for worker awareness |  Klement Sekera | 1 | -2/+2 |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler |  Neale Ranns | 1 | -27/+46 |
2021-02-25 | ipsec: enable input features on tunnels |  Brian Russell | 1 | -0/+6 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -7/+25 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 1 | -25/+7 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -7/+25 |
2021-02-05 | ipsec: add support for AES CTR |  Benoît Ganne | 1 | -1/+1 |
2021-01-07 | ipsec: Deprecated the old IPsec Tunnel interface |  Neale Ranns | 1 | -5/+5 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 1 | -2/+2 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 1 | -2/+10 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption |  Christian Hopps | 1 | -1/+13 |
2020-07-21 | ipsec: Dedicated IPSec interface type |  Neale Ranns | 1 | -0/+2 |
2020-04-06 | misc: fix python sonarcloud BLOCKER level issues |  Paul Vinciguerra | 1 | -1/+1 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 1 | -21/+44 |
2020-02-11 | ipsec: add support for chained buffers |  Filip Tehlar | 1 | -47/+11 |
2020-01-16 | tests: fix typo in test doc string |  Paul Vinciguerra | 1 | -1/+1 |
2020-01-04 | ipsec: AH copy destination and source address from template |  Neale Ranns | 1 | -4/+14 |
2020-01-04 | ipsec: Targeted unit testing |  Neale Ranns | 1 | -3/+161 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off |  Neale Ranns | 1 | -9/+70 |
2019-12-14 | tests: changes for scapy 2.4.3 migration |  snaramre | 1 | -12/+13 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels |  Neale Ranns | 1 | -13/+4 |
2019-10-21 | ipsec: tests support python3 |  Ole Troan | 1 | -4/+4 |
2019-10-18 | ipsec: make tests support python3 |  Ole Troan | 1 | -4/+4 |
2019-08-27 | ipsec: Fix NULL encryption algorithm |  Neale Ranns | 1 | -1/+1 |
2019-08-01 | ipsec: Redo the anit-replay check post decrypt |  Neale Ranns | 1 | -0/+15 |
2019-07-31 | ip: Ensure reassembly runs before IPSec decrypt. |  Neale Ranns | 1 | -1/+71 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -55/+173 |
2019-07-16 | ipsec: handle UDP keepalives |  Neale Ranns | 1 | -0/+19 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -36/+62 |
2019-05-29 | make test: fix packet counter assert |  Klement Sekera | 1 | -7/+9 |
2019-05-22 | stats: support multiple works for error counters |  Ole Troan | 1 | -6/+6 |
2019-05-17 | Tests: Raise exception if API cli_inband command fails. |  Paul Vinciguerra | 1 | -6/+6 |
2019-04-25 | ipsec: drop runts in esp-decrypt |  Damjan Marion | 1 | -2/+22 |
2019-04-19 | IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) |  Neale Ranns | 1 | -0/+4 |
2019-04-19 | IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) |  Neale Ranns | 1 | -0/+4 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API |  Neale Ranns | 1 | -6/+17 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -4/+6 |
2019-04-11 | Tests: Refactor tearDown show command logging, add lifecycle markers. |  Paul Vinciguerra | 1 | -2/+3 |
2019-04-10 | make test: fix redundant setUp() in template_ipsec.py |  Dave Wallace | 1 | -3/+0 |
2019-04-10 | IPSEC: for each engine and algorithm tests |  Neale Ranns | 1 | -33/+64 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. |  Paul Vinciguerra | 1 | -0/+11 |
2019-04-08 | IPSEC TEST: various hash alogrithms |  Neale Ranns | 1 | -2/+2 |
2019-04-02 | IPSEC-GRE; tests |  Neale Ranns | 1 | -24/+31 |
2019-03-29 | IPSEC: tunnel fragmentation |  Neale Ranns | 1 | -15/+25 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |  Damjan Marion | 1 | -2/+2 |
2019-03-28 | IPSEC: 4o6 and 6o4 for tunnel interfaces |  Neale Ranns | 1 | -45/+111 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -2/+2 |
2019-03-25 | IPSEC tests fnd fix or Extended Sequence Numbers |  Neale Ranns | 1 | -24/+79 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap |  Neale Ranns | 1 | -0/+16 |