Age | Commit message (Expand) | Author | Files | Lines |
2021-02-25 | tests: Add tests for IPSec async mode using the crypto SW scheduler | Neale Ranns | 4 | -107/+189 |
2021-02-25 | ipsec: enable input features on tunnels | Brian Russell | 2 | -0/+242 |
2021-02-24 | fib: fix sa selection for fib routed destinations | Július Milan | 1 | -1/+25 |
2021-02-23 | misc: run make test-refresh-deps to update the python dependencies | Andrew Yourtchenko | 2 | -138/+152 |
2021-02-23 | tests: delete test/requirements-2.txt | Andrew Yourtchenko | 1 | -316/+0 |
2021-02-19 | tests: test input policer | Brian Russell | 1 | -0/+4 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 2 | -2/+4 |
2021-02-15 | tests: fix import in test/test_pcap.py | Paul Vinciguerra | 1 | -4/+5 |
2021-02-15 | ip: Path MTU | Neale Ranns | 3 | -2/+449 |
2021-02-15 | tests: test punt policer bound to worker thread | Brian Russell | 3 | -2/+93 |
2021-02-15 | tests: explicitly close subprocess files | Paul Vinciguerra | 1 | -0/+2 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 10 | -0/+30 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 5 | -34/+85 |
2021-02-10 | nat: fix EI hairpinning thread safety | Klement Sekera | 1 | -0/+2 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" | Matthew Smith | 5 | -85/+34 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 5 | -34/+85 |
2021-02-08 | tests: allow for externally supplied VPP workers config for tests | Andrew Yourtchenko | 2 | -1/+26 |
2021-02-05 | ipsec: add support for AES CTR | Benoît Ganne | 2 | -3/+139 |
2021-02-05 | vxlan: add udp-port configuration support | Artem Glazychev | 3 | -46/+244 |
2021-02-02 | tests: verify policer stats in punt tests | Brian Russell | 3 | -0/+72 |
2021-01-28 | tests: add ip6 punt policer handoff test | Brian Russell | 1 | -1/+52 |
2021-01-28 | tests: move ip6 punt setup to its own class | Brian Russell | 1 | -23/+24 |
2021-01-28 | tests: add ip4 punt policer handoff test | Brian Russell | 1 | -1/+51 |
2021-01-28 | tests: move ip4 punt setup to its own class | Brian Russell | 1 | -28/+29 |
2021-01-28 | ip: Router ID included in flow hash | Neale Ranns | 2 | -18/+57 |
2021-01-22 | tests: add generalized tags for tests, use them for run-solo tests | Andrew Yourtchenko | 5 | -18/+39 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation | Ahmed Abdelsalam | 3 | -7/+14 |
2021-01-20 | tests: do not skip solo-run tests if running within a single job and all rema... | Andrew Yourtchenko | 1 | -8/+7 |
2021-01-20 | ip: add IPv6 ping test for link-layer address | Benoît Ganne | 3 | -44/+45 |
2021-01-20 | ip: add API to retrieve IPv6 link-layer address | Benoît Ganne | 1 | -2/+5 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface | Neale Ranns | 2 | -18/+190 |
2021-01-14 | vxlan: Protect against tunnel config where source is not local | Neale Ranns | 1 | -0/+48 |
2021-01-09 | l2: fix tests for learn_limit | Jerome Tollet | 3 | -58/+236 |
2021-01-08 | l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma... | Jerome Tollet | 2 | -0/+53 |
2021-01-08 | tests: move bond tests to src/vnet/bonding/test | Dave Wallace | 2 | -373/+0 |
2021-01-08 | l2: fix l2 bd_learnlimit | Jerome Tollet | 1 | -6/+1 |
2021-01-08 | tests: Use soft links for the test file staging | Neale Ranns | 1 | -2/+3 |
2021-01-08 | vhost: Add event index for interrupt notification to driver | Steven Luong | 1 | -15/+18 |
2021-01-07 | ipip: Support MPLS over IP | Neale Ranns | 1 | -1/+149 |
2021-01-07 | ipsec: Deprecated the old IPsec Tunnel interface | Neale Ranns | 5 | -431/+288 |
2021-01-06 | l2: add per bridge domain learn limit | Jerome Tollet | 1 | -6/+47 |
2020-12-23 | tests: move bier tests to src/vnet/bier/test | Dave Wallace | 2 | -1155/+0 |
2020-12-22 | tests: move bfd tests to src/vnet/bfd/test | Dave Wallace | 2 | -3201/+0 |
2020-12-22 | tests: fix gathering of test src files | Dave Wallace | 1 | -1/+1 |
2020-12-18 | misc: deprecate old perfmon | Damjan Marion | 1 | -1/+0 |
2020-12-16 | tests: move fib tests to src/vnet/fib/test | Dave Wallace | 2 | -456/+0 |
2020-12-16 | ip: fix possible missing trace indexes | Klement Sekera | 1 | -0/+101 |
2020-12-16 | l2: add l2 learn limit tests | Jerome Tollet | 1 | -0/+119 |
2020-12-10 | tests: check ethernet type in arp test case | Elias Rudberg | 1 | -0/+4 |
2020-12-08 | tests: restore vapi C++ test under Centos-8 | Paul Vinciguerra | 2 | -9/+1 |