summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach9-0/+987
2019-09-06ikev2: fix crash during IKE SA Init exchangeFilip Tehlar1-6/+1
2019-09-06quic: fix server opening stream immediatelyAloys Augustin2-4/+19
2019-09-05dpdk: fix extended statsFilip Tehlar1-1/+1
2019-09-04memif: always enable zero-copy when creating memif using APIJakub Grajciar1-0/+3
2019-09-04session: improve cliFlorin Coras1-3/+3
2019-09-04avf: reduce default ITR intervalDamjan Marion1-1/+1
2019-09-03api: enforce vla is last and fixed string typeOle Troan7-144/+56
2019-09-03gbp: fix set_mac() in unit testsBenoît Ganne1-6/+2
2019-09-02quic: disable quic plugin by defaultAloys Augustin2-0/+5
2019-09-02tls: some rework based on TLS openssl C APIPing Yu3-26/+33
2019-09-02vmxnet3: interface rx counter not increment correctlySteven Luong1-1/+1
2019-08-30vmxnet3: per interface gso supportSteven Luong8-37/+26
2019-08-30dpdk: enable checksum offload for Intel SRIOV NIC driversJohn Lo1-0/+8
2019-08-30vcl: allow non-blocking connectsFlorin Coras2-14/+22
2019-08-29lacp: continuing input packet trace from device driverSteven Luong1-5/+2
2019-08-29ip: remove unused function parameterSimon Zhang3-7/+3
2019-08-29lb: fix memcpy error issueYulong Pei1-7/+3
2019-08-28hsa: clean up vpp_echo json outputDave Wallace1-11/+13
2019-08-28quic: enable stable quic testsDave Wallace1-5/+0
2019-08-28lacp: mark is_mp_safe for show and dump binary APISteven Luong2-0/+5
2019-08-28acl: perform a sanity check of ACL rules before creating ACLAndrew Yourtchenko1-0/+81
2019-08-28quic: Fix listener vpp_session_handleNathan Skrzypczak1-0/+1
2019-08-27rdma: fix pending packets check on txBenoît Ganne1-1/+1
2019-08-26rdma: use rings for buffers managementBenoît Ganne5-203/+243
2019-08-23tcp: fix byte tracker samples flushFlorin Coras1-0/+13
2019-08-22dns: fix trivial multi-thread deadlockDave Barach3-12/+17
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace33-0/+30164
2019-08-22dns: make the dns name resolver a pluginDave Barach12-0/+5137
2019-08-22avf: properly set irq queue masksDamjan Marion1-1/+2
2019-08-22nat: handoff traffic matching for dynamic NATFilip Varga9-222/+493
2019-08-22hsa: fix http responseBenoît Ganne1-1/+1
2019-08-21tcp: add option for always on event loggingFlorin Coras1-1/+1
2019-08-21avf: print queue id in packet traceDamjan Marion3-4/+6
2019-08-21dpdk: bump DPDK version to 19.08Damjan Marion3-7/+4
2019-08-21avf: fix init when num_rx_queues > num_tx_queuesDamjan Marion1-4/+4
2019-08-20tls: Add C API for TLS openssl to set enginePing Yu9-10/+436
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra11-71/+15
2019-08-19hsa: move udp_echo to vpp_echoNathan Skrzypczak3-1262/+183
2019-08-19hsa: move tcp_echo to vpp_echoNathan Skrzypczak3-1420/+144
2019-08-19quic: fix rx_callback refactoringNathan Skrzypczak1-1/+1
2019-08-19vppapigen map: raise ValueError when fieldname is python keywordPaul Vinciguerra2-6/+6
2019-08-19dpdk: fix ipsec coverity warningMatthew Smith1-2/+4
2019-08-19nsh: rewrite nsh_output_inlineZhiyong Yang1-32/+30
2019-08-19rdma: add support for MAC changesBenoît Ganne2-1/+35
2019-08-19dpdk: add TSO support in dpdk plugin.Chenmin Sun3-1/+44
2019-08-19dpdk: QAT devices update, add c4xxx and xeon d15xxJim Thompson1-1/+2
2019-08-19rdma: add support for input feature arcsBenoît Ganne1-29/+35
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong2-20/+27
2019-08-16acl: fix stats-segment counters validation on acl updateAndrew Yourtchenko2-8/+46