1. d1bd9af stats: support recursive locking by Damjan Marion · 2 years, 9 months ago
  2. 85a9c10 hsa: fix error message by Filip Tehlar · 2 years, 9 months ago
  3. eb63cae vppinfra: don't account vec_header_t size twice in the pool header by Damjan Marion · 2 years, 10 months ago
  4. a9fe20f dpdk: improve rx burst count per loop by Fan Zhang · 2 years, 9 months ago
  5. e41fa77 map: fix memory leak by Benoît Ganne · 3 years, 1 month ago
  6. 91a46cb tls: remove pkg dependencies on mbedtls by Florin Coras · 2 years, 9 months ago
  7. 9c32f05 session: fix crash during client detach by Filip Tehlar · 2 years, 9 months ago
  8. 9652177 vlib: remoove unused field by Damjan Marion · 2 years, 9 months ago
  9. 62d656a vlib: init logging eearlier by Damjan Marion · 2 years, 9 months ago
  10. 85b285b dpdk: fix program vlans on ixgbevf by Dzmitry Sautsa · 2 years, 9 months ago
  11. 2d194a0 devices: remove the unused code from af_packet by Mohsin Kazmi · 2 years, 9 months ago
  12. 562cfa4 ipsec: remove the redundant code by Mohsin Kazmi · 2 years, 9 months ago
  13. 400d459 vppinfra: fix pool_free_elts by Florin Coras · 2 years, 9 months ago
  14. 346c247 ip: IPv4 Fragmentation fix for l2fragmetable size by Neale Ranns · 2 years, 9 months ago
  15. 8973b07 stats: refactor by Damjan Marion · 2 years, 10 months ago
  16. 317cace vat: fix vat_suspend crash by Damjan Marion · 2 years, 9 months ago
  17. 7fc0ee7 classify: add API to retrieve punt ACL tables by Benoît Ganne · 3 years, 2 months ago
  18. 26fec71 ipsec: input: drop by default for non-matching pkts by Zachary Leaf · 3 years, 2 months ago
  19. 1031098 ip: set fib_index before exiting input ACL node by Arthur de Kerhor · 3 years ago
  20. 7e64735 linux-cp: handle ipv4 routes when interface is disabled by Alexander Chernavin · 3 years ago
  21. ec5371e ip: Fixes for IPv6 and MPLS fragmentation by Neale Ranns · 2 years, 10 months ago
  22. 7e72195 linux-cp: fix issue of possibly closing negative fd by Alexander Chernavin · 2 years, 10 months ago
  23. 2286f93 linux-cp: stop signaling read event on every notif by Alexander Chernavin · 3 years, 2 months ago
  24. f4795a9 linux-cp: stop ignoring ENOBUFS while reading notif by Alexander Chernavin · 3 years, 2 months ago
  25. 7e0442a api: harden api trace parsing by Benoît Ganne · 2 years, 11 months ago
  26. f478f75 ping: correct the fib-index used for the reply by Neale Ranns · 2 years, 10 months ago
  27. 5c6dd17 ip: rate-limit the sending of ICMP error messages by Neale Ranns · 2 years, 10 months ago
  28. bc91e86 linux-cp: ignore neighbors if ip addr is multicast by Alexander Chernavin · 3 years, 2 months ago
  29. 81e74d8 ip: fix overflow in ip6_ext_header_walk by Benoît Ganne · 2 years, 10 months ago
  30. 82b7991 pg: fixing the cli by Mohsin Kazmi · 2 years, 10 months ago
  31. 59183e9 pg: add support for ip mode through cli by Mohsin Kazmi · 2 years, 10 months ago
  32. 3626a7c ipfix-export: fix the warning message for uninitialized variable by Mohsin Kazmi · 2 years, 10 months ago
  33. 9a63b6e classify: skip l2 header in CLI by Arthur de Kerhor · 2 years, 10 months ago
  34. c396d23 mpls: Fix the fragmentation in mpls-output. by Neale Ranns · 2 years, 10 months ago
  35. 0a3160b tunnel: Fix the format of tunnel flags by Neale Ranns · 2 years, 10 months ago
  36. c8f7fd1 vnet: use system time for pcap trace by Benoît Ganne · 2 years, 10 months ago
  37. 54223ee vcl: validate vls_epoll_ctl inputs by Florin Coras · 2 years, 10 months ago
  38. bb5e2fc session: improve tx tracing by Florin Coras · 2 years, 10 months ago
  39. aebfc28 linux-cp: detect and delete stale entries after sync by Alexander Chernavin · 3 years, 2 months ago
  40. 6db19a9 ipsec: remove ipsec vnet script by Ray Kinsella · 2 years, 10 months ago
  41. 3819205 linux-cp: resync with kernel after nl socket error by Alexander Chernavin · 3 years, 2 months ago
  42. 758ec13 ip: Path MTU DPO allocation function is public by Neale Ranns · 2 years, 10 months ago
  43. 87e92c6 linux-cp: make check of message ts null-tolerant by Alexander Chernavin · 3 years, 2 months ago
  44. adac308 linux-cp: reflect hw link state on tap on pair creation by Alexander Chernavin · 2 years, 10 months ago
  45. 53f8a27 linux-cp: lcp fib fixes by Vladimir Ratnikov · 2 years, 10 months ago
  46. fe6d8a3 vcl: fix segment detach post api disconnect by Florin Coras · 2 years, 10 months ago
  47. 6a2c6a0 wireguard: improve sending WG interface dump details by Jon Loeliger · 2 years, 10 months ago
  48. 30a6f82 tap: fix tun set mtu by Benoît Ganne · 2 years, 10 months ago
  49. 08bd44b build: fix missing dependency for library by Guillaume Solignac · 3 years, 3 months ago
  50. 5981319 hsa: add tps support for random closes by Florin Coras · 2 years, 10 months ago
  51. 0f8912f virtio: refactor code by Mohsin Kazmi · 2 years, 11 months ago
  52. 855ad33 vat2: include src/vlibmemory/vlib.api messages by Dave Wallace · 2 years, 10 months ago
  53. 8c5e5f6 tls: handle read write ssl errors by Florin Coras · 2 years, 10 months ago
  54. 3683d1b tls: Receive only when the app_session is available by Saravanan Murugesan · 2 years, 10 months ago
  55. 76b86b0 tls: Handle transport disconnect during client HS failures by Saravanan Murugesan · 2 years, 10 months ago
  56. 6081dda vapi: Missing include file in vlib.api.vapi.h by Dave Wallace · 2 years, 10 months ago
  57. 35d2ba9 hsa: add support for vrfs in tps by Florin Coras · 2 years, 10 months ago
  58. aa0c03f hsa: fix tps data offset on connection reuse by Florin Coras · 2 years, 10 months ago
  59. 447e51d session: fix session layer socket read by Filip Tehlar · 2 years, 10 months ago
  60. 40cfc15 build: export missing header files required by hicn_plugin by Dave Wallace · 2 years, 10 months ago
  61. 1b026cb http hsa: use octet-stream content type for tps by Florin Coras · 2 years, 10 months ago
  62. 4df1d35 http: improvement reset and close handling by Florin Coras · 2 years, 10 months ago
  63. f83d666 http hsa: support multiple listeners for http tps by Florin Coras · 2 years, 10 months ago
  64. 45207e0 wireguard: fix dereferences null pointer by Gabriel Oginski · 2 years, 10 months ago
  65. a7d7383 vrrp: fix thread synchronization issue by Matthew Smith · 2 years, 10 months ago
  66. d9d7707 wireguard: prevent stacksmashing on poorly formed base64 keys by Jon Loeliger · 2 years, 10 months ago
  67. 09cdea6 linux-cp: Only enable/disable the punt feature on the 0<->1 transition by Neale Ranns · 2 years, 10 months ago
  68. cb8b4c9 vxlan: crash on assigning IP address to interface by Ed Warnicke · 2 years, 10 months ago
  69. 407583e fib: fix adj_get crash by Rajith P R · 2 years, 10 months ago
  70. cf2595d fib: fix mpls db label overflow by Dmitry Valter · 2 years, 10 months ago
  71. d85fe1a lisp: fix ip and udp checksum computation by Florin Coras · 2 years, 10 months ago
  72. caf4e75 nat: make tcp/udp/icmp packet counters consistent by Klement Sekera · 2 years, 10 months ago
  73. a19ad1c hsa: fix coverity warnings by Filip Tehlar · 2 years, 10 months ago
  74. 489d89c perfmon: show distribution of uops delivered to frontend by Ray Kinsella · 2 years, 10 months ago
  75. 502714f dpdk: support devargs for vmbus by Vladimir Ratnikov · 2 years, 10 months ago
  76. 2164f7b fib: Use the VLIB logger for adjacency debugging by Neale Ranns · 2 years, 10 months ago
  77. 66593a6 vnet: add set_max_frame_size callbacks for several interfaces by Artem Glazychev · 2 years, 10 months ago
  78. c810c33 wireguard: fix passing null pointer by Gabriel Oginski · 2 years, 10 months ago
  79. aacd3ed ipsec: fix vector after remove entry in spd by Gabriel Oginski · 2 years, 10 months ago
  80. 2273ffd wireguard: Fix wireguard device name to use user-instance by Jon Loeliger · 2 years, 10 months ago
  81. 7705b49 tls http srtp: fix session index for listeners by Florin Coras · 2 years, 10 months ago
  82. 8ccc6b3 vcl: add support for reconnect by Filip Tehlar · 2 years, 11 months ago
  83. 0cbc4bd ip: Move the IPv6 echo responder into the ping plugin by Neale Ranns · 2 years, 10 months ago
  84. 992a4d0 ipsec: Improve the handling of NAT-T keepalive messages by Neale Ranns · 3 years ago
  85. e2b1586 ping: fix incorrect index while clearing ping by Vyshakh Krishnan · 2 years, 10 months ago
  86. 6450a17 dpdk: enable scatter on Rx for net/ena by akolechk · 2 years, 10 months ago
  87. b3919ca af_xdp: change flag passed to bpf_set_link_xdp_fd by Dastin Wilski · 2 years, 11 months ago
  88. 32fd89b fib: Use the same adjacency that BFD is using by Neale Ranns · 2 years, 10 months ago
  89. 558a354 bfd: On a point to point link use the all zeros address for the peer. by Neale Ranns · 2 years, 10 months ago
  90. bf9918a ipfix-export: pass ipv4 addr to format fn for show by Paul Atkins · 3 years ago
  91. 6a51775 crypto: Fix for the crash in crypto by mgovind · 2 years, 10 months ago
  92. 3f03ca9 quic: fix quic_config_fn cfg cmd parse error by fanxb · 2 years, 10 months ago
  93. f7040f0 tcp: Do not include the tcp_packet.h file in the ip4_packet.h by Neale Ranns · 2 years, 10 months ago
  94. cdaf0d8 bfd: add per session counters by Klement Sekera · 2 years, 10 months ago
  95. b59f63b bfd: refactor code to fix misc warnings by Klement Sekera · 2 years, 10 months ago
  96. be74504 srtp: flag connections for no session layer lookup by Florin Coras · 2 years, 10 months ago
  97. dd8a272 fib: fix incorrect display of mpls fib_index by Rajith P R · 2 years, 10 months ago
  98. cfcc42e hsa: add http throughput test server app by Florin Coras · 2 years, 10 months ago
  99. 1b969c2 memif: Fix underflow by Nathan Skrzypczak · 2 years, 10 months ago
  100. 360aee3 http: fix support for files larger than u32 by Florin Coras · 2 years, 10 months ago