1. bf103d9 mpls: number of mpls tunnel paths returns zero by IJsbrand Wijnands · 5 years ago
  2. 9654a37 nat: fix dual-loop tcp checksum botch by Dave Barach · 5 years ago
  3. 983ebaa build: install generated api enum and type headers by Dave Barach · 5 years ago
  4. 2d0b2bb session: fix show cli with closed session by Florin Coras · 5 years ago
  5. dd97a48 session: reschedule asap when snd space constrained by Florin Coras · 5 years ago
  6. a1f5a95 vlib: enhance the "show cli" debug CLI command by Dave Barach · 5 years ago
  7. feda545 vlib: Handle race in thread barrier processing by Alexander Kabaev · 5 years ago
  8. 5bec5f7 dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issue by Chenmin Sun · 5 years ago
  9. f9d784b quic: fifo size is u32 by Dave Wallace · 5 years ago
  10. 3edd1bb build: bump rdma-core version to 26.0 by Damjan Marion · 5 years ago
  11. 597354c build: bump nasm version to 2.14.02 by Damjan Marion · 5 years ago
  12. 1f8daef build: remove obsolete dpdk patches by Damjan Marion · 5 years ago
  13. 60ad1a5 dhcp: fix proxy dhcpv6 size check by Benoît Ganne · 5 years ago
  14. 4354317 vlib: only dump 1st buffer in chain by default by Benoît Ganne · 5 years ago
  15. c520fe7 ipsec: fix esp trace seq number overflow by Benoît Ganne · 5 years ago
  16. 09220b8 misc: Use tabs in MAINTAINERS by Vratko Polak · 5 years ago
  17. ea7d4fe quic: fix wrong error checking by Dave Wallace · 5 years ago
  18. 45b7973 session: avoid double dispatch of new events by Florin Coras · 5 years ago
  19. ba13c3b session: fix dispatch event logging by Florin Coras · 5 years ago
  20. b31d393 tests: Revert "tests: add sending SIGQUIT to vpp quit sequence" by Andrew Yourtchenko · 5 years ago
  21. 3ad9847 quic: disable failing test by Florin Coras · 5 years ago
  22. b5076cb acl: add missing square brackets to vat_help option in acl api by Jieqiang Wang · 5 years ago
  23. 46ec6e0 tcp: track lost rxt segments in byte tracker by Florin Coras · 5 years ago
  24. 7c7fa90 quic: fix quicly fifo size mismatch by Dave Wallace · 5 years ago
  25. 35b037f vpp_config: fix typos in templates by Paul Vinciguerra · 5 years ago
  26. b101058 http_static: fifo-size is u32 by Dave Wallace · 5 years ago
  27. c9832e3 vlib: fix subclass name being truncated in output by Paul Vinciguerra · 5 years ago
  28. e74718f dns: fix typo in counter by Paul Vinciguerra · 5 years ago
  29. ddbd90a l2: fix typo in doxygen by Paul Vinciguerra · 5 years ago
  30. 4465fe1 tests: add sending SIGQUIT to vpp quit sequence by Paul Vinciguerra · 5 years ago
  31. 5b755e2 ip: cleanup typos in documentation by Paul Vinciguerra · 5 years ago
  32. b1a81aa tls: fifo size is u32 by Dave Wallace · 5 years ago
  33. e3b70df hsa: vpp_echo fifo size is u32 by Dave Wallace · 5 years ago
  34. db39656 tcp: rx fifo size is u32 by Dave Wallace · 5 years ago
  35. 27ccbfd misc: MAINTAINERS clean up typos by Paul Vinciguerra · 5 years ago
  36. 43d8cf6 vlib: Trivial - fix typo in short help by Paul Vinciguerra · 5 years ago
  37. 59c1107 dpdk: use local logger by Paul Vinciguerra · 5 years ago
  38. 60013b5 quic: fix typos by Paul Vinciguerra · 5 years ago
  39. cbbc4a2 tls: fix on tcp connection reset by Zeyu Zhang · 5 years ago
  40. 0c4def0 lisp: fix lisp-gpe db hash by Benoît Ganne · 5 years ago
  41. 00217cb dhcp: allocate memory for dns by Aleksander Djuric · 5 years ago
  42. 97c998c docs: devices-- add FEATURES.yaml by Paul Vinciguerra · 5 years ago
  43. 3ae5262 l2: l2tp API cleanup by Jakub Grajciar · 5 years ago
  44. 40680c6 lb: refactor ntohl in lb_conf handler by Vratko Polak · 5 years ago
  45. 97ea2f4 tests: decode worker stdout/stderr output by Dave Wallace · 5 years ago
  46. bd52e46 vcl: handle rx notifications on reused sessions by Florin Coras · 5 years ago
  47. 67a6dcb dpdk: replace deprecated VFIO API invocation by Damjan Marion · 5 years ago
  48. ee74376 ip: refactor ip4_mtrie to use atomic store-release by jaszha03 · 5 years ago
  49. 04c0130 ip: refactor ip4_mtrie to atomically unset leaves by jaszha03 · 5 years ago
  50. 73f725c docs: Fix warning with sphinx build, add script to publish docs by John DeNisco · 5 years ago
  51. d743dff tests: fix TEST= filtering for python3 by Klement Sekera · 5 years ago
  52. 669f4e3 ethernet: VNET API to create sub-interfaces by Neale Ranns · 5 years ago
  53. b7c2305 misc: 19.04.3 Release Notes by Dave Wallace · 5 years ago
  54. c8be851 tcp: correct tcp connection lookup condition by Ryujiro Shibuya · 5 years ago
  55. 5afea12 session: allow transport cleanup only if not deleted by Florin Coras · 5 years ago
  56. 1afe952 ip: Punt rather than drop unkown IPv6 ICMP packets by Neale Ranns · 5 years ago
  57. f6c8f50 ping: move the echo responder into the ping plugin by Neale Ranns · 5 years ago
  58. b6e8b1a vlib: don't use vector for keeping buffer indices in the pool by Damjan Marion · 6 years ago
  59. 38f7ccb ip: reassembly fix sanity checks by Klement Sekera · 5 years ago
  60. 7fa3dd2 docs: cleanup typos on readthrough by Paul Vinciguerra · 5 years ago
  61. 3b5e222 session: app-closed to transport-deleted on delete notify by Florin Coras · 5 years ago
  62. 0d75f78 nat: respect udp checksum by Filip Varga · 5 years ago
  63. 4aacc01 tests: switch test framework to python3 by default by Ole Troan · 5 years ago
  64. 63cb882 tests: make RA tests run on VPP time by Andrew Yourtchenko · 5 years ago
  65. d29422c vlib: unix trivial- clean up typos in docs by Paul Vinciguerra · 5 years ago
  66. ea5cd12 ip: fix tracing of packet flags by Klement Sekera · 5 years ago
  67. cf7803d ip: reassembly: fix use-after-free by Benoît Ganne · 5 years ago
  68. 1b1ccad vapi: switch to python3 by Ole Troan · 5 years ago
  69. df0191e l2: l2bd nd termination test instability by Ole Troan · 5 years ago
  70. 6bcc6a4 dhcp: fix crash on unicast renewal send by Neale Ranns · 5 years ago
  71. d7b3066 mdata: buffer metadata change tracker plugin by Dave Barach · 5 years ago
  72. 94afc93 gso: fix buffers trace by Benoît Ganne · 5 years ago
  73. 002723c lacp: add actor steady state check prior to skip processing lacp pdu by Steven Luong · 5 years ago
  74. 7331005 devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes) by Steven Luong · 5 years ago
  75. 00b2d74 memif: memif buffer leaks during disconnecting zero copy interface. by Changqian Wang · 5 years ago
  76. 2a884db cdp: re-enable skipped tests for python3 by Ole Troan · 5 years ago
  77. 1a7bb28 avf: improve timeout handling by Jakub Grajciar · 5 years ago
  78. eeb5fb3 sr: add "set sr encaps hop-limit" command by Ignas Bačius · 5 years ago
  79. bd0a00a gtpu: msg id fix in send_gtpu_tunnel_details api by Miklos Tirpak · 5 years ago
  80. 40dc4b3 papi: fix default handling by Ole Troan · 5 years ago
  81. d6ae4bf tcp: improve rate samples for retansmitted segments by Florin Coras · 5 years ago
  82. 81cb8e4 tcp: fix sack retransmit beyond snd_nxt by Florin Coras · 5 years ago
  83. 386ebb6 rdma: build: fix ibverb compilation test by Benoît Ganne · 5 years ago
  84. 70d5d4f vppinfra: make coverity happy with vec_set_len by Benoît Ganne · 5 years ago
  85. 3ad078d tests: quic add big stream extended tests by Dave Wallace · 5 years ago
  86. 419d31f tests: test tls case by haiyanx1.zhang · 5 years ago
  87. dbc9c59 vcl: handle segment map errors by Florin Coras · 5 years ago
  88. d747c3c vcl: add config option for preferred tls engine by Florin Coras · 5 years ago
  89. 91af185 tests: enable vpp_echo to run in gdb by Dave Wallace · 5 years ago
  90. 2456433 tests: DEBUG=gdb[server]-all to debug worker(s) by Dave Wallace · 5 years ago
  91. 78af0a8 vppinfra: add clib_mem_free_s by Benoît Ganne · 6 years ago
  92. c41217a ikev2: fix GCM cipher by Filip Tehlar · 5 years ago
  93. c9b2cfc ip: reassembly: avoid corruption in vnet buffer by Klement Sekera · 5 years ago
  94. bb098f1 gbp: missing contract hash-mode setting by Neale Ranns · 5 years ago
  95. 89b2495 ipsec: fix tunnel protection removal by Filip Tehlar · 5 years ago
  96. 2f71a88 ip: ipfix-export API update by Jakub Grajciar · 5 years ago
  97. bd38f7f cdp: disable failing tests for python3 by Ole Troan · 5 years ago
  98. 534de8b build: add missing ldflags to exe and shared by Benoît Ganne · 6 years ago
  99. 8a4bfda vppinfra: add vec_set_len() by Benoît Ganne · 5 years ago
  100. 26ea146 tests: python3 changes for dns tests by snaramre · 5 years ago