1. 1ae16c8 vlib: fix u64 error counter cli printing by Florin Coras · 4 years, 7 months ago
  2. bedf48a ip-neighbor: fix show ip neighbor issue by Michael Yu · 4 years, 7 months ago
  3. cbe36e4 ethernet: fix dmac stride error by Zhiyong Yang · 4 years, 7 months ago
  4. 5c318c7 vppapigen: api crc checker by Ole Troan · 4 years, 7 months ago
  5. aa55a92 gtpu: fix coverity issue by Chenmin Sun · 4 years, 7 months ago
  6. 119286e build: reject merge conflict checkin attempts by Dave Barach · 4 years, 7 months ago
  7. 9921091 docs: fix merge damage in nat.h by Dave Wallace · 4 years, 7 months ago
  8. a5436ae vppinfra: set explicit found in search_free_list loop by Steven Luong · 4 years, 7 months ago
  9. 13bcb92 misc: add knob to generate compile_commands.json by Damjan Marion · 4 years, 7 months ago
  10. 599efc6 build: various improvements by Damjan Marion · 4 years, 7 months ago
  11. 13f64ce ethernet: fix coverity warning by Dave Barach · 4 years, 7 months ago
  12. c5c788b papi: use python3 for papi install by Ole Troan · 4 years, 7 months ago
  13. 71f62a5 nat: fix per thread data vlib_main_t usage take 2 by Ole Troan · 4 years, 7 months ago
  14. 88d6ce2 dpdk: fix compiling issue with clang by Lijian.Zhang · 4 years, 8 months ago
  15. 9ad8a26 vppinfra: fix u32x4_byte_swap on Arm by Lijian.Zhang · 4 years, 8 months ago
  16. ec7012e vppinfra: loop counter off by 1 in search_free_list() by Steven Luong · 4 years, 7 months ago
  17. def7834 nat: remove duplicate line of code by Klement Sekera · 4 years, 7 months ago
  18. 9bb09af nat: fix per thread data vlib_main_t usage by Filip Varga · 4 years, 7 months ago
  19. 5505ee8 misc: deprecate elftool by Damjan Marion · 4 years, 7 months ago
  20. 72db664 session: catch segment manager alloc failure by Florin Coras · 4 years, 8 months ago
  21. 92e1b83 lacp: fix regarding vm arg for vlib_time_now calls by Elias Rudberg · 4 years, 7 months ago
  22. a1e03d4 rdma: fix alignment issue by Damjan Marion · 4 years, 7 months ago
  23. b5a575b docs: clean up make docs job by Paul Vinciguerra · 5 years ago
  24. aad5e0c vppinfra: add timer wheel section to Sphinx docs by Dave Barach · 4 years, 7 months ago
  25. f970a75 crypto: fix coverity issues by Fan Zhang · 4 years, 8 months ago
  26. c72950e misc: fix coverity warnings by Dave Barach · 4 years, 7 months ago
  27. 971c5be rdma: fix clang build by Benoît Ganne · 4 years, 7 months ago
  28. 36686f4 misc: fts add support for non-ascii author names in yaml by Paul Vinciguerra · 4 years, 7 months ago
  29. 8f8212b nat: ipfix logging vlib_mains[thread_index] bugfix by Elias Rudberg · 4 years, 8 months ago
  30. c611f36 nat: enable force session cleanup by Filip Varga · 4 years, 8 months ago
  31. e4deacc nat: fix coverity warning by Klement Sekera · 4 years, 8 months ago
  32. 9beabd8 tests: clean up logging by Paul Vinciguerra · 5 years ago
  33. 03ec134 tests: add test description to quic tests by Dave Wallace · 4 years, 7 months ago
  34. abc5660 ipsec: User can choose the UDP source port by Neale Ranns · 4 years, 9 months ago
  35. 6fdd7a5 session: improve .api comments slightly by Vratko Polak · 4 years, 8 months ago
  36. 1ab8b3c gso: fix the make test for ipip by Mohsin Kazmi · 4 years, 7 months ago
  37. f5d38e0 api: ip: add IP_ROUTE_LOOKUP API by Christian Hopps · 4 years, 7 months ago
  38. 2fdb41a ikev2: remove sa from main thread by Filip Tehlar · 4 years, 8 months ago
  39. ed63a0f gtpu: RX offload for IPv6 payload supporting by Chenmin Sun · 4 years, 10 months ago
  40. 350737c flow: explicitly convert RSS function types in dpdk_plugin by Chenmin Sun · 4 years, 8 months ago
  41. 84f91fa gso: add support for IP-IP by Mohsin Kazmi · 4 years, 8 months ago
  42. 5ec6a4e nat: remove unused code by Klement Sekera · 4 years, 7 months ago
  43. bdfe595 ethernet: add sanity checks to p2p_ethernet_add/del by Dave Barach · 4 years, 7 months ago
  44. 08ad780 misc: 19.08.2 Release Notes by Andrew Yourtchenko · 4 years, 8 months ago
  45. 6017ff0 vcl: allow vcl worker index to be set by applications by Pivo · 4 years, 7 months ago
  46. 9845c20 session: add option to preallocate fifo headers by Florin Coras · 4 years, 8 months ago
  47. 933c4ca ikev2: fix string in api by Filip Tehlar · 4 years, 7 months ago
  48. d7a32eb vapi: add support for defaults in typedefs by Paul Vinciguerra · 4 years, 8 months ago
  49. 4ec36c5 fib: midchain adjacency optimisations by Neale Ranns · 4 years, 9 months ago
  50. b723ccf tcp: fix max tx sack blocks upper bound by Florin Coras · 4 years, 8 months ago
  51. 7784140 misc: binary api fuzz test fixes by Dave Barach · 4 years, 8 months ago
  52. d88fc0f tap: refactor existing flags by Mohsin Kazmi · 4 years, 8 months ago
  53. 6bb080f nat: per vrf session limits by Filip Varga · 4 years, 8 months ago
  54. 2f15631 tests: vpp_interface remove deprecated packed properties by Paul Vinciguerra · 4 years, 7 months ago
  55. 0b0a84c tests: improve vpp_papi_provider exception output by Paul Vinciguerra · 4 years, 8 months ago
  56. e31820a vlib: add nosyslog unix option by Ruslan Babayev · 4 years, 10 months ago
  57. 24b417c ip-neighbor: honor walk callback return value by Ruslan Babayev · 4 years, 10 months ago
  58. 7f286f7 api: fix include_guard when path contains a plus by Ruslan Babayev · 5 years ago
  59. 073d74d tap: implement sw_interface_tap_v2_dump filtering by sw_if_index by Paul Vinciguerra · 4 years, 8 months ago
  60. e891ac2 misc: add Matt Smith to the committer list by Dave Barach · 4 years, 8 months ago
  61. 6068601 l2: fix coverity warnings in l2_fwd.c by Dave Barach · 4 years, 8 months ago
  62. 1a18d11 tcp: fix v6 ll lookup fib by Florin Coras · 4 years, 8 months ago
  63. bf39597 session: cleanup listener segment manager on wrk free by Florin Coras · 4 years, 8 months ago
  64. 240dcb2 ip-neighbor: Add flush API by Neale Ranns · 4 years, 8 months ago
  65. f3783e1 hsa: bind af-unix socket only for echo tests by Florin Coras · 4 years, 8 months ago
  66. 8b43aaa flow: add l2tpv3oip flow by Chenmin Sun · 4 years, 8 months ago
  67. f539578 crypto: introduce async crypto infra by Fan Zhang · 4 years, 8 months ago
  68. 162330f build: rework x86 CPU variants by Damjan Marion · 4 years, 8 months ago
  69. dc0ded7 vcl: disconnect both flavors of bapi transport on destroy by Florin Coras · 4 years, 8 months ago
  70. 690ce86 build: support arch-specific compiling for Neoverse N1 by Lijian.Zhang · 4 years, 10 months ago
  71. e099120 ikev2: use thread local vlib_main in vlib_time_now by Filip Tehlar · 4 years, 8 months ago
  72. 3d18fbf tap: allow deletion of tun interface by Matthew Smith · 4 years, 8 months ago
  73. 6e39ff0 build: detect GNU Assembler AVX-512 bug and disable AVX-512 variants if needed by Damjan Marion · 4 years, 8 months ago
  74. 5a7f2f1 ip: use thread local vm instead of thread main for vlib_time_now calls by Tom Seidenberg · 4 years, 8 months ago
  75. 4ba16a4 misc: switch to clang-9 by Damjan Marion · 4 years, 8 months ago
  76. a3108e6 hsa: cleanup ifdefs in sock tests by Florin Coras · 4 years, 8 months ago
  77. 3a76dc3 devices: vhost: simplify string copies for GCC-10 by Benoît Ganne · 4 years, 8 months ago
  78. 28adbb3 tap: fix missing "num-rx-queues" from cli help by Mohsin Kazmi · 4 years, 8 months ago
  79. d7586d5 vcl: add separate fcntl64 ldp handler by Florin Coras · 4 years, 8 months ago
  80. c4ae0ff interface: fix interface_types.api enums by Paul Vinciguerra · 4 years, 8 months ago
  81. 34de6fe flow: explicit rss function enum cast by Florin Coras · 4 years, 8 months ago
  82. 77d9838 vlib: add ASSERT to vlib_time_now(...) by Dave Barach · 4 years, 8 months ago
  83. 635f506 svm: fix fifo alignemnt in batch prealloc by Florin Coras · 4 years, 8 months ago
  84. 049d0b4 vlib: use flexible array in vlib_buffer for GCC-10 by Benoît Ganne · 4 years, 8 months ago
  85. 07363a4 gomemif: introduce gomemif by Jakub Grajciar · 4 years, 9 months ago
  86. c458c49 vppinfra: type prove vec_new and vec_resize by Andreas Schultz · 4 years, 9 months ago
  87. 24e2c50 flow: add RSS support by Chenmin Sun · 4 years, 10 months ago
  88. 2857e78 tap: use one tap fd per rx queue by Aloys Augustin · 4 years, 9 months ago
  89. beee60d ipsec: fix buffer alloc by Filip Tehlar · 4 years, 8 months ago
  90. ca6307c nat: remove unused code by Klement Sekera · 4 years, 8 months ago
  91. 37b4454 vppinfra: improve test coverage by Dave Barach · 4 years, 8 months ago
  92. bfb377c docs: add missing spelling dictionary by Paul Vinciguerra · 5 years ago
  93. 6230b9d tests: fix update_path_flags for multicast in vpp_ip_route by Paul Vinciguerra · 4 years, 8 months ago
  94. e64e5ff tests: implement ipaddress convenience methods by Paul Vinciguerra · 4 years, 8 months ago
  95. 58db6e1 lisp: API cleanup by Jakub Grajciar · 4 years, 11 months ago
  96. 4830e4f vlib: startup multi-arch variant configuration by Ray Kinsella · 4 years, 9 months ago
  97. a568a19 stats: add apis to delete simple/combined counters by Ole Troan · 4 years, 8 months ago
  98. c0e9441 tests: move defaults from defaultmapping to .api files by Paul Vinciguerra · 4 years, 8 months ago
  99. f5445bf tcp: remove sack reneging verbose logging by Florin Coras · 4 years, 8 months ago
  100. 5226d26 svm: null instead of panic if fifo hdr alloc fails by Florin Coras · 4 years, 8 months ago