Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | vppinfra: improve clocks_per_second convergence | Dave Barach | 1 | -0/+2 |
2020-01-30 | gre: Tunnel encap/decap flags | Neale Ranns | 3 | -70/+66 |
2020-01-27 | ipip: Multi-point interface | Neale Ranns | 3 | -13/+130 |
2020-01-27 | tunnel: Common types for IP tunnels | Neale Ranns | 3 | -22/+30 |
2020-01-27 | bfd: reset peer discriminator on timeout | Klement Sekera | 1 | -0/+11 |
2020-01-16 | tests: fix typo in test doc string | Paul Vinciguerra | 1 | -1/+1 |
2020-01-16 | tests: fix TypeError in run_tests.py | Paul Vinciguerra | 1 | -4/+5 |
2020-01-14 | tests: fix worker thread initialization | Paul Vinciguerra | 1 | -4/+4 |
2020-01-13 | tests: disable the tap test for the time being | Andrew Yourtchenko | 1 | -1/+1 |
2020-01-04 | ipsec: AH copy destination and source address from template | Neale Ranns | 2 | -12/+26 |
2020-01-04 | ipsec: Targeted unit testing | Neale Ranns | 3 | -10/+481 |
2020-01-02 | tests: configure 32 mb physmem | Dave Barach | 2 | -2/+2 |
2020-01-02 | tests: bfd - move test_poll_response to EXTENDED_TESTS | Paul Vinciguerra | 1 | -0/+2 |
2019-12-31 | ip-neighbor: set link-type ARP on incomplete adjacencies | Neale Ranns | 1 | -0/+65 |
2019-12-27 | tests: test_mpls_v6_ebgp_pic - don't write to stdout | Paul Vinciguerra | 1 | -1/+1 |
2019-12-26 | tests: tls - don't print skip info to stdout | Paul Vinciguerra | 1 | -3/+6 |
2019-12-25 | classify: "classify filter ..." debug CLI cleanup | Dave Barach | 1 | -2/+2 |
2019-12-24 | tests: fix skip logic on test_tap | Paul Vinciguerra | 1 | -2/+2 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off | Neale Ranns | 6 | -21/+132 |
2019-12-23 | tests: TestL2bdMultiInst - break serial dependency on tests | Paul Vinciguerra | 1 | -10/+15 |
2019-12-20 | tests: don't prompt to launch gdb for sanity test case | Paul Vinciguerra | 4 | -22/+38 |
2019-12-19 | papi: lazily initialize stats client | Paul Vinciguerra | 1 | -14/+0 |
2019-12-19 | gre: multipoint ingress lookup fix | Neale Ranns | 1 | -14/+69 |
2019-12-18 | build tests: fail test run if we can't patch scapy | Paul Vinciguerra | 1 | -1/+1 |
2019-12-18 | tests: fix cdp patch for scapy 2.4.3 | Paul Vinciguerra | 1 | -20/+2 |
2019-12-18 | ipsec: Fix decap of IPSEC/GRE in transport mode | Neale Ranns | 1 | -1/+125 |
2019-12-17 | tests: fix import from change to scapy 2.4.3 | Paul Vinciguerra | 1 | -1/+1 |
2019-12-17 | classify: add complex encap packet tracing test | Benoît Ganne | 1 | -10/+110 |
2019-12-17 | nhrp: mGREv6 | Neale Ranns | 1 | -0/+78 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 17 | -69/+289 |
2019-12-17 | fib: Glean on NBMA interface points to drop | Neale Ranns | 1 | -0/+6 |
2019-12-14 | tests: changes for scapy 2.4.3 migration | snaramre | 17 | -35/+231 |
2019-12-11 | devices: vhost API cleanup | Jakub Grajciar | 1 | -3/+3 |
2019-12-11 | devices: tap API cleanup | Jakub Grajciar | 2 | -0/+65 |
2019-12-09 | vlib: improve test coverage | Dave Barach | 1 | -0/+26 |
2019-12-09 | gtpu: use explicit types in api | Ole Troan | 1 | -34/+0 |
2019-12-07 | pppoe: use explicit types in api | Ole Troan | 1 | -2/+0 |
2019-12-05 | tests: move bfd over gre to extended tests | Paul Vinciguerra | 1 | -0/+1 |
2019-12-05 | classify: vpp packet tracer support | Dave Barach | 1 | -0/+64 |
2019-12-05 | tests: fix wrong checksum error message | Klement Sekera | 1 | -1/+3 |
2019-12-05 | papi: add call stats | Ole Troan | 1 | -0/+1 |
2019-12-05 | tests: Revert "Python Tests: Make VppTestCase unit testable." | Paul Vinciguerra | 1 | -5/+0 |
2019-12-05 | tests: add test run time. | Ole Troan | 1 | -3/+6 |
2019-12-05 | build: fix vom_test dependency on EXTENDED_TESTS | Dave Wallace | 1 | -1/+3 |
2019-12-04 | tests: fix exception handling around vapi.connect()/.disconnect() | Paul Vinciguerra | 1 | -5/+5 |
2019-12-04 | tests: add interface function chaining | Paul Vinciguerra | 2 | -8/+31 |
2019-12-04 | fib: Decouple source from priority and behaviour | Neale Ranns | 1 | -0/+18 |
2019-12-04 | gre: Multi-point interfaces | Neale Ranns | 4 | -15/+152 |
2019-12-04 | build: fix make test with distributed src | Dave Wallace | 7 | -1171/+210 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap | Neale Ranns | 2 | -83/+549 |