1. 10e5b4a session: make session code compile with SESSION_DEBUG enable by Steven Luong · 2 years, 2 months ago
  2. 65d25b4 ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_next by Damjan Marion · 2 years, 3 months ago
  3. 42ed836 ip: simpler and faster ip4_full_reass_drop_all by Damjan Marion · 2 years, 3 months ago
  4. dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
  5. 0f8f435 l2: Add bridge_domain_add_del_v2 to l2 api by Laszlo Kiraly · 2 years, 3 months ago
  6. 06923b3 fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel. by Huawei LI · 2 years, 2 months ago
  7. 23b33ec tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files by Steven Luong · 2 years, 2 months ago
  8. 8d97a5c tcp: build image with TCP_DEBUG_ALWAYS via make by Steven Luong · 2 years, 2 months ago
  9. 9260b88 fib: add fib_entry_get_path_list_for_source by Damjan Marion · 2 years, 2 months ago
  10. 426f8f2 gso: set the header offsets in gro hdr fixup by Mohsin Kazmi · 2 years, 2 months ago
  11. 6b8874e gso: fix the checksum for odd number of data bytes by Mohsin Kazmi · 2 years, 2 months ago
  12. a58055d fib: only invoke adj delegate create callback on mcast adj create by Peter Morrow · 2 years, 2 months ago
  13. 41404bf ip: reassembly - custom context instead of VRF by Mohammed Hawari · 2 years, 6 months ago
  14. 2805daa ip: reassembly - custom context of ipv6 by Mohammed Hawari · 2 years, 6 months ago
  15. 6161bba tcp: replace tcp_time_now with tcp_time_now_us by Steven Luong · 2 years, 2 months ago
  16. 9503eb5 sr: new messages created to return packet statistics in sr localsid details by ChinmayaAgarwal · 2 years, 3 months ago
  17. 1fb62c0 fib: fix dpo-receive address in ip6-ll fibs by Vladislav Grishenko · 2 years, 7 months ago
  18. 5c801b3 udp: add udp encap source port entropy support by Vladislav Grishenko · 2 years, 6 months ago
  19. a30495c gso: clear the offload flags from segmented buffers by Mohsin Kazmi · 2 years, 2 months ago
  20. a2eb507 api: deprecate vl_msg_api_set_handlers by Damjan Marion · 2 years, 7 months ago
  21. d925246 vnet: fix ip4 version and IHL check by Dmitry Valter · 2 years, 3 months ago
  22. fe45f8f api: replace print functions wth format by Damjan Marion · 2 years, 7 months ago
  23. 617d429 bfd: add tracing support to bfd-process by Klement Sekera · 2 years, 3 months ago
  24. 06abf23 ipsec: introduce fast path ipv6 inbound matching by Piotr Bronowski · 2 years, 3 months ago
  25. ed9b674 fib: add cli support for explicit link type by Benoît Ganne · 2 years, 3 months ago
  26. 6b4c6e1 arp: check for manually added proxy-arp entries by Benoît Ganne · 2 years, 3 months ago
  27. a58dae6 igmp: validate ip router alert option length by Vladislav Grishenko · 2 years, 3 months ago
  28. 6e3b3b7 build: install missing headers by Benoît Ganne · 2 years, 3 months ago
  29. de98906 teib: fix segv during failed deletion of entry by Matthew Smith · 2 years, 3 months ago
  30. 114b154 arp: update error reason when checking for proxy-arp by Benoît Ganne · 2 years, 3 months ago
  31. dd0144a virtio: add support for per queue packet counter by Mohsin Kazmi · 2 years, 3 months ago
  32. c795b88 vcl: add hugepage for vcl configure and svm by Junfeng Wang · 2 years, 4 months ago
  33. 0654242 session: support dma option by Marvin Liu · 2 years, 4 months ago
  34. b3778cc ip-neighbor: fix debug log format output by luoyaozu · 2 years, 3 months ago
  35. 121a16a ip: show fib index in ip4 reassembly trace by Damjan Marion · 2 years, 3 months ago
  36. d7c030d ipsec: make chacha20-poly1305 available via API by Vladimir Ratnikov · 2 years, 3 months ago
  37. 993b6be ipsec: introduce fast path ipv4 inbound matching by Piotr Bronowski · 2 years, 3 months ago
  38. a27aa6b fib: fix path copy function to deal with provided DPO in exclusive path by Damjan Marion · 2 years, 3 months ago
  39. 9f5b369 vlib: don't leak node frames on refork by Dmitry Valter · 2 years, 3 months ago
  40. 4a5564d fib: missing headers by Damjan Marion · 2 years, 3 months ago
  41. edb0d45 ip: fix punt socket overflow by Benoît Ganne · 3 years, 2 months ago
  42. 1363331 ipsec: fix coverity 249212 by Andrew Yourtchenko · 2 years, 3 months ago
  43. bf12efc udp: store mss and sw_if_index to udp_connection_t by Steven Luong · 2 years, 5 months ago
  44. 62fc787 gso: zero-initialize gho struct by Vladislav Grishenko · 3 years, 1 month ago
  45. 6556a99 devices: fix coverity warning by Mohsin Kazmi · 2 years, 3 months ago
  46. 89733a1 devices: add support for polling mode by Mohsin Kazmi · 2 years, 3 months ago
  47. 7dc351f l2: skip arp term for locally originated packets by Stanislav Zaikin · 2 years, 7 months ago
  48. c37ce79 tcp: do not overcount ooo bytes by Florin Coras · 2 years, 4 months ago
  49. 76b8aa0 ethernet: fix coverity 214973 by Andrew Yourtchenko · 2 years, 4 months ago
  50. 966e6ff ethernet: refactor the redundant code by Andrew Yourtchenko · 2 years, 3 months ago
  51. 186b215 ethernet: fix mac address increment error by Jieqiang Wang · 2 years, 4 months ago
  52. d2acfbc fib: fix coverity 249175 by Andrew Yourtchenko · 2 years, 4 months ago
  53. 165c963 fib: fix coverity 253539 by Andrew Yourtchenko · 2 years, 4 months ago
  54. b46a4e6 ethernet: fix coverity 218549 by Andrew Yourtchenko · 2 years, 4 months ago
  55. 4b4aded ipsec: fix coverity 249204 by Andrew Yourtchenko · 2 years, 4 months ago
  56. aac6856 classify: fix coverity 249223 by Andrew Yourtchenko · 2 years, 4 months ago
  57. 6f1eb48 ipsec: enable UDP encap for IPv6 ESP tun protect by Matthew Smith · 2 years, 4 months ago
  58. 6e4a56e ip-neighbor: Declarative .api counters. by Neale Ranns · 2 years, 4 months ago
  59. b29c606 ip: Use .api declarative counters for ICMP. by Neale Ranns · 2 years, 4 months ago
  60. d5e4e25 fib: support "midchain delegate" removal by Alexander Chernavin · 2 years, 4 months ago
  61. 30be19c ip: only set rx_sw_if_index when connection found to avoid following crash like tcp punt by Xiaoming Jiang · 2 years, 4 months ago
  62. 41a85c0 mpls: Use the .api for the definition of error/info counters by Neale Ranns · 2 years, 4 months ago
  63. e22a704 ip: Use .api declared error counters by Neale Ranns · 2 years, 4 months ago
  64. 93688d7 ipsec: Use .api declared error counters by Neale Ranns · 2 years, 4 months ago
  65. 13a74ae arp: Use the new style error count declaration by Neale Ranns · 2 years, 4 months ago
  66. 9fac9c8 tunnel: Fix API encoding of tunnel flags by Neale Ranns · 2 years, 7 months ago
  67. 5c7e579 bfd: Express node stats using the .api file by Neale Ranns · 2 years, 4 months ago
  68. 0c50dbb bfd: More descriptive error codes during packet receive handling by Neale Ranns · 2 years, 4 months ago
  69. fd2417b ip-neighbor: ARP and ND stats per-interface. by Neale Ranns · 3 years, 5 months ago
  70. 896b184 vnet: install reass headers by Mohammed Hawari · 2 years, 6 months ago
  71. 83caa62 interface: fix show_or_clear_hw_interfaces by Mohammed Hawari · 2 years, 4 months ago
  72. 8a419d5 devices: af_packet, fix tx stall by retrying failed sendto by Mohammed Hawari · 2 years, 10 months ago
  73. 389aae5 vnet: On rx-mode set, return error for an actual error. by Wayne Morrison · 2 years, 4 months ago
  74. 8188060 ipsec: fix coverity warnings found in fast path implementation by Piotr Bronowski · 2 years, 5 months ago
  75. 69977d2 ip6-nd: fix ip6 ra cli issue by Takanori Hirano · 2 years, 5 months ago
  76. 92d2965 session: fix a crash when using unregistered transport proto by Filip Tehlar · 2 years, 5 months ago
  77. 4a817a5 ip6-nd: copy mac address to wrong buffer current_data by liangrq · 2 years, 5 months ago
  78. a5266c6 vppinfra: fix formatting of format_base10 by Pim van Pelt · 2 years, 5 months ago
  79. add7637 session: increase retries to grab mq lock by Radha krishna Saragadam · 2 years, 5 months ago
  80. 86f8208 ipsec: fast path outbound policy matching implementation for ipv6 by Piotr Bronowski · 2 years, 5 months ago
  81. 55050c3 gre: fix returning the flags in the API by Ivan Shvedunov · 2 years, 5 months ago
  82. 972dc17 misc: pass NULL instead of 0 for pointer in variadic functions by Andreas Schultz · 4 years, 7 months ago
  83. d50e661 sr: SRv6 Path Tracing Sink node behavior by Ahmed Abdelsalam · 2 years, 6 months ago
  84. b03eec9 classify: use 32 bits hash by Benoît Ganne · 2 years, 6 months ago
  85. b005728 sr: code refactor and style fix by Ahmed Abdelsalam · 2 years, 6 months ago
  86. c933bb7 sr: Add support for SRv6 Path Tracing Infrastructure by Ahmed Abdelsalam · 2 years, 6 months ago
  87. 93bc431 ipsec: show fast path flag in cli by Fan Zhang · 2 years, 7 months ago
  88. 4da8a63 ipsec: add fast path configuration parser by Piotr Bronowski · 2 years, 7 months ago
  89. e1dce37 ipsec: add spd fast path matching by Piotr Bronowski · 2 years, 7 months ago
  90. 829bff8 ipsec: make match function inline by Piotr Bronowski · 2 years, 7 months ago
  91. 0464310 ipsec: add/delete ipsec fast path policy by Piotr Bronowski · 2 years, 7 months ago
  92. fc20c8e session: fix connected udp accepts by Florin Coras · 2 years, 6 months ago
  93. cf5c774 session quic: allow custom config of rx mqs seg size by Florin Coras · 2 years, 6 months ago
  94. d699a34 ipsec: introduce spd fast path types by Piotr Bronowski · 2 years, 7 months ago
  95. 815c6a4 ipsec: change wildcard value for any protocol of spd policy by Piotr Bronowski · 2 years, 6 months ago
  96. ada7e4e ip: reassembly - Add node level stats, fix customapp behavior by Vijayabhaskar Katamreddy · 2 years, 7 months ago
  97. c629f90 ip: improve ip ACL traces by Benoît Ganne · 2 years, 6 months ago
  98. b3559ce udp: add cli to dump registered ports by Benoît Ganne · 2 years, 6 months ago
  99. b376e92 classify: fix sesssion details api by Nathan Skrzypczak · 2 years, 6 months ago
  100. 9cca694 sr: SRv6 TEF behavior support by Ahmed Abdelsalam · 2 years, 6 months ago