Age | Commit message (Expand) | Author | Files | Lines |
2021-03-05 | ipsec: Support async mode per-SA | Neale Ranns | 10 | -204/+231 |
2021-03-05 | ipsec: Submit fuller async frames | Neale Ranns | 3 | -125/+117 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main | Neale Ranns | 13 | -84/+76 |
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 | 6 | -56/+86 |
2021-02-25 | ipsec: enable input features on tunnels | Brian Russell | 3 | -22/+75 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -35/+40 |
2021-02-12 | ipsec: Store thread-index in buffer meta-data during SA handoff | Neale Ranns | 6 | -32/+19 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 13 | -259/+365 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" | Matthew Smith | 13 | -329/+230 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 13 | -230/+329 |
2021-02-08 | ipsec: Checking wrong DB for initialistation | Neale Ranns | 1 | -17/+17 |
2021-02-08 | tunnel: support copying TTL and flow label from inner to outer | Neale Ranns | 1 | -5/+4 |
2021-02-06 | ipsec: CLI improvement for udp port encap | Mohammed Hawari | 1 | -0/+5 |
2021-02-05 | ipsec: add support for AES CTR | Benoît Ganne | 6 | -139/+182 |
2021-02-04 | ipsec: one thread index per-SA | Neale Ranns | 8 | -57/+36 |
2021-01-21 | ipsec: Honour IPSec SA table-ID over API | Neale Ranns | 2 | -11/+9 |
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 | 7 | -101/+227 |
2021-01-07 | ipsec: Deprecated the old IPsec Tunnel interface | Neale Ranns | 5 | -594/+4 |
2021-01-06 | ipsec: Mark the interface create reply deprecated | Neale Ranns | 1 | -0/+1 |
2021-01-05 | ipsec: ipsec cli nexthop error | yedg | 1 | -1/+1 |
2020-12-18 | ipsec: fixed esp_decrypt pkt len after icv moved | PiotrX Kleski | 1 | -6/+11 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 6 | -35/+35 |
2020-12-01 | ipsec: change prediction | Fan Zhang | 2 | -2/+2 |
2020-11-26 | gre: Move to new API generated types/messages | Neale Ranns | 1 | -1/+1 |
2020-11-25 | ipsec: A P2MP ipsec interface is NBMA | Neale Ranns | 1 | -0/+1 |
2020-11-09 | ipsec: fix unformat types | Benoît Ganne | 1 | -2/+2 |
2020-11-06 | ipsec: add support for tx-table-id in cli + example | Benoît Ganne | 2 | -3/+17 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour | Neale Ranns | 9 | -41/+342 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -0/+1 |
2020-10-24 | ipsec: remove pending node | Fan Zhang | 3 | -104/+127 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces | Neale Ranns | 4 | -6/+63 |
2020-10-21 | ipsec: Add to the SA info directly in the bihash | Neale Ranns | 5 | -81/+83 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 4 | -4/+3 |
2020-10-20 | ipsec: Stack the adj from the destination in the SA's TX table | Neale Ranns | 1 | -1/+1 |
2020-10-19 | ipsec: Layout and prefetching of SA struct | Neale Ranns | 3 | -26/+44 |
2020-10-16 | ipsec: fix instance, and cli del for new ipsec interface | Eric Kinzie | 2 | -4/+4 |
2020-10-08 | ipsec: Allow SAs with NULL auth &crypto on IPSec interface | Neale Ranns | 1 | -2/+3 |
2020-10-05 | ipsec: Use bihash for tunnel lookup | Neale Ranns | 6 | -123/+269 |
2020-09-17 | teib: Use ip_address_t not ip46_address_t | Neale Ranns | 1 | -23/+5 |
2020-09-17 | teib: Add adj-fibs for peers/adjacencies on p2mp interface | Neale Ranns | 1 | -1/+3 |
2020-09-16 | api: clean up use of deprecated flag | Ole Troan | 1 | -2/+2 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption | Christian Hopps | 5 | -19/+19 |
2020-09-04 | ipsec: fix trace of GRE_teb packets | Christian Hopps | 1 | -2/+5 |
2020-09-04 | ipsec: cli: add missing flags for SA add | Christian Hopps | 1 | -0/+12 |
2020-09-02 | ipsec: add ipsec set async mode api | Yulong Pei | 2 | -1/+26 |
2020-08-27 | ipsec: Deprecate old interface API | Neale Ranns | 1 | -1/+3 |
2020-08-20 | ipsec: fix esp padding | Milan Lenco | 1 | -1/+1 |
2020-07-29 | ipsec: fix cli uninitialized parameters | Benoît Ganne | 1 | -15/+37 |