aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-10-08dns: fix non-NULL terminated C-stringBenoît Ganne1-0/+2
2019-10-04hsa: fix non-NULL terminated C-string use in echoBenoît Ganne1-9/+9
2019-10-03rdma: fix non-NULL terminated C-string overflowBenoît Ganne2-3/+3
2019-10-03tests: add quic plugin qclose/sclose testsDave Wallace1-25/+197
2019-10-03ipsec: allow null cipher with dpdk espChristian E. Hopps1-1/+2
2019-10-03ipsec: fix memleaks in ikev2 openssl codeChristian E. Hopps1-3/+15
2019-10-03fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion8-0/+8
2019-10-03gbp: fix contract rule handlingBenoît Ganne7-20/+50
2019-10-03hsa: fix typo in vpp_echo for tx-bufMathiasRaoul1-6/+6
2019-10-03nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev3-4/+198
2019-10-03classify: remove includes from classifier header fileDamjan Marion7-0/+7
2019-10-03hsa: refactor vpp_echo failure handlingDave Wallace7-97/+214
2019-10-03vcl: allow non-blocking connectsFlorin Coras2-14/+22
2019-10-01hsa: fix vpp_echo stats outputDave Wallace1-16/+37
2019-09-30gbp: remove loopback interfaces between testsBenoît Ganne1-0/+3
2019-09-30session: fix msg freeing on errorNathan Skrzypczak1-6/+0
2019-09-30ikev2: add support for GCM cipherFilip Tehlar3-1/+43
2019-09-30quic : refactor function namingMathiasRaoul3-56/+51
2019-09-30tcp: compute snd time for rate sampleFlorin Coras1-23/+17
2019-09-30http_static: add dynamic GET / POST method hooksDave Barach2-175/+302
2019-09-30hsa: Fix QUIC sessions count calculationAloys Augustin1-3/+1
2019-09-30map: fix non-null-terminated C-stringBenoît Ganne1-3/+4
2019-09-30dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-30hsa: fix memory management bugsBenoît Ganne2-5/+9
2019-09-30quic: fix use-after-freeBenoît Ganne1-1/+6
2019-09-30quic: fix non-null terminated hostname stringBenoît Ganne1-9/+5
2019-09-30misc: fix shebang with missing envNathan Skrzypczak1-1/+1
2019-09-30ikev2: fix crash during IKE SA Init exchangeFilip Tehlar1-6/+1
2019-09-30quic: fix server opening stream immediatelyAloys Augustin2-4/+19
2019-09-30lb: vpp hang when executing "lb flush" commands with more parameters.Hongjun Ni1-0/+6
2019-09-30session: improve cliFlorin Coras1-3/+3
2019-09-29tcp: handle sack renegingFlorin Coras1-43/+77
2019-09-29gbp: fix set_mac() in unit testsBenoît Ganne1-6/+2
2019-09-28quic: disable quic plugin by defaultAloys Augustin2-0/+5
2019-09-27ip: remove unused function parameterSimon Zhang3-7/+3
2019-09-27lacp: continuing input packet trace from device driverSteven Luong1-5/+2
2019-09-27hsa: clean up vpp_echo json outputDave Wallace1-11/+13
2019-09-27quic: enable stable quic testsDave Wallace1-5/+0
2019-09-27avf: reduce default ITR intervalDamjan Marion1-1/+1
2019-09-25hsa: fix http responseBenoît Ganne1-1/+1
2019-09-25rdma: fix pending packets check on txBenoît Ganne1-1/+1
2019-09-25rdma: use rings for buffers managementBenoît Ganne5-203/+243
2019-09-25quic: Fix listener vpp_session_handleNathan Skrzypczak1-0/+1
2019-09-25avf: print queue id in packet traceDamjan Marion3-4/+6
2019-09-25lacp: mark is_mp_safe for show and dump binary APISteven Luong2-0/+5
2019-09-25tcp: fix byte tracker samples flushFlorin Coras1-0/+13
2019-09-25lb: fix memcpy error issueYulong Pei1-7/+3
2019-09-24hsa: move udp_echo to vpp_echoNathan Skrzypczak3-1262/+183
2019-09-24avf: fix init when num_rx_queues > num_tx_queuesDamjan Marion1-4/+4