Age | Commit message (Expand) | Author | Files | Lines |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 1 | -5/+0 |
2023-02-06 | ipsec: fix SA names consistency in tests |  Arthur de Kerhor | 1 | -15/+15 |
2022-09-27 | tests: enable ipsec-esp 'make test' testcases on ubuntu-22.04 |  Dave Wallace | 1 | -57/+0 |
2022-09-19 | tests: skip tests failing on ubuntu 22.04 |  Dave Wallace | 1 | -0/+57 |
2022-06-28 | ipsec: change wildcard value for any protocol of spd policy |  Piotr Bronowski | 1 | -10/+10 |
2022-05-10 | tests: replace pycodestyle with black |  Klement Sekera | 1 | -398/+737 |
2021-10-06 | docs: vnet comment nitfixes |  Nathan Skrzypczak | 1 | -1/+1 |
2021-09-29 | ipsec: Record the number of packets lost from an SA |  Neale Ranns | 1 | -0/+3 |
2021-08-13 | tests docs: upgrade python packages |  Dave Wallace | 1 | -15/+20 |
2021-06-29 | ipsec: Fix setting the hi-sequence number for decrypt |  Neale Ranns | 1 | -183/+812 |
2021-06-28 | ipsec: Enable the extended Sequence Number IPSec tests for GCM |  Neale Ranns | 1 | -2/+72 |
2021-04-29 | crypto: fix chained buffer integrity support |  Benoît Ganne | 1 | -1/+1 |
2021-03-20 | tests: add support for worker awareness |  Klement Sekera | 1 | -2/+2 |
2021-03-05 | ipsec: Support async mode per-SA |  Neale Ranns | 1 | -39/+165 |
2021-03-05 | ipsec: Submit fuller async frames |  Neale Ranns | 1 | -0/+84 |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler |  Neale Ranns | 1 | -48/+111 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -8/+9 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 1 | -9/+8 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -8/+9 |
2021-02-05 | ipsec: add support for AES CTR |  Benoît Ganne | 1 | -2/+138 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 1 | -0/+93 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption |  Christian Hopps | 1 | -2/+12 |
2020-05-24 | ipsec: fixed chaining ops after add footer and icv |  PiotrX Kleski | 1 | -0/+1 |
2020-05-13 | ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAs |  Neale Ranns | 1 | -1/+75 |
2020-03-31 | ipsec: fix chained ESP |  Filip Tehlar | 1 | -1/+2 |
2020-03-26 | tests: speed up ipsec unit tests execution |  Filip Tehlar | 1 | -54/+1 |
2020-03-23 | ipsec: Revert "ipsec: fix chained ESP" |  Florin Coras | 1 | -2/+1 |
2020-03-23 | ipsec: fix chained ESP |  Filip Tehlar | 1 | -1/+2 |
2020-02-11 | ipsec: add support for chained buffers |  Filip Tehlar | 1 | -4/+19 |
2020-01-04 | ipsec: Targeted unit testing |  Neale Ranns | 1 | -2/+5 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off |  Neale Ranns | 1 | -1/+9 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels |  Neale Ranns | 1 | -1/+2 |
2019-10-18 | ipsec: make tests support python3 |  Ole Troan | 1 | -8/+8 |
2019-09-18 | tests: split up the long running IPSec tests into separate classes |  Andrew Yourtchenko | 1 | -82/+398 |
2019-08-27 | ipsec: Fix NULL encryption algorithm |  Neale Ranns | 1 | -0/+8 |
2019-08-16 | ipsec: fix missed IPSEC_INTEG_ALG_MD5_96 |  Dmitry Vakhrushev | 1 | -3/+3 |
2019-07-31 | tests: Split IPSec ESP into parameterized tests per engine |  Neale Ranns | 1 | -65/+60 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -0/+8 |
2019-07-10 | tests: Re-enable ipsec tests on ARM |  juraj.linkes | 1 | -3/+3 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -5/+11 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -2/+1 |
2019-05-20 | openssl plugin 3des routine iv_len fix |  Vladimir Ratnikov | 1 | -2/+10 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API |  Neale Ranns | 1 | -11/+24 |
2019-04-17 | crypto-ipsecmb: enable GCM |  Neale Ranns | 1 | -1/+0 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -14/+46 |
2019-04-11 | IPSEC: ESP with ESN tests and fixes |  Neale Ranns | 1 | -9/+12 |
2019-04-11 | IPSEC-MB: Use random & non-repeating IV (VPP-1642) |  Neale Ranns | 1 | -1/+1 |
2019-04-11 | Tests: Refactor tearDown show command logging, add lifecycle markers. |  Paul Vinciguerra | 1 | -2/+3 |
2019-04-10 | crypto: Intel IPSEC-MB engine |  Neale Ranns | 1 | -2/+2 |
2019-04-10 | IPSEC: for each engine and algorithm tests |  Neale Ranns | 1 | -186/+307 |