1. 9e7a0b4 vlib: pass node runtime to vlib_buffer_enqueue_to_thread() by Damjan Marion · 3 years, 7 months ago
  2. ca1bbbb avf: free spinlock on txq removal by Damjan Marion · 3 years, 7 months ago
  3. c3d0012 interface: fix converity in update_runtime_data by Mohammed Hawari · 3 years, 7 months ago
  4. c389de2 interface: update tx queue runtime if vector size changes by Damjan Marion · 3 years, 7 months ago
  5. 4fca744 vcl: fix lookup listener assert by liuyacan · 3 years, 7 months ago
  6. 374df7a session: switch ct to vc and track half-opens by Florin Coras · 3 years, 7 months ago
  7. bab6c52 tls: switch dtls to vc and track half-opens by Florin Coras · 3 years, 7 months ago
  8. 9f07085 lacp: Prohibiting bonding with remote having different key than 1st member by Steven Luong · 3 years, 7 months ago
  9. e4c8d69 interface: fix tx queue runtime update by Damjan Marion · 3 years, 7 months ago
  10. eddd8e3 tests: move test source to vpp/test by Dave Wallace · 3 years, 7 months ago
  11. 8b4d474 avf: avoid eating our own tail by Damjan Marion · 3 years, 7 months ago
  12. ee32d66 flow: fix vxlan vni convert bug by Chenmin Sun · 3 years, 7 months ago
  13. 2c876f9 tls: switch to vc service and track half-open sessions by Florin Coras · 3 years, 7 months ago
  14. 89a9f61 session: return connect session handle to app by Florin Coras · 3 years, 7 months ago
  15. 106e24b crypto: add chacha20-poly1305 support to ipsecmb by Fan Zhang · 3 years, 7 months ago
  16. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  17. 7b2917f ip: ensure ttl doesn't decrease to 0 when punting by Aloys Augustin · 3 years, 8 months ago
  18. 1bd6cbb interface: tx queue infra by Damjan Marion · 3 years, 8 months ago
  19. 0d39cba build: compiler flags handling cleanup by Damjan Marion · 3 years, 7 months ago
  20. 033e6ef quic: alloc ctx on udp thread by Florin Coras · 3 years, 7 months ago
  21. 04a1413 vppinfra: Add missing %o by Nathan Skrzypczak · 3 years, 7 months ago
  22. 269e156 vlib: exec cmd handle scripts with blank lines by Dave Barach · 3 years, 7 months ago
  23. 1691da6 misc: fix crash in lawful intercept CLI by hemant_mnkcg · 3 years, 8 months ago
  24. ea72764 session: use half-open sessions for vc establishment by Florin Coras · 3 years, 7 months ago
  25. e2272ac dpdk: do not crash when failing to bring interface up by Benoît Ganne · 3 years, 7 months ago
  26. 0d31b9c svm: try chunk alloc only if enough space available by Florin Coras · 3 years, 7 months ago
  27. 9314ed8 gso: fix the gro coalesced chain len by Mohsin Kazmi · 3 years, 7 months ago
  28. 9f42fff api: fix crash in vl_msg_api_free by wanghanlin · 3 years, 7 months ago
  29. 27e93a5 vhost: low performance in interrupt mode in some cases by Steven Luong · 3 years, 7 months ago
  30. 95b67a4 memif: Fix delete on error by Nathan Skrzypczak · 3 years, 7 months ago
  31. 90ce4fd avf: fix coverity by Mohammed Hawari · 3 years, 7 months ago
  32. 7508f0a dpdk: fix cryptodev session handler by Fan Zhang · 3 years, 7 months ago
  33. 94a6df0 session: connects seg manager is always first by Florin Coras · 3 years, 7 months ago
  34. bd376a8 avf: Fix cksum offload / ipsec by Nathan Skrzypczak · 3 years, 7 months ago
  35. e3e3555 vppinfra: add universal array mask_compare and compress funcs by Damjan Marion · 3 years, 7 months ago
  36. 312fb4d build: add FORCE_ON option for multiarch variants by Damjan Marion · 3 years, 7 months ago
  37. 3ec0165 vcl: move tests to src/tests by Florin Coras · 3 years, 7 months ago
  38. 3b51f28 stats: move vector_rate counters into provider by Ole Troan · 3 years, 7 months ago
  39. 8f12698 vlib: remove unused simple counters fields by Ole Troan · 3 years, 7 months ago
  40. 1d87914 vcl: reduce iperf tests output by Florin Coras · 3 years, 7 months ago
  41. 4a251d0 vppinfra: fix tests by Damjan Marion · 3 years, 7 months ago
  42. 2c4acdd vlib: rename vl_counter_t to vlib_error_desc_t by Ole Troan · 3 years, 7 months ago
  43. a606d92 stats: memory heap counters by Ole Troan · 3 years, 7 months ago
  44. ec34fb7 pnat: coverity errors by Ole Troan · 3 years, 7 months ago
  45. f09d655 memif: add severity to counters by Ole Troan · 3 years, 9 months ago
  46. 36f7a6a vlib: fix the offload flags size by Mohsin Kazmi · 3 years, 7 months ago
  47. 11e0d75 vppinfra: enfoce function pointer cast in CLIB_MARCH_FN_POINTER by Damjan Marion · 3 years, 7 months ago
  48. 7d14aad vppinfra: fix x86 packs / packus wrappers by Damjan Marion · 3 years, 7 months ago
  49. a7cea39 avf: remove dead store by Damjan Marion · 3 years, 7 months ago
  50. dde163d vlib: fix adaptive mode flag unset on nodes reforking by Maxime Peim · 3 years, 8 months ago
  51. 9d91e02 nat: cli commands parsing fix by Filip Varga · 3 years, 7 months ago
  52. ae80aba nat: fixing cfg file parsing cli issues by Filip Varga · 3 years, 7 months ago
  53. 49a2925 build: set CMAKE_EXPORT_COMPILE_COMMANDS by Damjan Marion · 3 years, 7 months ago
  54. a7e830e vlib: move offload flags to 1st cacheline in vlib_buffer_t by Mohsin Kazmi · 3 years, 8 months ago
  55. baa1870 misc: ipfix process node wait time adjustment by Matthew Smith · 3 years, 8 months ago
  56. ac0415f api: fix crash in custom dump by Paul Vinciguerra · 3 years, 7 months ago
  57. 06111a8 crypto crypto-openssl: support hashing operations by Filip Tehlar · 3 years, 7 months ago
  58. 9592909 tcp: cleanup rcv-process and bulk buffer translation by Florin Coras · 3 years, 7 months ago
  59. 7f969c7 tcp: cleanup listen node and bulk buffer translation by Florin Coras · 3 years, 7 months ago
  60. b636abe tcp: cleanup syn-sent and bulk buffer translation by Florin Coras · 3 years, 7 months ago
  61. 974b468 tcp: cleanup established and bulk buffer translation by Florin Coras · 3 years, 8 months ago
  62. a02ad34 virtio: add simple drop counter for interface by Mohsin Kazmi · 3 years, 7 months ago
  63. 6799f9b virtio: fix the interrupt by Mohsin Kazmi · 3 years, 8 months ago
  64. db02380 stats: adding symlinks for nodes and interfaces in the stat segment by Arthur de Kerhor · 3 years, 9 months ago
  65. 78b0a6e dpdk: allow configuration of max-simd-bitwidth by Ray Kinsella · 3 years, 7 months ago
  66. 5a504b0 avf: fix simultaneous txq wrap and tx retry by Mohammed Hawari · 3 years, 7 months ago
  67. f5a4568 rdma: add support for RSS configuration by Benoît Ganne · 3 years, 9 months ago
  68. ee60ac6 rdma: support non-power-of-2 number of rxq by Benoît Ganne · 3 years, 7 months ago
  69. 3a533cd build: add set-build-type-* targets to CMake by Damjan Marion · 3 years, 7 months ago
  70. ba9cb1b quic: fix coverity warning by Florin Coras · 3 years, 7 months ago
  71. 694046c session: lookup listener with iface address by liuyacan · 3 years, 8 months ago
  72. 94b8077 rdma: avoid unnencessary inlining by Damjan Marion · 3 years, 8 months ago
  73. eee099e vlib: multiarch vlib_frame_queue_dequeue() by Damjan Marion · 3 years, 8 months ago
  74. 757f470 quic: improve udp dgram write by Florin Coras · 3 years, 8 months ago
  75. 88dd3cf tls: cleanup dtls migrated context by Florin Coras · 3 years, 8 months ago
  76. 87f6389 vcl: attr api to set endpt ext config by Florin Coras · 3 years, 8 months ago
  77. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 9 months ago
  78. c898324 build: add option to turn off some march variants by Damjan Marion · 3 years, 8 months ago
  79. 3648d93 build: declare some CMake variables as advanced by Damjan Marion · 3 years, 8 months ago
  80. 88b2e36 misc: experimental configure script by Damjan Marion · 3 years, 8 months ago
  81. 1079689 quic: report number of packets sent on custom tx by Florin Coras · 3 years, 8 months ago
  82. 01fcd75 hsa: vcl test client incremental stats by Florin Coras · 3 years, 8 months ago
  83. 1bb67ab build: switch release build to -O3 by Damjan Marion · 3 years, 8 months ago
  84. 600d7a8 session: accept notifies for sessions in created state by Florin Coras · 3 years, 8 months ago
  85. 87d48ad session: cleanup CREATED sessions when listener goes down by liuyacan · 3 years, 8 months ago
  86. 5c481ff crypto: fix chained buffer integrity support by Benoît Ganne · 3 years, 9 months ago
  87. edda592 hsa: vcl test perf improvements by Florin Coras · 3 years, 8 months ago
  88. ccdb8b8 vcl: fix epoll wait with indefinite timeout by Florin Coras · 3 years, 8 months ago
  89. 3295ddf vppinfra: AArch64 NEON implementation of clib_compare_u16_x64() by Damjan Marion · 3 years, 8 months ago
  90. edca8c6 vppinfra: don't fail if config.h is missing, fallback to defaults instead by Damjan Marion · 3 years, 8 months ago
  91. df6d986 papi: change default to use socket transport instead of shared memory transport by Ole Troan · 3 years, 8 months ago
  92. fd4fd0d pg: exec file fixes by mdr78 · 3 years, 9 months ago
  93. 8d58dc4 hsa: fix quic vcl test by Florin Coras · 3 years, 8 months ago
  94. 05c45b7 hsa: support sigint in vcl test client by Florin Coras · 3 years, 8 months ago
  95. a80ff13 ip: extend the punt cli to accept reason filter for sockets registration by Arthur de Kerhor · 3 years, 8 months ago
  96. e3f078f nat: fix byte order on ipfix message fields by Matthew Smith · 4 years, 1 month ago
  97. f2b6b9e gre: Remove the debugging logging from the mGRE tests by Neale Ranns · 3 years, 8 months ago
  98. 1bc46cd misc: fix dead stores by Damjan Marion · 3 years, 8 months ago
  99. ef0bac7 vlib: improve enqueue_to_next buffer indices extraction by Damjan Marion · 3 years, 8 months ago
  100. d77d379 hsa: custom proto vfts for vcl tests by Florin Coras · 3 years, 8 months ago