Age | Commit message (Expand) | Author | Files | Lines |
2022-08-31 | ipsec: fix coverity 249212 |  Andrew Yourtchenko | 1 | -2/+2 |
2022-08-24 | ipsec: fix coverity 249204 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect |  Matthew Smith | 7 | -49/+95 |
2022-08-11 | ipsec: Use .api declared error counters |  Neale Ranns | 6 | -179/+336 |
2022-08-02 | ipsec: fix coverity warnings found in fast path implementation |  Piotr Bronowski | 2 | -14/+15 |
2022-07-15 | ipsec: fast path outbound policy matching implementation for ipv6 |  Piotr Bronowski | 8 | -171/+227 |
2022-06-29 | ipsec: show fast path flag in cli |  Fan Zhang | 1 | -8/+27 |
2022-06-29 | ipsec: add fast path configuration parser |  Piotr Bronowski | 1 | -2/+19 |
2022-06-29 | ipsec: add spd fast path matching |  Piotr Bronowski | 3 | -0/+584 |
2022-06-29 | ipsec: make match function inline |  Piotr Bronowski | 2 | -145/+171 |
2022-06-29 | ipsec: add/delete ipsec fast path policy |  Piotr Bronowski | 6 | -59/+717 |
2022-06-28 | ipsec: introduce spd fast path types |  Piotr Bronowski | 1 | -0/+63 |
2022-06-28 | ipsec: change wildcard value for any protocol of spd policy |  Piotr Bronowski | 8 | -58/+300 |
2022-05-13 | vlib: process startup config exec scripts line by line |  Damjan Marion | 1 | -1/+1 |
2022-05-03 | ipsec: support per next-header next-nodes |  Benoît Ganne | 3 | -36/+100 |
2022-04-14 | ipsec: perf improvement of ipsec4_input_node using flow cache |  Zachary Leaf | 8 | -54/+311 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -1/+1 |
2022-03-10 | ipsec: remove the redundant code |  Mohsin Kazmi | 1 | -1/+0 |
2022-03-08 | ipsec: input: drop by default for non-matching pkts |  Zachary Leaf | 1 | -0/+14 |
2022-02-18 | ipsec: fix vector after remove entry in spd |  Gabriel Oginski | 1 | -1/+1 |
2022-02-17 | ipsec: Improve the handling of NAT-T keepalive messages |  Neale Ranns | 1 | -8/+21 |
2022-01-17 | ipsec: IPSec interface correct drop w/ no protection |  Neale Ranns | 3 | -8/+19 |
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 |