1. 61c0a3d crypto: add performace test to unittest plugin by Damjan Marion · 6 years ago
  2. 90cf21b Tests: Refactor tearDown show command logging, add lifecycle markers. by Paul Vinciguerra · 6 years ago
  3. 7c91007 Make the loss / delay sim available as an output feature by Dave Barach · 6 years ago
  4. 10dc2ea udp: fix copyright typo by Florin Coras · 6 years ago
  5. 40fd1f3 Initial 19.08-rc0 commit by Dave Wallace · 6 years ago v19.08-rc0
  6. 3f86ca3 make test: fix redundant setUp() in template_ipsec.py by Dave Wallace · 6 years ago
  7. e36f44a cmake: fix errors in external when building past point-release by Andrew Yourtchenko · 6 years ago
  8. 92e9384 crypto: Intel IPSEC-MB engine by Neale Ranns · 6 years ago
  9. 9847792 ethernet: fix packet tracing by Benoît Ganne · 6 years ago
  10. b063ad0 make test: Initial QUIC test by Dave Wallace · 6 years ago
  11. 4f33c80 IPSEC: for each engine and algorithm tests by Neale Ranns · 6 years ago
  12. bee9768 session: binary api app names as vectors by Florin Coras · 6 years ago
  13. 7f9b7f9 Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. by Paul Vinciguerra · 6 years ago
  14. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  15. 13464f3 quic: add dummy accepted cb by Florin Coras · 6 years ago
  16. 9b208ce IPSEC: remove double byte swap of IP addresses by Neale Ranns · 6 years ago
  17. 1cf0007 Make tcp/udp/icmp compute checksum safer for buffer-chain case by John Lo · 6 years ago
  18. 5763e47 rdma: add multiqueue support by Benoît Ganne · 6 years ago
  19. e035892 rdma-core: add debug build option by Benoît Ganne · 6 years ago
  20. ed1d872 session: fix session flags by Florin Coras · 6 years ago
  21. af86c63 Fix some python3, cleanup cpu allocation by jdenisco · 6 years ago
  22. 26e035b nat: initialize fq_in2out_output_index by Matthew Smith · 6 years ago
  23. 796c84b GBP: drop and contract counters by Neale Ranns · 6 years ago
  24. f324dec fixing typos by Jim Thompson · 6 years ago
  25. 46f877e virtio: Fix the coverity warnings by Mohsin Kazmi · 6 years ago
  26. 1091c4a IPSEC TEST: various hash alogrithms by Neale Ranns · 6 years ago
  27. c5df8c7 host stack: update stale copyright by Florin Coras · 6 years ago
  28. f3262a2 rdma: fix DPDK MLX driver conflict by Benoît Ganne · 6 years ago
  29. 7f6bd24 vlib-punt: fix error node counting by Neale Ranns · 6 years ago
  30. 9f7e33d vppinfra: u32x8 transpose by Damjan Marion · 6 years ago
  31. 2bc8169 minor spelling errors (both in comments) by Jim Thompson · 6 years ago
  32. 281ff51 GBP: coverity uninitialised variable warning by Neale Ranns · 6 years ago
  33. 060bfb9 crypto: add support for AEAD and AES-GCM by Damjan Marion · 6 years ago
  34. dc43bcd http_server: add timer wheel for session cleanup by Florin Coras · 6 years ago
  35. ba01f07 crypto: coverity issues by Damjan Marion · 6 years ago
  36. c42c7f0 Pipe: fix double count on TX (TX counting is done in interface-output) by Neale Ranns · 6 years ago
  37. 7363d47 gbp: Add gbp bd flags unit test by Mohsin Kazmi · 6 years ago
  38. 64b3cc2 Doxygen: clean up vec.h by Dave Wallace · 6 years ago
  39. 0eed0e1 quic: support addition of fifo segments by Florin Coras · 6 years ago
  40. 05f7ca1 make the output of "show api dump file <filename> compare-current" doxygen-friendly by Andrew Yourtchenko · 6 years ago
  41. c213089 quic: update app ns on connect by Florin Coras · 6 years ago
  42. 72ac548 crypto: fix init dependency by Filip Tehlar · 6 years ago
  43. dc195d6 rdma: more batching, compile rdma-core in release mode by Benoît Ganne · 6 years ago
  44. fa7512e session: fix app name formatting by Florin Coras · 6 years ago
  45. f753744 fix pcap_trace cli output issue by Jack Xu · 6 years ago
  46. ccf65fb Fix failing centos jobs due to yum replacing python34 with python36. by Paul Vinciguerra · 6 years ago
  47. ae605b8 vlib: fix "foo_msg" and "foo_msg_reply" in API message table triggering the "defininion changed" output by Andrew Yourtchenko · 6 years ago
  48. f118ea2 QUIC: Build cleanup by Dave Wallace · 6 years ago
  49. b71fa75 IPSEC: punt reasons; SPI=0, no-tunnel by Neale Ranns · 6 years ago
  50. 6416e62 tcp: do not delete session on establish pop by Florin Coras · 6 years ago
  51. 8509aa2 ldp: ignore TCP_CORK socket option by Florin Coras · 6 years ago
  52. a154017 session: fix http server rpc to main by Florin Coras · 6 years ago
  53. 282a3cb tcp: properly validate acks between snd_nxt and una_max by Florin Coras · 6 years ago
  54. 7c22ff7 ipsec: trunc_size -> icv_size by Damjan Marion · 6 years ago
  55. 085637f crypto: pass multiple ops to handler by Damjan Marion · 6 years ago
  56. 1aa3557 GBP: Counters per-contract by Neale Ranns · 6 years ago
  57. 070fd4b tcp: shorten wait in fin-wait-1 with fin rcvd by Florin Coras · 6 years ago
  58. deb8af6 Add crypto_ia32 plugin by Damjan Marion · 6 years ago
  59. 8ea109e gbp: Add bd flags by Mohsin Kazmi · 6 years ago
  60. dc66aad Fix problem building rdma-core. by Thomas F Herbert · 6 years ago
  61. 82c5dda lacp: passive mode support [VPP-1551] by Steven Luong · 6 years ago
  62. 5ae793a IPSEC: correctly size per-thread data by Neale Ranns · 6 years ago
  63. 09a3bc5 virtio: Add support for multiqueue by Mohsin Kazmi · 6 years ago
  64. 692f9b1 pci: Fix the crash on deleting the pci device by Mohsin Kazmi · 6 years ago
  65. 211ef2e rdma: tx: fix stats and add batching by Benoît Ganne · 6 years ago
  66. b294f10 IPSEC: show CLI improvements by Neale Ranns · 6 years ago
  67. 2b60018 GBP: iVXLAN reflection check by Neale Ranns · 6 years ago
  68. 7cae003 QUIC: Build system update by Aloys Augustin · 6 years ago
  69. 02ad5bc session: allow more fifos in preallocated segments by Florin Coras · 6 years ago
  70. 509028a session: fix cli for sessions in created state by Florin Coras · 6 years ago
  71. 6575a9a session: do not enable pre-input node with 0 workers by Florin Coras · 6 years ago
  72. fe269f3 stat-segment: scaling improvement by Neale Ranns · 6 years ago
  73. 096f2f8 session: remove session logic from io rx evt sender by Florin Coras · 6 years ago
  74. 69b68ef session: use app cb function wrappers by Florin Coras · 6 years ago
  75. f6adf1f vppinfra: add u32x4 min / max sse4.2 inlines by Damjan Marion · 6 years ago
  76. f65074e tcp: improve rcv process ack processing by Florin Coras · 6 years ago
  77. c6c4394 lisp: use crypto lib instead of openssl directly by Filip Tehlar · 6 years ago
  78. f05e732 IPSEC-GRE; tests by Neale Ranns · 6 years ago
  79. 2b5ba95 IPSEC: tunnel scaling - don't stack the inbould SA by Neale Ranns · 6 years ago
  80. ea5bb77 IPSEC: remove pointless feature ordering by Neale Ranns · 6 years ago
  81. 72491e2 dpdk: fix build error when mlx support enabled by Matthew Smith · 6 years ago
  82. d1a12ef vppinfra: fix sparse_vec_index() returning non-zero index for some nonexistent elements by Andrew Yourtchenko · 6 years ago
  83. a4b10e5 dpdk 19.02: fixed speed capability error issue by Chenmin Sun · 6 years ago
  84. f545caa Enhance vlib_buffer_clone to change headroom space for packet by John Lo · 6 years ago
  85. ac3b113 VPP-1576: fix a class of spurious warnings by Dave Barach · 6 years ago
  86. 65ec33b vppinfra: add few more cpuid flags by Damjan Marion · 6 years ago
  87. 2d6fc6b SPAN: Add pending frame on current thread, not on main by Igor Mikhailov (imichail) · 6 years ago
  88. 19e540f Convince Coverity that s = format (0, ...) is OK by Dave Barach · 6 years ago
  89. 26dc58b Minor bug fixes by Dave Barach · 6 years ago
  90. d93638e revert quicly related build/external changes by Damjan Marion · 6 years ago
  91. e524d45 IPSEC-GRE: fixes and API update to common types. by Neale Ranns · 6 years ago
  92. 95c0ca4 tests: test/vpp_l2.py fix missing name. by Paul Vinciguerra · 6 years ago
  93. 63d3ac6 vls: add pthread check on vls_attr by Florin Coras · 6 years ago
  94. 3593a91 tests: refactor vpp_object.py by Paul Vinciguerra · 6 years ago
  95. 60f3e65 Integrate first QUIC protocol implementation by Nathan Skrzypczak · 6 years ago
  96. db4cae5 VOM: recurive route update fix by Neale Ranns · 6 years ago
  97. d2a4194 BVI: coverity error fix by Neale Ranns · 6 years ago
  98. efd0d29 Update MAINTAINERS by Dave Barach · 6 years ago
  99. b4fff3a ipsec: esp-decrypt rework by Damjan Marion · 6 years ago
  100. d7603d9 IPSEC: tunnel fragmentation by Neale Ranns · 6 years ago