Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-21 | IPSEC: Mutli-tunnel tests |  Neale Ranns | 1 | -40/+72 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface |  Kingwel Xie | 1 | -8/+9 |
2019-02-28 | TEST: IPSEC NAT-T with UDP header |  Neale Ranns | 1 | -17/+33 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 1 | -0/+36 |
2019-02-05 | IPSEC: SPD counters in the stats sgement |  Neale Ranns | 1 | -0/+5 |
2019-01-31 | IPSEC: API modernisation |  Neale Ranns | 1 | -32/+45 |
2019-01-24 | IPSEC Tests: to per-test setup and tearDown |  Neale Ranns | 1 | -24/+30 |
2018-12-13 | VPP-1522: harden reassembly code |  Klement Sekera | 1 | -7/+5 |
2018-12-02 | IPSEC-AH: anti-replay testing |  Neale Ranns | 1 | -24/+95 |
2018-11-29 | make test: verify packet counters in ipsec tests |  Klement Sekera | 1 | -0/+16 |