aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-16hsa: Refactor quic_echo to allow other protocolsNathan Skrzypczak9-2322/+2884
2019-08-16quic: quic_app_rx_callback refactor.Mathias Raoul1-117/+167
2019-08-15dpdk: ipsec tunnel support for ip6-in-ip4Matthew G Smith2-23/+10
2019-08-14gbp: do not scan gbp bihash if not instantiatedBenoît Ganne1-0/+6
2019-08-12http_static: fix session expiration timer bugsDave Barach1-33/+52
2019-08-12http_static: debug spew control, session expiration timersDave Barach1-18/+42
2019-08-10http_static: tls supportDave Barach1-100/+356
2019-08-09crypto: add '-maes' compile switchBenoît Ganne2-2/+2
2019-08-09quic: handle session migration notificationsAloys Augustin1-63/+38
2019-08-09tls: mark as no lookup transportFlorin Coras1-14/+24
2019-08-08tls: fix close with dataFlorin Coras1-12/+43
2019-08-07rdma: add missing symbolsBenoît Ganne1-2/+4
2019-08-06gbp: update gbp endpoint cliBenoît Ganne1-5/+6
2019-08-06quic: Add missing session_migrate_callbackNathan Skrzypczak1-0/+7
2019-08-06rdma: fix double-free in rdma-txBenoît Ganne2-9/+10