Age | Commit message (Expand) | Author | Files | Lines |
2021-07-29 | ipsec: move startup config to common file | Zachary Leaf | 3 | -51/+55 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 2 | -6/+6 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum | Filip Tehlar | 1 | -4/+0 |
2021-07-02 | ipsec: ADD/update IPSec documentation | Neale Ranns | 1 | -0/+199 |
2021-06-30 | ipsec: Derive the TUNNEL_V6 flag from the configured address types | Neale Ranns | 2 | -1/+8 |
2021-06-29 | ipsec: Fix setting the hi-sequence number for decrypt | Neale Ranns | 7 | -135/+229 |
2021-06-29 | ipsec: increment SPD policy counters for bypass and discard actions in ipsec4... | Zachary Leaf | 1 | -0/+20 |
2021-06-28 | ipsec: Split the SA add_del API into an separate add and del | Neale Ranns | 2 | -36/+98 |
2021-06-22 | ipsec: api cleanup | Filip Tehlar | 2 | -81/+19 |
2021-06-15 | ipsec: fix length check when adding footer+icv | Benoît Ganne | 1 | -1/+2 |
2021-06-14 | linux-cp: Add tests for tun devices | Neale Ranns | 3 | -0/+46 |
2021-06-08 | ipsec: fix async crypto frame leak | Matthew Smith | 2 | -54/+50 |
2021-06-04 | ipsec: fix crypto ops in esp decrypt | Benoît Ganne | 1 | -2/+7 |
2021-05-21 | ipsec: Default the IPSec interface MTU to 9000 | Neale Ranns | 1 | -0/+1 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 1 | -1/+1 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -1/+1 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 1 | -1/+1 |
2021-04-20 | ipsec: remove WITH_LIBSSL macros | Damjan Marion | 2 | -125/+3 |
2021-04-07 | crypto: fix ops flags in crypto sw scheduler | Benoît Ganne | 1 | -0/+2 |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly | Ole Troan | 1 | -5/+4 |
2021-03-15 | ipsec: allow inbound non-tunnel SA through CLI | Mohammed Hawari | 1 | -6/+0 |
2021-03-14 | ip: extend punt CLI for exception packets | Mohammed Hawari | 2 | -9/+11 |
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 |