Age | Commit message (Expand) | Author | Files | Lines |
2021-06-03 | fib: fix flags updates when adding routes with a udp encap path | Arthur de Kerhor | 1 | -5/+5 |
2021-05-29 | udp: add udp decapsulation | Arthur de Kerhor | 2 | -4/+179 |
2021-05-28 | svm: fix inadequate atomic load for chunk mgr | Dave Wallace | 1 | -3/+1 |
2021-05-27 | ip: allow the 'ip6 enable' on tunnel interface types | Neale Ranns | 1 | -2/+78 |
2021-05-26 | tests: Fix 'test-wipe' | Neale Ranns | 1 | -1/+0 |
2021-05-26 | fib: During the mfib lookup set the unicast FIB index in the packet so that a... | Neale Ranns | 1 | -2/+39 |
2021-05-26 | tests: move vapi C/C++ test files into src/ | Damjan Marion | 6 | -1562/+9 |
2021-05-25 | nat: report correct EI per-user session limit | Matthew Smith | 1 | -0/+6 |
2021-05-24 | tests: skip hoststack iperf3 cut thru test on aarch64 | Dave Wallace | 1 | -1/+3 |
2021-05-21 | bfd: use vnet crypto | Klement Sekera | 1 | -1/+1 |
2021-05-21 | tests: add role to VCLAppWorker | Dave Wallace | 2 | -8/+9 |
2021-05-21 | quic: add extended vcl test | Florin Coras | 1 | -0/+42 |
2021-05-20 | tests: don't buffer worker stdin/stdout | Dave Wallace | 1 | -2/+3 |
2021-05-18 | tls: fix dtls with no workers | Florin Coras | 1 | -2/+2 |
2021-05-18 | nat: refactor multiple vrf tests | Klement Sekera | 1 | -25/+120 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 92 | -38/+55932 |
2021-05-08 | tests: fix another race condition in punt tests | Dave Wallace | 1 | -5/+7 |
2021-05-06 | vcl: add dtls test | Florin Coras | 1 | -0/+40 |
2021-05-06 | tests: fix race condition in punt tests | Dave Wallace | 1 | -1/+1 |
2021-05-06 | vcl: move tests to src/tests | Florin Coras | 1 | -0/+872 |
2021-05-04 | stats: adding symlinks for nodes and interfaces in the stat segment | Arthur de Kerhor | 2 | -1/+99 |
2021-04-29 | crypto: fix chained buffer integrity support | Benoît Ganne | 1 | -1/+1 |
2021-04-28 | tests: add worker count to class description | Klement Sekera | 1 | -1/+9 |
2021-04-26 | vapi: silence warnings | Damjan Marion | 1 | -4/+4 |
2021-04-26 | tests: clean up gbp calls from vpp_papi_provider | Paul Vinciguerra | 1 | -138/+0 |
2021-04-22 | misc: add filter for specific error for pcap trace | Benoît Ganne | 1 | -2/+34 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used | Benoît Ganne | 1 | -11/+62 |
2021-04-16 | tests: cpus awareness | Klement Sekera | 7 | -159/+282 |
2021-04-12 | tests: support attaching to existing vpp | Klement Sekera | 8 | -64/+155 |
2021-04-09 | tests: improve naming | Klement Sekera | 2 | -17/+15 |
2021-04-05 | ip6-nd: Solicitation reply only if target is our link-local | Neale Ranns | 1 | -0/+12 |
2021-04-01 | tests: support injecting multiple worker pcaps on one PG | Klement Sekera | 2 | -39/+39 |
2021-03-31 | tests: call venv module directly | Klement Sekera | 1 | -1/+1 |
2021-03-29 | tests: move vxlan tests to src/vnet/vxlan/tests | Dave Wallace | 6 | -1464/+0 |
2021-03-26 | tests: move ping tests to src/plugin/ping/test | Dave Wallace | 1 | -176/+0 |
2021-03-25 | tests: move vppinfra tests to src/vppinfra/test | Dave Wallace | 1 | -40/+0 |
2021-03-25 | tests: introduce test-checkstyle-diff | Klement Sekera | 1 | -2/+17 |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly | Ole Troan | 6 | -106/+59 |
2021-03-24 | tests: add vpp test dirs to PYTHONPATH | Dave Wallace | 1 | -4/+10 |
2021-03-20 | tests: add support for worker awareness | Klement Sekera | 8 | -54/+59 |
2021-03-18 | tests: remove shm files created by vpp on reset | Klement Sekera | 1 | -0/+1 |
2021-03-17 | tests: remove shm handling | Klement Sekera | 3 | -49/+4 |
2021-03-16 | fib: Allow the creation of new source on the API | Neale Ranns | 3 | -2/+217 |
2021-03-15 | tests: use socket transport instead of shared memory | Ole Troan | 4 | -51/+49 |
2021-03-15 | tests: fix NoneType printing if VPP died early | Klement Sekera | 1 | -12/+15 |
2021-03-05 | tests: improve the robustness of process cleanup on INT/TERM signals | Andrew Yourtchenko | 1 | -1/+17 |
2021-03-05 | ipsec: Support async mode per-SA | Neale Ranns | 1 | -39/+165 |
2021-03-05 | ipsec: Submit fuller async frames | Neale Ranns | 2 | -0/+85 |
2021-03-04 | hsa: fix builtin echo apps with multiple workers | Florin Coras | 1 | -2/+0 |
2021-03-02 | classify: fix multiple filters support | Benoît Ganne | 2 | -56/+56 |