Age | Commit message (Expand) | Author | Files | Lines |
2024-06-25 | ipsec: enable ipv6 udp checksum offload |  Jeff Shaw | 1 | -0/+33 |
2024-06-12 | ipsec: Add option to configure the hand-off worker queue size |  Dau Do | 1 | -10/+10 |
2024-03-21 | ip: add support for buffer offload metadata in ip midchain |  Arthur de Kerhor | 1 | -4/+7 |
2024-03-21 | ipsec: remove unused parameter for esp_add_footer_and_icv |  Fan Zhang | 1 | -4/+3 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -15/+0 |
2024-02-19 | ipsec: check each packet for no algs in esp-encrypt |  Matthew Smith | 1 | -10/+13 |
2023-11-17 | ipsec: keep esp encrypt pointer and index synced |  Matthew Smith | 1 | -1/+1 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC |  Benoît Ganne | 1 | -0/+12 |
2023-07-21 | ipsec: fix logic in ext_hdr_is_pre_esp |  Piotr Bronowski | 1 | -3/+3 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 1 | -0/+10 |
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 | -11/+9 |
2023-03-23 | ipsec: add per-SA error counters |  Arthur de Kerhor | 1 | -24/+38 |
2023-02-08 | ipsec: fix AES CBC IV generation (CVE-2022-46397) |  Benoît Ganne | 1 | -26/+62 |
2022-10-12 | misc: fix issues reported by clang-15 |  Damjan Marion | 1 | -4/+2 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect |  Matthew Smith | 1 | -13/+11 |
2022-08-11 | ipsec: Use .api declared error counters |  Neale Ranns | 1 | -45/+23 |
2022-03-10 | ipsec: remove the redundant code |  Mohsin Kazmi | 1 | -1/+0 |
2021-12-04 | ipsec: fix async buffer leak |  Matthew Smith | 1 | -1/+1 |
2021-12-03 | ip: extension header parsing fails for fragment header |  Ole Troan | 1 | -3/+14 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc |  Neale Ranns | 1 | -125/+37 |
2021-10-31 | ipsec: silence gcc-11 parentheses warning |  Damjan Marion | 1 | -1/+1 |
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 | -8/+8 |
2021-06-15 | ipsec: fix length check when adding footer+icv |  Benoît Ganne | 1 | -1/+2 |
2021-06-08 | ipsec: fix async crypto frame leak |  Matthew Smith | 1 | -20/+19 |
2021-03-05 | ipsec: Support async mode per-SA |  Neale Ranns | 1 | -85/+96 |
2021-03-05 | ipsec: Submit fuller async frames |  Neale Ranns | 1 | -65/+58 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main |  Neale Ranns | 1 | -1/+1 |
2021-02-25 | ipsec: ipsec.h tidy up |  Neale Ranns | 1 | -0/+25 |
2021-02-12 | ipsec: Store thread-index in buffer meta-data during SA handoff |  Neale Ranns | 1 | -0/+1 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -0/+1 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 1 | -1/+0 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -0/+1 |
2021-02-08 | tunnel: support copying TTL and flow label from inner to outer |  Neale Ranns | 1 | -5/+4 |
2021-02-05 | ipsec: add support for AES CTR |  Benoît Ganne | 1 | -71/+76 |
2021-02-04 | ipsec: one thread index per-SA |  Neale Ranns | 1 | -3/+3 |
2021-01-21 | ipsec: Tunnelled packets are locally generated |  Neale Ranns | 1 | -0/+1 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface |  Neale Ranns | 1 | -37/+114 |
2020-12-01 | ipsec: change prediction |  Fan Zhang | 1 | -1/+1 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 1 | -6/+33 |
2020-10-24 | ipsec: remove pending node |  Fan Zhang | 1 | -58/+54 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 1 | -1/+0 |
2020-10-19 | ipsec: Layout and prefetching of SA struct |  Neale Ranns | 1 | -0/+7 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption |  Christian Hopps | 1 | -6/+6 |
2020-08-20 | ipsec: fix esp padding |  Milan Lenco | 1 | -1/+1 |
2020-05-24 | ipsec: fixed chaining ops after add footer and icv |  PiotrX Kleski | 1 | -8/+11 |
2020-05-13 | ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAs |  Neale Ranns | 1 | -34/+42 |
2020-05-04 | fib: midchain adjacency optimisations |  Neale Ranns | 1 | -68/+11 |
2020-04-30 | crypto: introduce async crypto infra |  Fan Zhang | 1 | -134/+537 |