Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-31 | ipsec: fix chained ESP | Filip Tehlar | 1 | -14/+25 |
2020-03-31 | ipsec: fix udp-encap in transport mode | Alexander Chernavin | 1 | -1/+7 |
2020-03-23 | ipsec: Revert "ipsec: fix chained ESP" | Florin Coras | 1 | -25/+14 |
2020-03-23 | ipsec: fix chained ESP | Filip Tehlar | 1 | -14/+25 |
2020-02-25 | feature: provide a u16 version of vnet_feature_next | Neale Ranns | 1 | -3/+1 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces | Neale Ranns | 1 | -5/+6 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 1 | -22/+161 |
2020-01-04 | ipsec: Targeted unit testing | Neale Ranns | 1 | -11/+23 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off | Neale Ranns | 1 | -2/+2 |
2019-12-17 | ipsec: bind an SA to a worker | Neale Ranns | 1 | -11/+35 |
2019-12-09 | ipsec: make sure pad_bytes does not exceed pad data size | Benoît Ganne | 1 | -1/+5 |
2019-11-22 | ipsec: fix trailing data overflow | Filip Tehlar | 1 | -23/+21 |
2019-09-27 | ipsec: support 4o6 and 6o4 for tunnel protect | Neale Ranns | 1 | -0/+15 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess | Neale Ranns | 1 | -3/+6 |
2019-07-12 | ipsec: drop outbound ESP when no crypto alg set | Matthew Smith | 1 | -0/+131 |
2019-06-25 | ipsec: print spi in hexadecimal | Guillaume Solignac | 1 | -5/+6 |
2019-06-18 | ipsec: ipsec-tun protect | Neale Ranns | 1 | -6/+20 |
2019-06-17 | ipsec: One DPO per SA | Neale Ranns | 1 | -1/+1 |
2019-06-05 | ipsec: fix sa counters in esp-encrypt | Damjan Marion | 1 | -4/+7 |
2019-05-01 | esp_encrypt: remove unnecessary code | Zhiyong Yang | 1 | -1/+1 |
2019-04-26 | crypto, ipsec: change GCM IV handling | Damjan Marion | 1 | -3/+20 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 1 | -3/+2 |
2019-04-19 | IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) | Neale Ranns | 1 | -7/+14 |
2019-04-19 | IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) | Neale Ranns | 1 | -1/+3 |
2019-04-16 | IPSEC: support GCM in ESP | Neale Ranns | 1 | -0/+15 |
2019-04-11 | IPSEC: ESP with ESN tests and fixes | Neale Ranns | 1 | -1/+1 |