1. 15952b2 udp: fix tx handling of non-connected sessions by Florin Coras · 2 years ago
  2. 8c626b4 vapi: use the correct my_context_id when disconnecting API clients by Mauro Sardara · 2 years ago
  3. aff4d32 nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api. by Huawei LI · 2 years ago
  4. f1b97bf nat: fix memory leak and refactor nat44-ed db init/free. by Huawei LI · 2 years, 1 month ago
  5. 415b6a7 bfd: fix bfd udp error enum incompatibility by Dmitry Valter · 2 years ago
  6. 4117b24 ipsec: new api for sa ips and ports updates by Arthur de Kerhor · 2 years, 4 months ago
  7. 863d1c8 interface: fix format_vnet_interface_output_trace by luoyaozu · 2 years, 1 month ago
  8. 3abb32c nat: disable nat44-ed/ei features on interface deletion by Vladislav Grishenko · 2 years ago
  9. 243a043 vcl: enable gso for 'sendmsg' in LDP mode. by Dou Chao · 2 years, 1 month ago
  10. 4b9935c vapi: implement vapi_wait() for reads by Matthew Smith · 2 years ago
  11. d3ccb0c linux-cp: set severity of noisy message to debug by Matthew Smith · 2 years ago
  12. 1588222 papi: fix VPP_API_DIR by Pim van Pelt · 2 years ago
  13. 36c7e7c nat: fixed return values of enable/disable call by Filip Varga · 2 years, 1 month ago
  14. c62ddb6 http_static: clean up http redirect generation by Dave Barach · 2 years ago
  15. c0a2527 http_static: derive mime type from file extensions by Dave Barach · 2 years ago
  16. 919fdad tcp: avoid retransmit head with no data by Florin Coras · 2 years ago
  17. fe1fb3c vat2: add plugin-path parameter by Ole Troan · 2 years ago
  18. bcdde1a papi: export packed message structures by Ole Troan · 2 years ago
  19. 37157da tests: multiple apidir locations by Ole Troan · 2 years ago
  20. d741383 api: avoid sigpipe for unruly api client by Ole Troan · 2 years ago
  21. f22824b papi: fix async support for socket transport by Ole Troan · 2 years ago
  22. 287c125 http_static: misc bug fixes by Dave Barach · 2 years ago
  23. bd9cde8 classify: increase metadata from 16- to 32-bits by Benoît Ganne · 2 years ago
  24. 55fbf55 http_static: fix http(s) redirects by Dave Barach · 2 years ago
  25. 9067f33 stats: return empty vector rather than NULL if stat_segment_dump_r() is run on an empty vector from ls by Andrew Yourtchenko · 2 years ago
  26. 309f7aa session: move connects to first worker by Florin Coras · 2 years, 9 months ago
  27. 06bbab0 quic: update to quicly v0.1.4 by Dave Wallace · 2 years ago
  28. b01efc5 buffers: revert protect against bad thread indices by Benoît Ganne · 2 years ago
  29. ea0b890 vlib: clib_panic if sysconf() can't determine page size on startup by Andrew Yourtchenko · 2 years, 3 months ago
  30. 5163d59 vnet: fix trace flag copying in icmp4 by Klement Sekera · 2 years, 1 month ago
  31. 7eba44d vhost: convert vhost device driver to a plugin by Steven Luong · 2 years, 2 months ago
  32. a6d16b7 avf: support generic flow by Ting Xu · 2 years, 2 months ago
  33. 583d4c9 wireguard: add atomic mutex by Gabriel Oginski · 2 years, 2 months ago
  34. 4afdfb4 hsa: session rpc for echo client cli notifications by Florin Coras · 2 years, 1 month ago
  35. 5010bbd stats: add boot time in stats segment by Ole Troan · 2 years, 1 month ago
  36. e1f2058 udp: refactor port allocation and sharing by Florin Coras · 2 years, 1 month ago
  37. bf27ca8 session: transport endpt cleanup on owner thread by Florin Coras · 2 years, 1 month ago
  38. b9e391e wireguard: compute checksum for outer ipv6 header by Artem Glazychev · 2 years, 2 months ago
  39. 3f885f9 stats: fix the memory leak in stat_client.c by Andrew Yourtchenko · 2 years, 1 month ago
  40. 6db2758 rdma: fix for-loop initialization in scalar path by Jieqiang Wang · 2 years, 1 month ago
  41. 520cde4 ipsec: use correct reply message by Vratko Polak · 2 years, 1 month ago
  42. d1c7506 vapi: write enumflag types to vapi headers by Matthew Smith · 2 years, 1 month ago
  43. 14bf6a8 ipsec: remove redundant policy array in fast path spd by Piotr Bronowski · 2 years, 2 months ago
  44. 797562c udp: preallocate ports sparse vec map by Florin Coras · 2 years, 1 month ago
  45. 530c5ee interface: remove the pending interrupt from deleting interface by Mohsin Kazmi · 2 years, 1 month ago
  46. b79d09b sr: srv6 path tracing api by Julian Klaiber · 2 years, 1 month ago
  47. 0036dcf gso: add gso documentation by Mohsin Kazmi · 2 years, 2 months ago
  48. f078182 linux-cp: fix FIB_ENTRY_FLAG_ATTACHED by Alexander Skorichenko · 2 years, 1 month ago
  49. ed5f291 policer: adding documentation by Maxime Peim · 2 years, 1 month ago
  50. 9a8d12d acl: fix set acl-plugin cli unformat free. by Huawei LI · 2 years, 1 month ago
  51. e479eae ipsec: improve ipsec policy adding performance by Xiaoming Jiang · 2 years, 2 months ago
  52. dfd1698 tls: memory leak due to missing call to vnet_crypto_key_del by Steven Luong · 2 years, 1 month ago
  53. fe2d23f ipsec: Failure at the start of the batch should not invalidate the rest of the batch by Neale Ranns · 2 years, 1 month ago
  54. 0b466ad session: add transport main structure by Florin Coras · 2 years, 1 month ago
  55. 568ef46 crypto-ipsecmb: fix plugin crash in VirtualBox by Maros Ondrejicka · 2 years, 1 month ago
  56. 6af9330 http: use safe pool realloc by Florin Coras · 2 years, 8 months ago
  57. ec315bf srtp: use safe pool reallocs by Florin Coras · 2 years, 8 months ago
  58. 9688b3b session: safe pools for cut-through sessions by Florin Coras · 2 years, 8 months ago
  59. e8d8d47 session: reduce safe pool expand rate by Florin Coras · 2 years, 1 month ago
  60. 37b5ccc linux-cp: fix lcp_itf_pair_create()'s memory leak by luoyaozu · 2 years, 2 months ago
  61. ee4172e http: support client connect by Filip Tehlar · 2 years, 3 months ago
  62. ea6c878 nat: updating my maintainer email address by Filip Varga · 2 years, 1 month ago
  63. 4dbd641 sr: fix added for configuring vlan sub interface as iif interface in End.AD.Flow localsid by ChinmayaAgarwal · 2 years, 3 months ago
  64. 80c5fb7 acl: verify that src and dst have sane and same address family by Andrew Yourtchenko · 3 years, 9 months ago
  65. 90943e5 ip: fix unformat_ip_address forcing version to IP4 for some IP6 addresses by Andrew Yourtchenko · 2 years, 1 month ago
  66. 1f4b651 policer: improvement show policer cli. by Huawei LI · 2 years, 1 month ago
  67. 66b735a prom: fix stats vector leak by Florin Coras · 2 years, 1 month ago
  68. 61fdfd5 nat: fix per-vrf session bookkeeping by Jing Peng · 2 years, 5 months ago
  69. 9ff833d nat: fix byte order error. by Huawei LI · 2 years, 2 months ago
  70. ce1ff6a ip6-nd: set router flag on NA if appropriate by Matthew Smith · 2 years, 1 month ago
  71. f094ce7 ip6-nd: initialize radv_info->send_radv to 1 by Dave Barach · 2 years, 2 months ago
  72. 23c9896 hsa: echo client crash when it fails to connect to remote by Steven Luong · 2 years, 1 month ago
  73. a6a01f1 classify: fix crash when update nonexistent classify table. by Huawei LI · 2 years, 1 month ago
  74. a923ce5 nat: cleanup of deprecated features by Filip Varga · 2 years, 2 months ago
  75. 208e7dc tls: crash in mbedtls due to ctx is already free by Steven Luong · 2 years, 1 month ago
  76. e69d974 misc: fix failing TestNs/TestHttpTps test in hstf by Maros Ondrejicka · 2 years, 1 month ago
  77. 7a87c71 session: fix tx_fifo clear and incorrect bitmap invalidation by Dongya Zhang · 2 years, 1 month ago
  78. 39d6dec sr: SRv6 Path Tracing Midpoint behaviour by Julian Klaiber · 2 years, 2 months ago
  79. 768f284 quic: use safe pool realloc by Florin Coras · 2 years, 9 months ago
  80. 009303d tls: use safe pool reallocs by Florin Coras · 2 years, 9 months ago
  81. 648c292 cnat: Fix unformat_cnat_snat_interface_map_type by Miguel Borges de Freitas · 2 years, 2 months ago
  82. 0db1575 vcl: register workers when reattaching to vpp by Maros Ondrejicka · 2 years, 2 months ago
  83. d810a6e session: add session event log for session state by Steven Luong · 2 years, 2 months ago
  84. 5efc0cd virtio: use current_data as l2_hdr_offset by Mohsin Kazmi · 2 years, 2 months ago
  85. 4561d6d devices: fix the l2 hdr offset in af_packet transmit side by Mohsin Kazmi · 2 years, 2 months ago
  86. 4c89b18 udp: use new wrk context for connections by Florin Coras · 2 years, 2 months ago
  87. 1c29dfb udp: postpone cleanup of udp connections by Florin Coras · 2 years, 2 months ago
  88. 1867982 rdma: set correct CQE flags by Jieqiang Wang · 2 years, 3 months ago
  89. bf93670 rdma: fix ipv4 checksum check in rdma-input node by Jieqiang Wang · 2 years, 3 months ago
  90. 813c1bd hash: add local variable by Gabriel Oginski · 2 years, 2 months ago
  91. 938bff8 docs: update cnat docs to current vpp version by Miguel Borges de Freitas · 2 years, 2 months ago
  92. a57549a dpdk: add Intel QAT 200xx series support by Vladimir Ratnikov · 2 years, 2 months ago
  93. 0d36720 vppinfra: fix incorrect sizeof() argument due to typo by Andrew Yourtchenko · 2 years, 2 months ago
  94. cb3a6bd crypto: fix dead nn foreach by Dmitry Valter · 2 years, 2 months ago
  95. 4897257 gso: remove vxlan header include file dependency by Steven Luong · 2 years, 2 months ago
  96. 8b90d89 devices: add support for af-packet v2 by Mohsin Kazmi · 2 years, 3 months ago
  97. 65bff88 crypto-sw-scheduler: fix queue iterator by Vladimir Ratnikov · 2 years, 2 months ago
  98. f8ee39f udp: support for disabling tx csum by Florin Coras · 2 years, 2 months ago
  99. 20de85b session: add session debug cli by Steven Luong · 2 years, 2 months ago
  100. 049dee9 virtio: fix the missing unlock by Mohsin Kazmi · 2 years, 2 months ago