Age | Commit message (Expand) | Author | Files | Lines |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -1/+1 |
2020-01-07 | ipsec: Add FEATURE/yaml | Neale Ranns | 1 | -0/+11 |
2020-01-04 | ipsec: AH copy destination and source address from template | Neale Ranns | 1 | -1/+1 |
2020-01-04 | ipsec: Targeted unit testing | Neale Ranns | 6 | -97/+114 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off | Neale Ranns | 3 | -6/+6 |
2019-12-18 | ipsec: Fix decap of IPSEC/GRE in transport mode | Neale Ranns | 1 | -6/+44 |
2019-12-17 | ipsec: bind an SA to a worker | Neale Ranns | 10 | -43/+642 |
2019-12-10 | ipsec: Init salt value in SA creation CLI (so it's not random) | Neale Ranns | 1 | -0/+1 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-09 | ipsec: make sure pad_bytes does not exceed pad data size | Benoît Ganne | 1 | -1/+5 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap | Neale Ranns | 2 | -3/+4 |
2019-12-03 | ipsec: Changes to make ipsec encoder/decoders reusable by the plugins | Prashant Maheshwari | 6 | -255/+365 |
2019-11-22 | ipsec: fix trailing data overflow | Filip Tehlar | 1 | -23/+21 |
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 | 2 | -8/+12 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels | Neale Ranns | 15 | -1654/+494 |
2019-11-05 | ipsec: ipsec-input: check for too-short packets | Benoît Ganne | 1 | -12/+25 |
2019-10-31 | ipsec: fix esp trace seq number overflow | Benoît Ganne | 2 | -4/+12 |
2019-10-22 | ikev2: fix GCM cipher | Filip Tehlar | 1 | -9/+17 |
2019-10-18 | ipsec: fix tunnel protection removal | Filip Tehlar | 1 | -1/+1 |
2019-09-30 | ipsec: fix use-after-free | Benoît Ganne | 1 | -3/+7 |
2019-09-30 | ipsec: add insecure option for format of SA | Christian E. Hopps | 3 | -3/+9 |
2019-09-27 | ipsec: support 4o6 and 6o4 for tunnel protect | Neale Ranns | 2 | -25/+31 |
2019-09-25 | ip: respect buffer boundary when searching for ipv6 headers | Klement Sekera | 1 | -1/+2 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static | Damjan Marion | 1 | -4/+4 |
2019-08-27 | ipsec: Add 'detail' option to 'sh ipsec sa' | Neale Ranns | 1 | -4/+8 |
2019-08-27 | ipsec: Fix NULL encryption algorithm | Neale Ranns | 2 | -1/+9 |
2019-08-16 | ipsec: fix missed IPSEC_INTEG_ALG_MD5_96 | Dmitry Vakhrushev | 1 | -0/+5 |
2019-08-01 | ipsec: Redo the anit-replay check post decrypt | Neale Ranns | 2 | -0/+36 |
2019-07-31 | ipsec: Typo in flag name | Neale Ranns | 1 | -1/+1 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess | Neale Ranns | 4 | -42/+129 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 1 | -10/+6 |
2019-07-19 | ipsec: register for port 4500 at INIT | Neale Ranns | 1 | -13/+5 |
2019-07-16 | ipsec: handle UDP keepalives | Neale Ranns | 8 | -38/+227 |
2019-07-16 | ipsec: coverity found c-n-p error | Neale Ranns | 1 | -1/+1 |
2019-07-15 | ipsec: rewind missing from dual loop | Neale Ranns | 1 | -4/+9 |
2019-07-12 | ipsec: drop outbound ESP when no crypto alg set | Matthew Smith | 4 | -5/+162 |
2019-07-12 | ipsec: Reference count the SAs | Neale Ranns | 9 | -166/+155 |
2019-07-12 | ip ipsec: Remove IPSec SPI-0 punt reason | Neale Ranns | 3 | -24/+9 |
2019-07-11 | ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify" | Neale Ranns | 5 | -27/+26 |
2019-07-11 | ipsec: Revert "IPSEC: remove double byte swap of IP addresses" | Neale Ranns | 1 | -10/+18 |
2019-06-25 | ipsec: print spi in hexadecimal | Guillaume Solignac | 6 | -15/+16 |
2019-06-25 | ipsec: return error if the engine backend has no handler for the | Neale Ranns | 1 | -1/+23 |
2019-06-19 | ipsec: fix l2 header handling in ah encrypt | Klement Sekera | 1 | -6/+6 |
2019-06-18 | ipsec: ipsec-tun protect | Neale Ranns | 16 | -131/+1481 |
2019-06-17 | ipsec: One DPO per SA | Neale Ranns | 5 | -24/+16 |
2019-06-17 | ipsec: return original SA create error for tunnel create | Neale Ranns | 1 | -2/+2 |
2019-06-14 | ipsec: Display user specified SPI ID not VPP's index | Neale Ranns | 1 | -1/+3 |
2019-06-14 | ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped... | Neale Ranns | 1 | -3/+5 |
2019-06-13 | ipsec: remove spurious warnings | Neale Ranns | 3 | -7/+0 |