Age | Commit message (Expand) | Author | Files | Lines |
2024-06-12 | ipsec: Add option to configure the hand-off worker queue size | Dau Do | 1 | -8/+8 |
2024-03-30 | ipsec: fix clang compile issue | Kai Ji | 1 | -3/+0 |
2024-03-22 | ipsec: esp_decrypt code clean up | Fan Zhang | 1 | -43/+42 |
2024-03-12 | misc: remove GNU Indent directives | Damjan Marion | 1 | -2/+0 |
2023-12-12 | ipsec: allow receiving encrypted IP packets with TFC padding | Arthur de Kerhor | 1 | -4/+42 |
2023-10-30 | ipsec: huge anti-replay window support | Maxime Peim | 1 | -16/+43 |
2023-09-07 | ipsec: clear L4-cksum flags when decap'ing packets | Frédéric Perrin | 1 | -1/+3 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC | Benoît Ganne | 1 | -0/+12 |
2023-06-08 | crypto: use fixed crypto frame pool | gaoginskx | 1 | -0/+9 |
2023-05-29 | ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm... | Xiaoming Jiang | 1 | -1/+1 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse | Benoît Ganne | 1 | -5/+2 |
2023-03-23 | ipsec: add per-SA error counters | Arthur de Kerhor | 1 | -35/+51 |
2022-11-18 | ipsec: Failure at the start of the batch should not invalidate the rest of th... | Neale Ranns | 1 | -1/+1 |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 1 | -2/+1 |
2022-08-11 | ipsec: Use .api declared error counters | Neale Ranns | 1 | -45/+19 |
2022-05-03 | ipsec: support per next-header next-nodes | Benoît Ganne | 1 | -36/+44 |
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 |