Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-25 | ipsec: drop runts in esp-decrypt | Damjan Marion | 1 | -0/+8 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 8 | -11/+58 |
2019-04-24 | Rearrange prefetching in ipsec_output_inline | Vratko Polak | 1 | -6/+6 |
2019-04-23 | Fix a ipsec command line typo | Simon Zhang | 1 | -1/+1 |
2019-04-23 | ipsec4-output: add pkt header and data prefetching | Zhiyong Yang | 1 | -2/+9 |
2019-04-19 | IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) | Neale Ranns | 1 | -7/+14 |
2019-04-19 | IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) | Neale Ranns | 1 | -1/+3 |
2019-04-18 | IPSEC: tunnel rekey fix and test (VPP-1652) | Neale Ranns | 1 | -21/+24 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API | Neale Ranns | 6 | -10/+16 |
2019-04-16 | IPSEC: SA format; don't print keys when there's no algo | Neale Ranns | 1 | -7/+8 |
2019-04-16 | IPSEC: support GCM in ESP | Neale Ranns | 12 | -12/+126 |
2019-04-15 | IPSEC: crypto overflow | Neale Ranns | 1 | -1/+1 |
2019-04-11 | IPSEC: ESP with ESN tests and fixes | Neale Ranns | 2 | -4/+4 |
2019-04-11 | IPSEC-MB: Use random & non-repeating IV (VPP-1642) | Neale Ranns | 2 | -5/+1 |
2019-04-10 | crypto: Intel IPSEC-MB engine | Neale Ranns | 2 | -2/+13 |
2019-04-10 | IPSEC: for each engine and algorithm tests | Neale Ranns | 1 | -1/+1 |
2019-04-10 | IPSEC: remove double byte swap of IP addresses | Neale Ranns | 1 | -18/+10 |