1. c29a0ea Fix typo in test/test_acl_plugin_conns.py by Paul Vinciguerra · 6 years ago
  2. 0c79453 Fix Typo: test/test_mtu.py by Paul Vinciguerra · 6 years ago
  3. 4a144b4 VPP-1505 VPP-1508 Remove dep.: py_lispnetworking by Paul Vinciguerra · 6 years ago
  4. 96e8cd0 vhost-user: use memory store barrier by Damjan Marion · 6 years ago
  5. e61ad8d make test: remove test-ext, fix test*-all targets by Klement Sekera · 6 years ago
  6. ccfead6 Fix test framework keepalive by juraj.linkes · 6 years ago
  7. 3d9b92a Fix test logging propagation by juraj.linkes · 6 years ago
  8. 7303ee8 VPP-1476: L2fib failures in master by Pavel Kotucek · 6 years ago
  9. 3b4c64e session: fix coverity app name warning by Florin Coras · 6 years ago
  10. e015246 acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggered by Andrew Yourtchenko · 6 years ago
  11. 2a7b546 doc: delete wrong description since VPP support 1G hugepage by Yulong Pei · 6 years ago
  12. 9b0ce02 Fix permission for vpp_papi by Onong Tayeng · 6 years ago
  13. 46bf866 vhost-user: add missing inlines by Damjan Marion · 6 years ago
  14. ba1afaa vhost-user: avoid global storage access by Damjan Marion · 6 years ago
  15. 9282538 vhost-user: simplify input loop by Damjan Marion · 6 years ago
  16. 7f8a8db NAT44: improve expired sessions reuse (VPP-1503) by Matus Fabian · 6 years ago
  17. ffba3c3 MAP: Use explicit address/prefix types in API by Ole Troan · 6 years ago
  18. fccd1b2 Revert "Add support for MAP-T CE (VPP-1058)" by Ole Troan · 6 years ago
  19. 94f5096 acl-plugin: optimize hash memory usage + fix the startup config parsing for memory sizes [VPP-1502] by Andrew Yourtchenko · 6 years ago
  20. 6a8bfd4 vhost-user: hint ethernet-input about single sw_if_index by Damjan Marion · 6 years ago
  21. 9af4504 vhost-user: avoid per-packet feature arc lookups by Damjan Marion · 6 years ago
  22. befe691 vhost-user: fix input node runtime stats by Damjan Marion · 6 years ago
  23. 5ba9159 Revert "Fix instance method call in test/framework.py" by Ole Trøan · 6 years ago
  24. c32023b Fix instance method call in test/framework.py by Paul Vinciguerra · 6 years ago
  25. 5642109 stat_client issues while running parallel tests. by Paul Vinciguerra · 6 years ago
  26. b4515b4 Add RFC5424 syslog protocol support (VPP-1139) by Matus Fabian · 6 years ago
  27. 19ca78f stats: golang vpp_if_stats_client by Koren Lev · 6 years ago
  28. 15e8e68 NAT44: Apply transitory timeout on TCP RST (VPP-1494) by Matus Fabian · 6 years ago
  29. fdd19c4 dpdk: don't shift flags twice by Damjan Marion · 6 years ago
  30. 18934e6 VPP-1309: fixed crash when listing ip arp after removing interface by Pavel Kotucek · 6 years ago
  31. 349f8ca session: improve app cli by Florin Coras · 6 years ago
  32. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  33. e9cebdf ethernet-input: fix assert in l2 mode by Damjan Marion · 6 years ago
  34. 1dda386 Add wireshark dissector to extras by Dave Barach · 6 years ago
  35. 1201a80 Add buffer tracing to the dispatch tracer by Dave Barach · 6 years ago
  36. 41684c2 memif input-node improvements by Damjan Marion · 6 years ago
  37. 650223c ethernet-input optimizations by Damjan Marion · 6 years ago
  38. 7e0b17d vhost-user: cleanup by Damjan Marion · 6 years ago
  39. 3553aba IPSEC: remove duplicate memcy by Neale Ranns · 6 years ago
  40. 45cd3a3 make test: Shorten VCL extended test times by Dave Wallace · 6 years ago
  41. 7c37a67 Fix inspection for 18.10, requirements by jdenisco · 6 years ago
  42. 8ee7251 Link speed sent as little endian across API by Ole Troan · 6 years ago
  43. f1cd92d acl-plugin: performance optimizations for established connections by Andrew Yourtchenko · 6 years ago
  44. 111add7 NAT44: fix virtual fragmentation reassembly in forwarding mode (VPP-1501) by Matus Fabian · 6 years ago
  45. 9162c2d vlib: reset frame flags when frame is reused by Damjan Marion · 6 years ago
  46. 33b81da vom: Add support for redirect contracts in gbp by Mohsin Kazmi · 6 years ago
  47. 142eb85 vlib: add vlib_buffer_enqueue_to_single_next(...) function by Damjan Marion · 6 years ago
  48. 0724357 vppinfra: add 128 and 256 bit vector scatter/gather inlines by Damjan Marion · 6 years ago
  49. d3d4241 dhcp4:(VPP-1483) linearize chained packets before handling by Eyal Bari · 6 years ago
  50. c7b03fe VPP-1498: test/framework.py: AttributeError by Paul Vinciguerra · 6 years ago
  51. 2dd192b Improve feature arc order constraint specification by Dave Barach · 6 years ago
  52. 6c01dce NAT44: fix bug in TCP close with output-feature interface (VPP-1493) by Matus Fabian · 6 years ago
  53. d30bf01 add vlib_prefetch_buffer_data(...) macro by Damjan Marion · 6 years ago
  54. 384a336 Enable l4 checksum offload for ThunderX PMD by Federico Claramonte · 6 years ago
  55. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  56. 0c4fec0 Complain if a client binary API queue is full by Dave Barach · 6 years ago
  57. faf22cb mac_address_t: size to 6 bytes so it represents wire format by Neale Ranns · 6 years ago
  58. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  59. 173bae3 ldp: fixes/improvements to select by Florin Coras · 6 years ago
  60. 47527b2 IP-punt: add documentation to the API and fix IP address init by Neale Ranns · 6 years ago
  61. a7dcae7 VPP-1496 Cleanup stats socket on exit. by Paul Vinciguerra · 6 years ago
  62. dd4b2bb VPP-1495: Fix intermittent stat sock test failures. by Paul Vinciguerra · 6 years ago
  63. 1866884 QoS: fix always recoding as IP by Neale Ranns · 6 years ago
  64. 13a08cc GBP: redirect contracts by Neale Ranns · 6 years ago
  65. 96e2d44 VPP-1474: fix 2x coverity warnings by Dave Barach · 6 years ago
  66. bdcff03 acl-plugin: fix coverity error 188909 in unit-test code by Andrew Yourtchenko · 6 years ago
  67. e01f6ef ip4-input: fix prefetch data issue for tunnel decap cases by Zhiyong Yang · 6 years ago
  68. b4d3053 ipsec: infra for selecting backends by Klement Sekera · 6 years ago
  69. 2b209e3 session: fix endpt cfg test (VPP-1492) by Florin Coras · 6 years ago
  70. 5ecbbc1 VXLAN-GBP: c-n-p error in the dual-loop tracing by Neale Ranns · 6 years ago
  71. feb7092 VPP-1477: Replace DatatypeConverter.printHexBinary with bytesToHex by Michal Cmarada · 6 years ago
  72. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  73. 6917b94 vcl/ldp: fix poll by Florin Coras · 6 years ago
  74. 24010fb docs and Config utility, package cloud support by jdenisco · 6 years ago
  75. 6ebd439 tcp: cubic improvements by Florin Coras · 6 years ago
  76. aa01abb tcp: cubic fast convergence by Florin Coras · 6 years ago
  77. b688fb1 vlib:remove unused argument by Eyal Bari · 6 years ago
  78. 35a5ee1 ipsec: fix typo by Klement Sekera · 6 years ago
  79. 2419508 japi: Move Java API binding to cmake by Mohsin Kazmi · 6 years ago
  80. e82eb63 IGMP: improve CLI debug output by Neale Ranns · 6 years ago
  81. 5d9df1d L2 feautre bitmaps output verbose/non-verbose mode by Neale Ranns · 6 years ago
  82. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  83. b11175d tcp: handle disconnects after enq notifications by Florin Coras · 6 years ago
  84. 569a278 docs: add 1810, including package cloud by jdenisco · 6 years ago
  85. 5bb1eca IPv6: Make link-local configurable per-interface (VPP-1446) by Juraj Sloboda · 6 years ago
  86. 8966638 proxy-app: fix active connect by Florin Coras · 6 years ago
  87. 5efaeee pmalloc: u32 pp->index leads to va address overrun by Kingwel Xie · 6 years ago
  88. dfb5f2a Fix logging into multiple files by juraj.linkes · 6 years ago
  89. d5969e4 dpdk: configure ip4 header checksum rx offload properly by Damjan Marion · 6 years ago
  90. 46eecfd GBP: Fix error-strings array in gbp-vxlan4 by Neale Ranns · 6 years ago
  91. a8f5381 tcp: separate unit and throughput tests by Florin Coras · 6 years ago
  92. 2e31cc3 tcp: basic cubic implementation by Florin Coras · 6 years ago
  93. 97670eb vnet: remove unused field by Damjan Marion · 6 years ago
  94. ba603ba Calculate clock rounding constant by Dave Barach · 6 years ago
  95. 5100aa9 vnet: store hw interface speed in kbps instead of using flags by Damjan Marion · 6 years ago
  96. a71844f IP load-balance; trace at the end of the node so the flow hash used is displayed by Neale Ranns · 6 years ago
  97. 0ac1dd8 avf: update virtchnl header file by Damjan Marion · 6 years ago
  98. 6ec99c3 physmem: Add physmem map support by Mohsin Kazmi · 6 years ago
  99. 7040075 tlsopenssl: remove unused #include by Klement Sekera · 6 years ago
  100. 005a333 make test: remove unnecessary check by Klement Sekera · 6 years ago