Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-07-21 | ipsec: Dedicated IPSec interface type |  Neale Ranns | 7 | -19/+748 |
2020-05-27 | ipsec: Add/Del IPSec SA is not MP safe |  Neale Ranns | 1 | -7/+0 |
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 | 2 | -38/+65 |
2020-05-05 | ipsec: User can choose the UDP source port |  Neale Ranns | 9 | -24/+110 |
2020-05-04 | fib: midchain adjacency optimisations |  Neale Ranns | 4 | -205/+120 |
2020-04-30 | crypto: introduce async crypto infra |  Fan Zhang | 8 | -708/+1862 |
2020-04-28 | ipsec: fix buffer alloc |  Filip Tehlar | 1 | -1/+7 |
2020-04-24 | ipsec: add input node bypass/discard functionality |  ShivaShankarK | 3 | -164/+263 |
2020-04-16 | ipsec: fix use-after-free |  Benoît Ganne | 1 | -1/+1 |
2020-04-14 | ipsec: validate number of input sas |  Matthew Smith | 2 | -1/+9 |
2020-04-02 | ipsec: provide stat index in sa details |  Matthew Smith | 2 | -3/+5 |
2020-03-31 | ipsec: use id in ipsec_tunnel_protect_details |  Matthew Smith | 1 | -4/+6 |
2020-03-31 | ipsec: fix chained ESP |  Filip Tehlar | 2 | -50/+145 |