Age | Commit message (Expand) | Author | Files | Lines |
2021-12-14 | api: verify message size on receipt | Klement Sekera | 1 | -0/+4 |
2021-12-04 | ipsec: fix async buffer leak | Matthew Smith | 3 | -3/+2 |
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 | 8 | -192/+123 |
2021-11-03 | ipsec: Support the single IPSec interface dump | Neale Ranns | 1 | -0/+5 |
2021-10-31 | ipsec: silence gcc-11 parentheses warning | Damjan Marion | 1 | -1/+1 |
2021-10-22 | ipsec: add api test file | Filip Tehlar | 1 | -0/+597 |
2021-10-12 | ipsec: Performance improvement of ipsec4_output_node using flow cache | Govindarajan Mohandoss | 7 | -17/+264 |
2021-10-11 | docs: nitfixes in FEATURE.yaml | Nathan Skrzypczak | 1 | -1/+1 |
2021-10-07 | ipsec: fix protect update log if nexthop is NULL | Benoît Ganne | 1 | -2/+3 |
2021-10-06 | docs: vnet comment nitfixes | Nathan Skrzypczak | 1 | -2/+2 |
2021-09-29 | ipsec: Record the number of packets lost from an SA | Neale Ranns | 6 | -22/+88 |
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 |