Age | Commit message (Expand) | Author | Files | Lines |
2023-06-23 | ipsec: manually binding an SA to a worker | Maxime Peim | 1 | -0/+1 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse | Benoît Ganne | 1 | -57/+34 |
2023-03-23 | ipsec: add per-SA error counters | Arthur de Kerhor | 1 | -1/+30 |
2023-02-08 | ipsec: fix AES CBC IV generation (CVE-2022-46397) | Benoît Ganne | 1 | -1/+1 |
2022-12-16 | ipsec: new api for sa ips and ports updates | Arthur de Kerhor | 1 | -0/+2 |
2022-09-14 | ipsec: make chacha20-poly1305 available via API | Vladimir Ratnikov | 1 | -13/+17 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc | Neale Ranns | 1 | -1/+2 |
2021-09-29 | ipsec: Record the number of packets lost from an SA | Neale Ranns | 1 | -14/+52 |
2021-06-29 | ipsec: Fix setting the hi-sequence number for decrypt | Neale Ranns | 1 | -46/+132 |
2021-03-05 | ipsec: Support async mode per-SA | Neale Ranns | 1 | -1/+2 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main | Neale Ranns | 1 | -0/+12 |
2021-02-12 | ipsec: Store thread-index in buffer meta-data during SA handoff | Neale Ranns | 1 | -0/+8 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 1 | -23/+8 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" | Matthew Smith | 1 | -8/+23 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 1 | -23/+8 |
2021-02-05 | ipsec: add support for AES CTR | Benoît Ganne | 1 | -16/+25 |
2021-02-04 | ipsec: one thread index per-SA | Neale Ranns | 1 | -2/+2 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour | Neale Ranns | 1 | -1/+6 |
2020-10-19 | ipsec: Layout and prefetching of SA struct | Neale Ranns | 1 | -26/+34 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption | Christian Hopps | 1 | -1/+1 |
2020-05-05 | ipsec: User can choose the UDP source port | Neale Ranns | 1 | -1/+1 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 1 | -3/+43 |
2020-03-21 | ikev2: add support for custom ipsec-over-udp port | Filip Tehlar | 1 | -1/+4 |
2019-12-17 | ipsec: bind an SA to a worker | Neale Ranns | 1 | -0/+14 |
2019-11-08 | ipsec: remove dedicated IPSec tunnels | Neale Ranns | 1 | -0/+1 |
2019-07-31 | ipsec: Typo in flag name | Neale Ranns | 1 | -1/+1 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess | Neale Ranns | 1 | -26/+103 |
2019-07-12 | ipsec: Reference count the SAs | Neale Ranns | 1 | -18/+16 |
2019-06-18 | ipsec: ipsec-tun protect | Neale Ranns | 1 | -1/+9 |
2019-06-17 | ipsec: One DPO per SA | Neale Ranns | 1 | -4/+1 |
2019-06-07 | ipsec: remove the set_key API | Neale Ranns | 1 | -2/+0 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number | Neale Ranns | 1 | -2/+2 |
2019-04-26 | crypto, ipsec: change GCM IV handling | Damjan Marion | 1 | -0/+1 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption | Neale Ranns | 1 | -1/+0 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 1 | -3/+7 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API | Neale Ranns | 1 | -2/+2 |
2019-04-16 | IPSEC: support GCM in ESP | Neale Ranns | 1 | -0/+7 |
2019-04-07 | crypto: add support for AEAD and AES-GCM | Damjan Marion | 1 | -3/+3 |
2019-04-04 | ipsec: trunc_size -> icv_size | Damjan Marion | 1 | -1/+1 |
2019-04-02 | IPSEC: tunnel scaling - don't stack the inbould SA | Neale Ranns | 1 | -0/+1 |
2019-03-29 | IPSEC-GRE: fixes and API update to common types. | Neale Ranns | 1 | -0/+1 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN | Damjan Marion | 1 | -3/+3 |
2019-03-28 | ipsec: anti-replay code cleanup | Damjan Marion | 1 | -1/+129 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline | Damjan Marion | 1 | -23/+51 |
2019-03-26 | ipsec: esp-encrypt rework | Damjan Marion | 1 | -0/+3 |
2019-03-20 | ipsec: keep crypto data inside SA | Damjan Marion | 1 | -0/+10 |
2019-02-18 | IPSEC: move SA counters into the stats segment | Neale Ranns | 1 | -3/+7 |
2019-02-13 | IPSEC: restack SAs on backend change | Neale Ranns | 1 | -0/+4 |
2019-02-07 | IPSEC: no second lookup after tunnel encap | Neale Ranns | 1 | -7/+61 |
2019-02-01 | IPSEC: minor refactor | Neale Ranns | 1 | -0/+124 |