1. e5b94dd gre: Tunnel encap/decap flags by Neale Ranns · 5 years ago
  2. 14053c9 ipip: Multi-point interface by Neale Ranns · 5 years ago
  3. 59ff918 tunnel: Common types for IP tunnels by Neale Ranns · 5 years ago
  4. 4d39f9c bfd: reset peer discriminator on timeout by Klement Sekera · 5 years ago
  5. 6e20e03 tests: fix typo in test doc string by Paul Vinciguerra · 5 years ago
  6. 67a7749 tests: fix TypeError in run_tests.py by Paul Vinciguerra · 5 years ago
  7. 48bdbcd tests: fix worker thread initialization by Paul Vinciguerra · 5 years ago
  8. f63bf6a tests: disable the tap test for the time being by Andrew Yourtchenko · 5 years ago
  9. f3a6622 ipsec: AH copy destination and source address from template by Neale Ranns · 5 years ago
  10. 0295040 ipsec: Targeted unit testing by Neale Ranns · 5 years ago
  11. 4ed2598 tests: configure 32 mb physmem by Dave Barach · 5 years ago
  12. 7ade2f5 tests: bfd - move test_poll_response to EXTENDED_TESTS by Paul Vinciguerra · 5 years ago
  13. fca3c6a ip-neighbor: set link-type ARP on incomplete adjacencies by Neale Ranns · 5 years ago
  14. a42c6ee tests: test_mpls_v6_ebgp_pic - don't write to stdout by Paul Vinciguerra · 5 years ago
  15. 3f7b0f4 tests: tls - don't print skip info to stdout by Paul Vinciguerra · 5 years ago
  16. 29c6132 classify: "classify filter ..." debug CLI cleanup by Dave Barach · 5 years ago
  17. de35cdb tests: fix skip logic on test_tap by Paul Vinciguerra · 5 years ago
  18. 4a56f4e ipsec: Test and fix IPSec worker hand-off by Neale Ranns · 5 years ago
  19. 548d5ee tests: TestL2bdMultiInst - break serial dependency on tests by Paul Vinciguerra · 5 years ago
  20. c701e57 tests: don't prompt to launch gdb for sanity test case by Paul Vinciguerra · 5 years ago
  21. e090f4d papi: lazily initialize stats client by Paul Vinciguerra · 5 years ago
  22. 4c16d80 gre: multipoint ingress lookup fix by Neale Ranns · 5 years ago
  23. 64e9d28 build tests: fail test run if we can't patch scapy by Paul Vinciguerra · 5 years ago
  24. 53131d2 tests: fix cdp patch for scapy 2.4.3 by Paul Vinciguerra · 5 years ago
  25. 568acbb ipsec: Fix decap of IPSEC/GRE in transport mode by Neale Ranns · 5 years ago
  26. 6461b7a tests: fix import from change to scapy 2.4.3 by Paul Vinciguerra · 5 years ago
  27. 8d27fa7 classify: add complex encap packet tracing test by Benoît Ganne · 5 years ago
  28. e11dce2 nhrp: mGREv6 by Neale Ranns · 5 years ago
  29. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  30. 3fd9904 fib: Glean on NBMA interface points to drop by Neale Ranns · 5 years ago
  31. 5d4b891 tests: changes for scapy 2.4.3 migration by snaramre · 5 years ago
  32. 5d4c99f devices: vhost API cleanup by Jakub Grajciar · 5 years ago
  33. 5de4fb7 devices: tap API cleanup by Jakub Grajciar · 5 years ago
  34. 6b3f25c vlib: improve test coverage by Dave Barach · 5 years ago
  35. 55636cb gtpu: use explicit types in api by Ole Troan · 5 years ago
  36. 04338e8 pppoe: use explicit types in api by Ole Troan · 5 years ago
  37. 61e3ade tests: move bfd over gre to extended tests by Paul Vinciguerra · 5 years ago
  38. 87d24db classify: vpp packet tracer support by Dave Barach · 5 years ago
  39. 66cea09 tests: fix wrong checksum error message by Klement Sekera · 5 years ago
  40. fd57408 papi: add call stats by Ole Troan · 5 years ago
  41. 8b2fffd tests: Revert "Python Tests: Make VppTestCase unit testable." by Paul Vinciguerra · 5 years ago
  42. 0c62932 tests: add test run time. by Ole Troan · 5 years ago
  43. e89bfe3 build: fix vom_test dependency on EXTENDED_TESTS by Dave Wallace · 5 years ago
  44. 1043fd3 tests: fix exception handling around vapi.connect()/.disconnect() by Paul Vinciguerra · 5 years ago
  45. 207083f tests: add interface function chaining by Paul Vinciguerra · 5 years ago
  46. 3bab8f9 fib: Decouple source from priority and behaviour by Neale Ranns · 5 years ago
  47. 5f8f617 gre: Multi-point interfaces by Neale Ranns · 6 years ago
  48. f0797d1 build: fix make test with distributed src by Dave Wallace · 5 years ago
  49. 9534696 ipip: Tunnel flags controlling copying data to/from payload/encap by Neale Ranns · 5 years ago
  50. 692bfc8 classify: API cleanup by Jakub Grajciar · 5 years ago
  51. e2ccdf0 papi: add a per-call _timeout option by Paul Vinciguerra · 5 years ago
  52. 5d440d9 tests: vpp_interface fix ip6 setter by Paul Vinciguerra · 5 years ago
  53. abde62f tests: GRE over IPSec unit tests by Neale Ranns · 5 years ago
  54. 5ef9ca6 tests: raise exception in vpp_interface for invalid sw_if_index by Paul Vinciguerra · 5 years ago
  55. 73aff47 tests: BFD python3 changes by snaramre · 5 years ago
  56. bfd7d29 vlib: add 'wait' cli command by Paul Vinciguerra · 5 years ago
  57. 1a7ed5e tests: display stdout and stderr when output caching is disabled by Benoît Ganne · 5 years ago
  58. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  59. 9efcee6 fib: Fix crash on cover update to non activated adj source by Neale Ranns · 5 years ago
  60. 9db6ada fib: Table Replace by Neale Ranns · 5 years ago
  61. 41a817a tests: fix typo in test_vlib by Paul Vinciguerra · 5 years ago
  62. e51a9bb vlib: improve code coverage, part deux by Dave Barach · 5 years ago
  63. c17fc44 vlib: improve code coverage in src/vlib by Dave Barach · 5 years ago
  64. 1976f36 tests: Add UT to test incomplete MPLS adjacencies send ARP requests by Neale Ranns · 5 years ago
  65. efd7bc2 tests: Remove the unrequired VPP IP address/prefix class wrappers by Neale Ranns · 5 years ago
  66. d9ca7c9 vlib: improve vlib "make test" code coverage by Dave Barach · 5 years ago
  67. 9485d99 interface: Allow VLAN tag-rewrite on non-sub-interfaces too. by Jon Loeliger · 5 years ago
  68. ea93e48 ip: IP address and prefix types (moved from LISP) by Neale Ranns · 5 years ago
  69. eb284a1 ip: functional interface to ip fragmentation by Ole Troan · 5 years ago
  70. 12989b5 ipsec: remove dedicated IPSec tunnels by Neale Ranns · 5 years ago
  71. 770a0de tests: python3 use byte strings in raw() by Ole Troan · 5 years ago
  72. c12eae7 interface: shmemioerror while getting name_filter arg by Aleksander Djuric · 5 years ago
  73. 3f8c871 tests: make threads in punt tests join when finished by Andrew Yourtchenko · 5 years ago
  74. ead1e53 misc: Fix python scripts shebang line by Renato Botelho do Couto · 5 years ago
  75. 0b6a857 ip: Fragmentation fixes by Neale Ranns · 5 years ago
  76. 45a95dd tests: support setting random seed by Klement Sekera · 5 years ago
  77. 4269352 tests: avoid test runner hanging on child test process join by Andrew Yourtchenko · 5 years ago
  78. b31d393 tests: Revert "tests: add sending SIGQUIT to vpp quit sequence" by Andrew Yourtchenko · 5 years ago
  79. 4465fe1 tests: add sending SIGQUIT to vpp quit sequence by Paul Vinciguerra · 5 years ago
  80. 3ae5262 l2: l2tp API cleanup by Jakub Grajciar · 5 years ago
  81. 97ea2f4 tests: decode worker stdout/stderr output by Dave Wallace · 5 years ago
  82. d743dff tests: fix TEST= filtering for python3 by Klement Sekera · 5 years ago
  83. 4aacc01 tests: switch test framework to python3 by default by Ole Troan · 5 years ago
  84. 63cb882 tests: make RA tests run on VPP time by Andrew Yourtchenko · 5 years ago
  85. df0191e l2: l2bd nd termination test instability by Ole Troan · 5 years ago
  86. 2a884db cdp: re-enable skipped tests for python3 by Ole Troan · 5 years ago
  87. 419d31f tests: test tls case by haiyanx1.zhang · 5 years ago
  88. 2456433 tests: DEBUG=gdb[server]-all to debug worker(s) by Dave Wallace · 5 years ago
  89. 6769473 geneve: tests support python3 by Ole Troan · 5 years ago
  90. f6dee6c bonding: tests support python3 by Ole Troan · 5 years ago
  91. 5e56f75 ip: test support python3 by Ole Troan · 5 years ago
  92. 3f2a956 l2: tests support python3 by Ole Troan · 5 years ago
  93. 8b76c23 ipsec: tests support python3 by Ole Troan · 5 years ago
  94. 1556b3a classify: tests to support python3 by Ole Troan · 5 years ago
  95. 2267429 bier: tests support python3 by Ole Troan · 5 years ago
  96. 586d3ed tests: add PID of VPP under test to API dump filename for the test by Andrew Yourtchenko · 5 years ago
  97. 127fbec ip: reassembly tests python3 support by Ole Troan · 5 years ago
  98. 9cd8f33 ip: add python3 support to punt tests by Ole Troan · 5 years ago
  99. 2915649 gso: python3 support in tests by Ole Troan · 5 years ago
  100. 1975733 ip: ip vrf tests python3 support by Ole Troan · 5 years ago