1. 4c276f0 vppinfra: move clib_count_equal_* code by Damjan Marion · 3 years, 1 month ago
  2. d67ab10 unittest: remove clib_count_equal_* tests by Damjan Marion · 3 years, 1 month ago
  3. bc1640a tcp: in place tcp header for buffer resets by Florin Coras · 3 years, 1 month ago
  4. 2e3a79f build: print compiler and library dir by Damjan Marion · 3 years, 1 month ago
  5. 48ec32f dpdk: remove dead code by Damjan Marion · 3 years, 1 month ago
  6. e107709 pci: remove dead code by Damjan Marion · 3 years, 1 month ago
  7. 3f8b8d3 vlib: remove dead code by Damjan Marion · 3 years, 1 month ago
  8. ad8b37d devices: remove dead code in pipe by Damjan Marion · 3 years, 1 month ago
  9. 229b28e vppinfra: remove dead code in elf.c by Damjan Marion · 3 years, 1 month ago
  10. d4e9040 ip: remove dead code by Damjan Marion · 3 years, 1 month ago
  11. 4902dda snort: default logging level should not be debug by Damjan Marion · 3 years, 1 month ago
  12. 2fcf7df snort: fix unused result warning for gcc-10 by Tianyu Li · 3 years, 5 months ago
  13. 51ddd38 unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_strncat by Steven Luong · 3 years, 1 month ago
  14. 6259406 virtio: fix the initialization by Mohsin Kazmi · 3 years, 1 month ago
  15. d4ba0d1 ip: speed up reassembly code compilation by Klement Sekera · 3 years, 1 month ago
  16. 5a58e7c ip: reassembly: avoid reading truncated L4 headers by Klement Sekera · 3 years, 1 month ago
  17. b5a2b05 vppinfra: strstr_s_inline checks string unterminated wrong by Steven Luong · 3 years, 1 month ago
  18. 03d0fbe pci: allocate and set length pci product name by Ray Kinsella · 3 years, 1 month ago
  19. 4739c88 wireguard: reduce memcopy and prefetch header by Gabriel Oginski · 3 years, 2 months ago
  20. 505fd37 tcp: make buffer reset function public by Florin Coras · 3 years, 1 month ago
  21. ffd9ddb vcl: fix event triggered after closing connections. by liuyacan · 3 years, 2 months ago
  22. 0d7fd78 linux-cp: Cleanup any existing pairs when an interface is deleted by Neale Ranns · 3 years, 2 months ago
  23. bed9b72 ipsec: Support the single IPSec interface dump by Neale Ranns · 3 years, 2 months ago
  24. 849b474 ip: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  25. 6ea5c47 fib: allow vnet rewrite max size to be smaller the pre_data by Benoît Ganne · 3 years, 2 months ago
  26. 543a0fd snort: fix inconsistent snort input mode by Sivaprasad Tummala · 3 years, 1 month ago
  27. eb41670 tests: change code to avoid gcc-11 warning by Klement Sekera · 3 years, 1 month ago
  28. 064b77c build: remove unnecessary executable bits by Ray Kinsella · 3 years, 2 months ago
  29. e15c999 perfmon: added bundle to measure pci bandwidth by Ray Kinsella · 3 years, 1 month ago
  30. 63081ac perfmon: added intel internal io pmu support by Ray Kinsella · 3 years, 1 month ago
  31. 5714a49 vlib: retrieve the root bus of a given pci device by Ray Kinsella · 3 years, 1 month ago
  32. 6efe025 vlib: add format pci link port by Ray Kinsella · 3 years, 1 month ago
  33. 4b1e76b vlib: allocate pci product_name with vec_alloc by Ray Kinsella · 3 years, 1 month ago
  34. 6eb0f84 vppinfra: initial RISC-V support by Damjan Marion · 3 years, 2 months ago
  35. 1e6d30b interface: avoid dependency on crc32 for eth handoff by Florin Coras · 3 years, 1 month ago
  36. 06e0085 ip: fix build without vector unit by Damjan Marion · 3 years, 2 months ago
  37. 55c8fa4 classify: fix build on systems without crc32f and vector unit by Damjan Marion · 3 years, 2 months ago
  38. 55b3323 flowprobe: missing header by Damjan Marion · 3 years, 2 months ago
  39. 21feecf build: clang-13 support by Damjan Marion · 3 years, 2 months ago
  40. 60706a2 l2: fix outside array bounds errors by Damjan Marion · 3 years, 2 months ago
  41. b850932 lisp: fix outside array bounds by Damjan Marion · 3 years, 2 months ago
  42. 31ee6f5 vppinfra: add CLIB_ASSUME() macro by Damjan Marion · 3 years, 2 months ago
  43. 21aa673 tcp: fix uninitializad value by Damjan Marion · 3 years, 2 months ago
  44. 97475fd vppinfra: fix calljmp test by Damjan Marion · 3 years, 2 months ago
  45. 26abb60 hash: check if crc32c is available by Damjan Marion · 3 years, 2 months ago
  46. d0b2660 ipsec: silence gcc-11 parentheses warning by Damjan Marion · 3 years, 2 months ago
  47. 943a4b0 interface: handoff refactor and optimizations by Florin Coras · 3 years, 2 months ago
  48. d9fc708 build: add missing fib headers in packages by Benoît Ganne · 3 years, 2 months ago
  49. 001eb92 nat: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  50. ba87563 policer: fix coverity warning/NULL dereference by Klement Sekera · 3 years, 2 months ago
  51. b225b0a devices: default mode eth in the api by Nathan Skrzypczak · 3 years, 2 months ago
  52. 8f3415d interface: refactor interface output node in different processing levels by Mohsin Kazmi · 3 years, 2 months ago
  53. e6709ff ip: improve csum fold on x86_64 by Damjan Marion · 3 years, 2 months ago
  54. 48c0534 vrrp: fix coverity warning/NULL dereference by Klement Sekera · 3 years, 2 months ago
  55. 2b716b1 tap: handle null namespace and bridge correctly by Matthew Smith · 3 years, 2 months ago
  56. c19ac30 vppinfra: A bitmap copy function by Neale Ranns · 3 years, 2 months ago
  57. 5d8072c perfmon: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  58. 9f4e5d8 ioam: fix coverity warning/NULL dereference by Klement Sekera · 3 years, 2 months ago
  59. c3225dd devices: fix coverity warning/don't leak fd by Klement Sekera · 3 years, 2 months ago
  60. e2f3aa1 tcp: fix use of invalid local sw_if_index by Florin Coras · 3 years, 2 months ago
  61. f62ed3f vppinfra: improve clib_array_mask_u32 by Damjan Marion · 3 years, 2 months ago
  62. bd908d5 vppinfra: use bzhi in pow2_mask when available by Damjan Marion · 3 years, 2 months ago
  63. 2b9a4bf api: fix buffer overflow in vl_msg_replay_json by Benoît Ganne · 3 years, 2 months ago
  64. c12d48f crypto: add barrier in crypto key add by Gabriel Oginski · 3 years, 2 months ago
  65. dec79ec perfmon: properly unmap mmapped pages by Klement Sekera · 3 years, 2 months ago
  66. 3effadc tcp: fix: TCP timewait port reuse rfc compliance by Michal Kalderon · 3 years, 4 months ago
  67. 3265ec8 bier: Disposition paths don't set the next-hop by Neale Ranns · 3 years, 2 months ago
  68. 312b4cd arp: fix for source address selection by Ed Warnicke · 3 years, 2 months ago
  69. ac306bd vcl: fix cfg parser handling of empty lines by Florin Coras · 3 years, 2 months ago
  70. 98008bc session: fix minor issue by Filip Tehlar · 3 years, 2 months ago
  71. cae84fa devices: add support for l3 af_packet interface by Mohsin Kazmi · 3 years, 2 months ago
  72. 0ad0608 ipsec: add api test file by Filip Tehlar · 3 years, 5 months ago
  73. 397228d fib: Don't back walk from a path-list when a child fist attaches. by Neale Ranns · 3 years, 2 months ago
  74. 8e2b1b1 fib: respect mfib entry flags on create with paths by Paul Atkins · 3 years, 2 months ago
  75. bfa8608 ip: Add ip46-local node for local swif[rx] by Nathan Skrzypczak · 3 years, 3 months ago
  76. 1b6fb40 l2: add api test file by Filip Tehlar · 3 years, 5 months ago
  77. af50b4f ip6: set local flag on outbound echo reply by Matthew Smith · 3 years, 2 months ago
  78. ea25722 session: add api test file by Filip Tehlar · 3 years, 2 months ago
  79. cfdb15b ip6: fix IPv6 address calculation error using "ip route add" CLI by Jieqiang Wang · 3 years, 4 months ago
  80. d9e7ac3 gso: add support for gso perf unittest by Mohsin Kazmi · 3 years, 2 months ago
  81. 1953da6 nat: nat44-ei configuration improvements by Filip Varga · 3 years, 3 months ago
  82. 27775f0 nat: NAT44-ED api fix and improvement by Filip Varga · 3 years, 3 months ago
  83. 4c3c60d bfd: fix bfd_key_id update by Alexander Skorichenko · 3 years, 2 months ago
  84. 0dfad21 bfd: fix desired_min_tx_nsec update by Alexander Skorichenko · 3 years, 2 months ago
  85. a4ba8da api: remove legacy pd msg handlers by Klement Sekera · 3 years, 2 months ago
  86. f0e67d7 interface: add api test file by Filip Tehlar · 3 years, 5 months ago
  87. 2e55823 interface: fix offload flag check by Nathan Skrzypczak · 3 years, 7 months ago
  88. 27c5668 memif: Enhance show memif descriptors to display region by Steven Luong · 3 years, 2 months ago
  89. 0d27e3e perfmon: topdown lvl 2 support on sapphire rapids by Ray Kinsella · 3 years, 2 months ago
  90. 5bb0eb1 perfmon: additional perf counters on icelake by Ray Kinsella · 3 years, 2 months ago
  91. 1eb8fea vcl: narrow the scope of the restriction of vlsh_bit_val by wanghanlin · 3 years, 2 months ago
  92. 353575f pppoe: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  93. ff334db nat: static mappings in flow hash by Klement Sekera · 3 years, 7 months ago
  94. 4450b03 ip6-nd: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  95. a0f55c9 tests: fix coverity warnings by Klement Sekera · 3 years, 2 months ago
  96. e29c7e8 misc: fix coverity warning in ila plugin by Klement Sekera · 3 years, 2 months ago
  97. 9ad39c0 docs: better docs, mv doxygen to sphinx by Nathan Skrzypczak · 3 years, 4 months ago
  98. f47122e docs: convert plugins doc md->rst by Nathan Skrzypczak · 3 years, 2 months ago
  99. 1e42812 nat: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  100. d4a7064 docs: convert vpp doc md->rst by Nathan Skrzypczak · 3 years, 2 months ago