summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-24tcp: add option for always on event loggingFlorin Coras1-1/+1
2019-09-23quic: fix rx_callback refactoringNathan Skrzypczak1-1/+1
2019-09-23hsa: move tcp_echo to vpp_echoNathan Skrzypczak3-1420/+144
2019-09-21dpdk: fix ipsec coverity warningMatthew Smith1-2/+4
2019-09-21nsh: rewrite nsh_output_inlineZhiyong Yang1-32/+30
2019-09-21rdma: add support for MAC changesBenoît Ganne2-1/+35
2019-09-21dpdk: add TSO support in dpdk plugin.Chenmin Sun3-1/+44
2019-09-21dpdk: QAT devices update, add c4xxx and xeon d15xxJim Thompson1-1/+2
2019-09-21rdma: add support for input feature arcsBenoît Ganne1-29/+35
2019-09-20bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong2-20/+27
2019-09-20hsa: Refactor quic_echo to allow other protocolsNathan Skrzypczak10-2324/+2886
2019-09-20quic: quic_app_rx_callback refactor.Mathias Raoul1-117/+167
2019-09-19dpdk: ipsec tunnel support for ip6-in-ip4Matthew G Smith2-23/+10
2019-09-19gbp: add local l3out redirect to local SEP unit testBenoît Ganne1-3/+36
2019-09-18memif: always enable zero-copy when creating memif using APIJakub Grajciar1-0/+3
2019-09-12api: split vl_api_prefix into twoOle Troan2-6/+6
2019-09-09dpdk: initialize rte_mbuf during mempool dequeueDamjan Marion1-1/+44
2019-09-09dpdk: fix extended statsFilip Tehlar1-1/+1