1. 6a6df00 dma_intel: fix potential invalid batch status by Marvin Liu · 1 year, 9 months ago
  2. f4ddf16 hs-test: create temporary folder at init by Maros Ondrejicka · 1 year, 9 months ago
  3. e10ace2 dpdk: enable Google Virtual Ethernet by Marvin Liu · 1 year, 9 months ago
  4. 0d07a5d vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8 by Andrew Yourtchenko · 1 year, 9 months ago
  5. aeb7c1c session vcl: refactor builtin tx event for main tx by Florin Coras · 1 year, 9 months ago
  6. 48d2e15 session: pre-alloc required dma batches by Marvin Liu · 1 year, 9 months ago
  7. 738aba7 vlib: pre-alloc dma backend batches by Marvin Liu · 1 year, 9 months ago
  8. 0d712c1 session: format transport connection flags by Florin Coras · 1 year, 9 months ago
  9. 02aa2ca session: cleanup lcl endpt freelist before all alloc by Florin Coras · 1 year, 9 months ago
  10. 1552228 build: add support for intel alderlake and sapphirerapids by Damjan Marion · 1 year, 9 months ago
  11. 8ade308 crypto-native: avoid crash on 12th and 13th gen Intel client CPUs by Damjan Marion · 1 year, 9 months ago
  12. f6d3abd memif: don't leak error strings in API handlers by Damjan Marion · 1 year, 9 months ago
  13. a361a39 udp: Use udp_output_get_connection instead of udp_connection_get by Steven Luong · 1 year, 9 months ago
  14. 0638619 avf: 512-bit SIMD version of avf_tx_prepare by Leyi Rong · 1 year, 9 months ago
  15. c6c4e86 vcl: init ldp config before vcl init by Florin Coras · 1 year, 9 months ago
  16. 767a9ab vlib: 512-bit SIMD version of vlib_buffer_free by Leyi Rong · 1 year, 9 months ago
  17. 7b0d48f af_packet: fix the broken functionality upon admin down by Mohsin Kazmi · 1 year, 9 months ago
  18. 66c675e vcl: fix select connected deq notification by Florin Coras · 1 year, 9 months ago
  19. 436c7ba vcl: fix epoll out evt on connect by Florin Coras · 1 year, 9 months ago
  20. a468fd7 session: Use session->thread_index to correctly retrieve the session by Steven Luong · 1 year, 9 months ago
  21. f72bb6f hs-test: fix install-deps by Dave Wallace · 1 year, 9 months ago
  22. 51cb655 quic: use tx instead of builtin_tx event with timers by Florin Coras · 1 year, 9 months ago
  23. 05120fb hs-test: fix docker-ce install by Dave Wallace · 1 year, 9 months ago
  24. 1a66150 hs-test: add vppctl wrapper script by Filip Tehlar · 1 year, 9 months ago
  25. 9abba11 hs-test: fix envoy test by Filip Tehlar · 1 year, 9 months ago
  26. 21121f6 avf: enable rss action of flow by Xinyao Cai · 1 year, 10 months ago
  27. d1dc106 vlib: stop worker threads on main loop exit by Vladislav Grishenko · 3 years ago
  28. b793640 avf: fix cli memory leak with incorrect options by Tianyu Li · 1 year, 11 months ago
  29. 16581f5 udp: crash in format_udp_connection by Steven Luong · 1 year, 9 months ago
  30. 16cc15b build: check for presence of python ply by Damjan Marion · 1 year, 10 months ago
  31. 1cada9a build: make Python3 mandatory by Damjan Marion · 1 year, 9 months ago
  32. 3ffc77d tcp: allow syns in closed state by Florin Coras · 1 year, 10 months ago
  33. a41a0b5 vcl: do not stop listeners on vls epoll del by Florin Coras · 1 year, 10 months ago
  34. c86662a vcl: always drain libc epoll with eventfds in ldp by Florin Coras · 1 year, 9 months ago
  35. 87767d8 hs-test: nginx mirroring test improvements by Florin Coras · 1 year, 9 months ago
  36. 2d3da80 vlib: fix vlib_log for elog by luoyaozu · 2 years, 1 month ago
  37. 79cb1d5 stats: fix tests with multiple workers by Benoît Ganne · 1 year, 10 months ago
  38. 064ff15 lb: keep AddressSanitizer happy by Benoît Ganne · 1 year, 11 months ago
  39. 22460d6 vppinfra: fix memory traces by Benoît Ganne · 2 years, 1 month ago
  40. eb41541 af_packet: fix the first packet offset by Mohsin Kazmi · 1 year, 10 months ago
  41. 258aac9 af_xdp: fix netns configuration by Benoît Ganne · 1 year, 11 months ago
  42. 634873c build: add sanitizer option to configure script by Benoît Ganne · 2 years, 2 months ago
  43. ff2fba7 vlib: avoid non-mp-safe cli process node updates by Vladislav Grishenko · 3 years, 5 months ago
  44. 8181727 interface: more cleaning after set flags is failed in vnet_create_sw_interface by varasteh · 3 years ago
  45. 88d9414 interface: add the missing tag keyword in the cli helper by Mohsin Kazmi · 1 year, 11 months ago
  46. 063549f crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag by Benoît Ganne · 2 years, 11 months ago
  47. f471e33 memif: fix input vector rate of memif-input node by Liangxing Wang · 1 year, 11 months ago
  48. 4d830d2 vlib: fix macro define command not work in startup config exec script by Xiaoming Jiang · 2 years ago
  49. 4646cd4 vlib: fix ASAN fake stack size set error when switching to process by Xiaoming Jiang · 2 years ago
  50. c36f9b5 dpdk: plugin init should be protect by thread barrier by Xiaoming Jiang · 2 years ago
  51. 60a107c vppinfra: adding support for socket mounting paths by Mohsin Kazmi · 1 year, 10 months ago
  52. 99d3a40 flow dpdk: introduce IP in IP support for flow by Xinyao Cai · 1 year, 10 months ago
  53. a20afdc vppinfra: fix clib_bitmap_will_expand() result inversion by Vladislav Grishenko · 1 year, 10 months ago
  54. 1ee334c crypto: make it easier to diagnose keys use-after-free by Benoît Ganne · 2 years ago
  55. d69233f build: replace phony target with .ok file by Jieqiang Wang · 1 year, 10 months ago
  56. 79687d9 misc: define SElinux mapped file permissions by Christian Svensson · 1 year, 10 months ago
  57. 184a70a build: add Rocky Linux 9 support by Christian Svensson · 1 year, 10 months ago
  58. 15eec55 snort: fix descriptor offset may be truncated if buffers num too large by jiangxiaoming · 2 years, 9 months ago
  59. e13baaa interface: fix 4 or more interfaces equality comparison bug with xor operation using (a^a)^(b^b) by lijinhui · 2 years, 4 months ago
  60. af62f93 vppinfra: display only the 1st 50 memory traces by default by Benoît Ganne · 1 year, 10 months ago
  61. 73507dd stats: fix node name compare error when updating stats segment by Xiaoming Jiang · 2 years ago
  62. 8b213ee memif: autogenerate socket_ids by Nathan Skrzypczak · 3 years ago
  63. ec5c40b hs-test: add support for running vpp in gdb by Filip Tehlar · 1 year, 10 months ago
  64. 2da99e5 vpp-swan: fix memory leaks by Gabriel Oginski · 1 year, 10 months ago
  65. 9ad423f wireguard: add barrier to sync data by Gabriel Oginski · 1 year, 10 months ago
  66. 04853c6 stats: expose symlink to stats client by Ole Troan · 1 year, 10 months ago
  67. d346f39 docs: fixed to use unified "pcap trace" command by Nobuhiro MIKI · 1 year, 10 months ago
  68. 01ee7a7 vcl: accept bound notifications in epoll wait by Florin Coras · 1 year, 10 months ago
  69. 7a1e95a vcl: accept vcl spurious wakeup in epoll wait eventfd by Florin Coras · 1 year, 10 months ago
  70. 06defbc vcl: close libc epfd on vls epfd close by Florin Coras · 1 year, 10 months ago
  71. c2a1417 vcl: only add sessions to lt list if needed by Florin Coras · 1 year, 10 months ago
  72. 56bfc63 hs-test: update hs-test documentation by Maros Ondrejicka · 1 year, 10 months ago
  73. b5c7317 hs-test: fix error check by Maros Ondrejicka · 1 year, 10 months ago
  74. 2cc8c0a udp: fix optimistic assert for UDP RX by Mohammed Hawari · 1 year, 10 months ago
  75. ad215f2 vpp-swan: improve Makefile by Fan Zhang · 1 year, 10 months ago
  76. 2073fe4 vcl: fix undeclared UDP_SEGMENT for centos 8 by Tianyu Li · 1 year, 10 months ago
  77. e2415f7 hs-test: fix wait for app after ldp change by Florin Coras · 1 year, 10 months ago
  78. 3d6156f session: consolidate port alloc logic by Florin Coras · 1 year, 11 months ago
  79. 045a6ae tcp: add dispatch errors to counters by Florin Coras · 1 year, 10 months ago
  80. 85396a5 hs-test: fill configuration files at runtime by Maros Ondrejicka · 1 year, 10 months ago
  81. 729b9c9 vcl: use program invocation name in ldp app name by Florin Coras · 1 year, 10 months ago
  82. 7e1d6ef hs-test: allow nginx suite to unconfigure topology by Maros Ondrejicka · 1 year, 10 months ago
  83. c2f76f4 hs-test: test vpp+nginx mirroring with tap ifaces by Maros Ondrejicka · 1 year, 10 months ago
  84. b0116a1 vcl: handle lt events in epoll ctl by Florin Coras · 1 year, 10 months ago
  85. af004dd hs-test: add option to unconfigure topology by Maros Ondrejicka · 1 year, 10 months ago
  86. 3288193 vcl: improve vls handling of shared listeners by Florin Coras · 1 year, 10 months ago
  87. 40cba40 hs-test: refactor netconfig by Maros Ondrejicka · 1 year, 10 months ago
  88. 9cb3e15 vpp-swan: fix segmentation fault in arp function by Gabriel Oginski · 1 year, 10 months ago
  89. a10437f wireguard: fix potential leaks of async frame by Gabriel Oginski · 1 year, 10 months ago
  90. 5035bf0 tcp: fix error counters by Filip Tehlar · 1 year, 10 months ago
  91. a2d5262 hs-test: store logs by Maros Ondrejicka · 1 year, 10 months ago
  92. ad40607 hs-test: modify nginx tests by Maros Ondrejicka · 1 year, 10 months ago
  93. 671cf51 hs-test: improve test infra by Filip Tehlar · 1 year, 11 months ago
  94. 182d2b4 srtp: fix build on ubuntu-22.04 by Dave Wallace · 1 year, 10 months ago
  95. 67dbc4a hs-test: fix install/build on new ubuntu instance by Dave Wallace · 1 year, 10 months ago
  96. 300f70d hs-test: clean-up ip address generation by Maros Ondrejicka · 1 year, 10 months ago
  97. 7c06b57 session: track app session closes by Florin Coras · 1 year, 10 months ago
  98. eff5f7a vcl: ldp support for ip_pktinfo by Florin Coras · 1 year, 10 months ago
  99. 7c7231f vcl: fix incorrect ldp worker in ldp_epoll_pwait() by Liangxing Wang · 1 year, 10 months ago
  100. 2ddb2fd hs-test: check for missing output in nginx tests by Maros Ondrejicka · 1 year, 10 months ago