Age | Commit message (Expand) | Author | Files | Lines |
2021-12-04 | ipsec: fix async buffer leak | Matthew Smith | 1 | -1/+1 |
2021-09-29 | ipsec: Record the number of packets lost from an SA | Neale Ranns | 1 | -5/+14 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 1 | -3/+3 |
2021-06-29 | ipsec: Fix setting the hi-sequence number for decrypt | Neale Ranns | 1 | -65/+70 |
2021-06-08 | ipsec: fix async crypto frame leak | Matthew Smith | 1 | -34/+31 |
2021-06-04 | ipsec: fix crypto ops in esp decrypt | Benoît Ganne | 1 | -2/+7 |
2021-04-07 | crypto: fix ops flags in crypto sw scheduler | Benoît Ganne | 1 | -0/+2 |
2021-03-05 | ipsec: Support async mode per-SA | Neale Ranns | 1 | -85/+94 |
2021-03-05 | ipsec: Submit fuller async frames | Neale Ranns | 1 | -60/+58 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main | Neale Ranns | 1 | -7/+5 |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler | Neale Ranns | 1 | -1/+2 |
2021-02-25 | ipsec: ipsec.h tidy up | Neale Ranns | 1 | -0/+23 |
2021-02-12 | ipsec: Store thread-index in buffer meta-data during SA handoff | Neale Ranns | 1 | -0/+1 |
2021-02-05 | ipsec: add support for AES CTR | Benoît Ganne | 1 | -52/+42 |
2021-02-04 | ipsec: one thread index per-SA | Neale Ranns | 1 | -3/+3 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface | Neale Ranns | 1 | -11/+24 |
2020-12-18 | ipsec: fixed esp_decrypt pkt len after icv moved | PiotrX Kleski | 1 | -6/+11 |
2020-12-01 | ipsec: change prediction | Fan Zhang | 1 | -1/+1 |
2020-11-26 | gre: Move to new API generated types/messages | Neale Ranns | 1 | -1/+1 |
2020-10-24 | ipsec: remove pending node | Fan Zhang | 1 | -46/+33 |
2020-10-19 | ipsec: Layout and prefetching of SA struct | Neale Ranns | 1 | -0/+3 |
2020-09-04 | ipsec: fix trace of GRE_teb packets | Christian Hopps | 1 | -2/+5 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 1 | -558/+1015 |
2020-04-28 | ipsec: fix buffer alloc | Filip Tehlar | 1 | -1/+7 |
2020-03-31 | ipsec: fix chained ESP | Filip Tehlar | 1 | -36/+120 |
2020-03-23 | ipsec: Revert "ipsec: fix chained ESP" | Florin Coras | 1 | -119/+36 |
2020-03-23 | ipsec: fix chained ESP | Filip Tehlar | 1 | -36/+119 |
2020-03-21 | ipsec: efficient layout of ESP per thread data | Rajesh Goel | 1 | -3/+4 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 1 | -75/+369 |
2020-02-05 | ipsec: set l2_len for GRE-TEB tunnel decap | John Lo | 1 | -0/+2 |
2020-01-04 | ipsec: Targeted unit testing | Neale Ranns | 1 | -7/+22 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off | Neale Ranns | 1 | -2/+2 |
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 | 1 | -9/+39 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels | Neale Ranns | 1 | -20/+14 |
2019-08-01 | ipsec: Redo the anit-replay check post decrypt | Neale Ranns | 1 | -0/+29 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess | Neale Ranns | 1 | -11/+18 |
2019-06-18 | ipsec: ipsec-tun protect | Neale Ranns | 1 | -18/+102 |
2019-06-05 | ipsec: fix sa counters in esp-decrypt | Damjan Marion | 1 | -6/+7 |
2019-05-30 | IPsec: modify post-decrypt buf len calculation | Matthew G Smith | 1 | -2/+2 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number | Neale Ranns | 1 | -1/+1 |
2019-04-25 | crypto: AES GCM IV length is always 12 | Damjan Marion | 1 | -1/+0 |
2019-04-25 | ipsec: drop runts in esp-decrypt | Damjan Marion | 1 | -0/+8 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 1 | -3/+2 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API | Neale Ranns | 1 | -3/+1 |
2019-04-16 | IPSEC: support GCM in ESP | Neale Ranns | 1 | -1/+34 |
2019-04-15 | IPSEC: crypto overflow | Neale Ranns | 1 | -1/+1 |
2019-04-11 | IPSEC: ESP with ESN tests and fixes | Neale Ranns | 1 | -3/+3 |
2019-04-11 | IPSEC-MB: Use random & non-repeating IV (VPP-1642) | Neale Ranns | 1 | -3/+1 |
2019-04-10 | crypto: Intel IPSEC-MB engine | Neale Ranns | 1 | -2/+11 |