Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-08 | IPSEC TEST: various hash alogrithms | Neale Ranns | 1 | -1/+1 |
2019-04-07 | crypto: add support for AEAD and AES-GCM | Damjan Marion | 7 | -41/+39 |
2019-04-05 | IPSEC: punt reasons; SPI=0, no-tunnel | Neale Ranns | 4 | -13/+154 |
2019-04-04 | ipsec: trunc_size -> icv_size | Damjan Marion | 9 | -15/+15 |
2019-04-03 | IPSEC: correctly size per-thread data | Neale Ranns | 1 | -1/+1 |
2019-04-03 | IPSEC: show CLI improvements | Neale Ranns | 4 | -31/+208 |
2019-04-02 | IPSEC: tunnel scaling - don't stack the inbould SA | Neale Ranns | 4 | -19/+15 |
2019-04-02 | IPSEC: remove pointless feature ordering | Neale Ranns | 1 | -4/+2 |
2019-03-29 | IPSEC-GRE: fixes and API update to common types. | Neale Ranns | 10 | -52/+57 |
2019-03-29 | ipsec: esp-decrypt rework | Damjan Marion | 3 | -199/+299 |
2019-03-29 | IPSEC: tunnel fragmentation | Neale Ranns | 2 | -0/+13 |
2019-03-28 | crypto: add vnet_crypto_op_init (...) | Damjan Marion | 3 | -6/+4 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN | Damjan Marion | 8 | -14/+14 |
2019-03-28 | ipsec: anti-replay code cleanup | Damjan Marion | 4 | -171/+143 |
2019-03-28 | IPSEC: 4o6 and 6o4 for tunnel interfaces | Neale Ranns | 1 | -2/+4 |
2019-03-28 | IPSEC: fix build breakage from ships in the night merges | Neale Ranns | 1 | -2/+6 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 3 | -125/+178 |