1. 01d61e7 ipsec: add insecure option for format of SA by Christian E. Hopps · 5 years ago
  2. 5a24263 ipsec: allow null cipher with dpdk esp by Christian E. Hopps · 5 years ago
  3. 9a5aab3 ipsec: fix memleaks in ikev2 openssl code by Christian E. Hopps · 5 years ago
  4. 18512b0 vppinfra: implement CLIB_PAUSE () for aarch64 platforms by jaszha03 · 5 years ago
  5. b325983 ipsec: support 4o6 and 6o4 for tunnel protect by Neale Ranns · 5 years ago
  6. 35174b4 session: fix io_evt mq locking by Nathan Skrzypczak · 5 years ago
  7. 694ec92 l3xc: remove api boilerplate by Ole Troan · 5 years ago
  8. 4540b2f lacp: remove api boilerplate by Ole Troan · 5 years ago
  9. 941185a svs: remove api boilerplate by Ole Troan · 5 years ago
  10. fc7b77d ikev2: remove api boilerplate by Ole Troan · 5 years ago
  11. 087d6c6 sctp: remove api boilerplate by Ole Troan · 5 years ago
  12. 83c1e9a tests: add quic plugin qclose/sclose tests by Dave Wallace · 5 years ago
  13. 51e70b6 builtinurl: remove api boilerplate by Ole Troan · 5 years ago
  14. 1bc9668 cdp: remove api boilerplate by Ole Troan · 5 years ago
  15. 74af6f0 avf: remote api boilerplate by Ole Troan · 5 years ago
  16. 7eef62b igmp: remove api boilerplate by Ole Troan · 5 years ago
  17. 83a49e1 http_static: remove api boilerplate by Ole Troan · 5 years ago
  18. 49228ef gtpu: remove api boilerplate by Ole Troan · 5 years ago
  19. 5c71a2e gbp: remove api boilerplate by Ole Troan · 5 years ago
  20. b922f16 dns: remove api boilerplate by Ole Troan · 5 years ago
  21. 9f3d211 abf: remove api boilerplate by Ole Troan · 5 years ago
  22. d6a72f8 acl: remove api boilerplate by Ole Troan · 5 years ago
  23. f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
  24. 2d0ebd7 ip: fix use-after-free in reassembly by Benoît Ganne · 5 years ago
  25. a025b3e map: use SVR for MAP-E by Klement Sekera · 5 years ago
  26. de34c35 ip: add shallow virtual reassembly functionality by Klement Sekera · 5 years ago
  27. 33538a1 lb: add APIs for set interface nat4 and nat6 by Hongjun Ni · 5 years ago
  28. 8304933 classify: use vector code even when data is not aligned by Damjan Marion · 5 years ago
  29. 6eb009a lb: vl_api_lb_conf_t_handler has to ntohl by Vratko Polak · 5 years ago
  30. df40cb5 devices: pipe API cleanup by Jakub Grajciar · 5 years ago
  31. 769145c ip: respect buffer boundary when searching for ipv6 headers by Klement Sekera · 6 years ago
  32. 8fadb65 udp: do not send received packets to error-drop by Aloys Augustin · 5 years ago
  33. e1e7fb8 session: validate connection in session lookup del by Florin Coras · 5 years ago
  34. 36ebcff tcp: use sacks for timer based recovery by Florin Coras · 5 years ago
  35. 54c93cf session: fix cleanup in closing states by Florin Coras · 5 years ago
  36. 2a1ca78 api: split api generated files by Ole Troan · 5 years ago
  37. 33af8c1 fib: fix some typos in fib/mtrie by Lijian.Zhang · 5 years ago
  38. 896c896 ip: refactor reassembly by Klement Sekera · 5 years ago
  39. 5e2f84d papi: truncate long logger messages by Klement Sekera · 5 years ago
  40. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  41. cac31a4 session: avoid transport cleanup if previously deleted by Florin Coras · 5 years ago
  42. 9382ad9 misc: improve pcap drop trace output by Dave Barach · 5 years ago
  43. 3390977 misc: unify pcap rx / tx / drop trace by Dave Barach · 5 years ago
  44. 44ca60e gbp: fix contract rule handling by Benoît Ganne · 5 years ago
  45. 1df833e tcp: fix unformat cwnd multiplier by Florin Coras · 5 years ago
  46. bb73ae7 hsa: fix typo in vpp_echo for tx-buf by MathiasRaoul · 5 years ago
  47. 6c57a4a nat: fix update of outside fibs (output-feature) by Dmitry Vakhrushev · 5 years ago
  48. 4da1506 interface: use the correct condition for checking if the pcap fd is open by Andrew Yourtchenko · 5 years ago
  49. b28a81e api: add missing format_vl_api_ip[46]_address_with_prefix_t by Jakub Grajciar · 5 years ago
  50. 138c37a fib: do not dump no-longer valid adjacencies by Benoît Ganne · 5 years ago
  51. d51880c gbp: remove loopback interfaces between tests by Benoît Ganne · 5 years ago
  52. 6d5f659 ip: fix memory leak in ip_dump handler by Matthew Smith · 5 years ago
  53. 1afa7af session: fix msg freeing on error by Nathan Skrzypczak · 5 years ago
  54. afef8bf tcp: refactor congestion event handling by Florin Coras · 5 years ago
  55. 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
  56. 864d857 classify: remove includes from classifier header file by Damjan Marion · 5 years ago
  57. 0e402a9 hsa: refactor vpp_echo failure handling by Dave Wallace · 5 years ago
  58. 4e323cb interface: fix pcap drop trace in case of vlan by Benoît Ganne · 5 years ago
  59. 5c29029 session: builtin app rx notifications regardless of state by Florin Coras · 5 years ago
  60. de2dd6c ikev2: add support for GCM cipher by Filip Tehlar · 5 years ago
  61. aa4438a cop: API cleanup by Jakub Grajciar · 6 years ago
  62. 75761b9 api: split vl_api_prefix into two by Ole Troan · 5 years ago
  63. 789ac9d hsa: fix vpp_echo stats output by Dave Wallace · 5 years ago
  64. d5a78a5 vppapigen: fix missing vla check for union class by Ole Troan · 5 years ago
  65. a41b0b7 stats: fix per_worker vector rate heap by Ole Troan · 5 years ago
  66. b28349e quic : refactor function naming by MathiasRaoul · 5 years ago
  67. 7436b43 tcp: compute snd time for rate sample by Florin Coras · 5 years ago
  68. 43765e2 builtinurl: initial working attempt by Dave Barach · 5 years ago
  69. 4bf8490 vppapigen: fix tests and run on verify by Paul Vinciguerra · 5 years ago
  70. 7c8f828 session: limit pacer bucket size by Florin Coras · 5 years ago
  71. 735d2e2 vlib: fix cli process stack overflow by Aloys Augustin · 5 years ago
  72. 1dbda64 tcp: use rate sample rtt in recovery if possible by Florin Coras · 5 years ago
  73. 5554c56 http_static: add dynamic GET / POST method hooks by Dave Barach · 5 years ago
  74. da9513a dpdk: initialize rte_mbuf during mempool dequeue by Damjan Marion · 5 years ago
  75. 67e4df1 vlib: cli support ctrl-w to erase left word by Hiroki Shirokura · 5 years ago
  76. 33a5817 api: autogenerate api trace print/endian by Ole Troan · 5 years ago
  77. 1292d19 session: add session enable option in config file by Nathan Skrzypczak · 5 years ago
  78. a786687 hsa: Fix QUIC sessions count calculation by Aloys Augustin · 5 years ago
  79. 321cfa5 tcp: cleanup scoreboard after recovery by Florin Coras · 5 years ago
  80. 3b2db90 devices: af_packet API cleanup by Jakub Grajciar · 5 years ago
  81. 3c7c613 map: fix non-null-terminated C-string by Benoît Ganne · 5 years ago
  82. 7fd4021 dpdk: fix null-termination of strings by Elias Rudberg · 5 years ago
  83. 5851956 hsa: fix memory management bugs by Benoît Ganne · 5 years ago
  84. 6d6456a quic: fix use-after-free by Benoît Ganne · 5 years ago
  85. b087696 misc: bond_create is broken for custom dump print by Steven Luong · 5 years ago
  86. b840c77 quic: fix non-null terminated hostname string by Benoît Ganne · 5 years ago
  87. 86b1871 ip: apply dual loop unrolling in ip4_input by Lijian.Zhang · 5 years ago
  88. 840f64b ip: apply dual loop unrolling in ip4_rewrite by Lijian.Zhang · 5 years ago
  89. fe2523d dpdk: apply dual loop unrolling in DPDK TX by Lijian.Zhang · 5 years ago
  90. 8a1dea4 memif: fix zero-copy arg overwrite by Jakub Grajciar · 5 years ago
  91. 3d1ef87 bonding: API cleanup by Jakub Grajciar · 5 years ago
  92. 558e3e0 tcp: handle sack reneging by Florin Coras · 5 years ago
  93. 082ebeb build: fix running error with vmxnet3_test_plugin.so by jialv01 · 5 years ago
  94. 1146ff4 tcp: enable gso in tcp hoststack by Simon Zhang · 5 years ago
  95. b97641c misc: clean up "pcap [rx|tx] trace" debug CLI by Dave Barach · 5 years ago
  96. 61a89f2 session: fix session filter range by Florin Coras · 5 years ago
  97. 78dae00 tcp: validate connections in output by Florin Coras · 5 years ago
  98. 5c2f964 misc: fix shebang with missing env by Nathan Skrzypczak · 5 years ago
  99. 2f6e0c6 papi: let async calls return context by Vratko Polak · 5 years ago
  100. a287a30 misc: fix coverity warning in the oddbuf plugin by Dave Barach · 5 years ago