Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-06-05 | ipsec: ah_decrypt rework |  Filip Tehlar | 1 | -167/+283 |
2019-06-07 | ipsec: remove the set_key API |  Neale Ranns | 7 | -371/+0 |
2019-06-05 | ipsec: fix combined counters in ah-encrypt node |  Filip Tehlar | 1 | -3/+5 |
2019-06-05 | ipsec: fix sa counters in esp-encrypt |  Damjan Marion | 1 | -4/+7 |
2019-06-05 | ipsec: fix sa counters in esp-decrypt |  Damjan Marion | 1 | -6/+7 |
2019-06-05 | IPSEC: some CLI fixes |  Neale Ranns | 2 | -6/+11 |
2019-06-04 | Fix: bug prevented IPsec ipv4 SPDs to show correctly |  Guillaume Solignac | 1 | -4/+9 |
2019-06-02 | IPSec: memcpy of integ key bork |  Neale Ranns | 1 | -1/+1 |
2019-05-30 | IPsec: modify post-decrypt buf len calculation |  Matthew G Smith | 1 | -2/+2 |
2019-05-29 | ipsec: fix perf issue in esp_aad_fill |  Damjan Marion | 1 | -4/+7 |
2019-05-28 | ipsec: ah_encrypt rework |  Filip Tehlar | 1 | -194/+280 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason |  Neale Ranns | 1 | -5/+5 |
2019-05-20 | IPSEC: rename default backend |  Neale Ranns | 1 | -2/+2 |
2019-05-15 | IPSEC: remove CLI check for unsupported IPv6-AH - it is supported |  Neale Ranns | 1 | -22/+0 |
2019-05-14 | IPSEC coverity fixes |  Neale Ranns | 2 | -2/+4 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number |  Neale Ranns | 3 | -4/+4 |
2019-05-06 | Add missing init fn dependency to ipsec_init |  Dave Barach | 1 | -0/+5 |
2019-05-01 | esp_encrypt: remove unnecessary code |  Zhiyong Yang | 1 | -1/+1 |
2019-05-01 | ipsec: fix ipsec format overflow |  Benoît Ganne | 1 | -4/+3 |
2019-04-30 | crypto: enforce per-alg crypto key length |  Benoît Ganne | 1 | -0/+5 |
2019-04-26 | crypto, ipsec: change GCM IV handling |  Damjan Marion | 2 | -3/+21 |
2019-04-25 | crypto: AES GCM IV length is always 12 |  Damjan Marion | 1 | -1/+0 |
2019-04-25 | crypto_ipsecmb: use pre-expanded keys |  Damjan Marion | 1 | -1/+1 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption |  Neale Ranns | 7 | -56/+92 |