aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-06dpdk: remove SFP eeprom dump from 'show hardware-interfaces' and 'show hardwa...Lijian.Zhang1-2/+5
2019-08-05docs: Add more quic plugin documentationNathan Skrzypczak2-38/+127
2019-08-05quic: fix memset 0 picotls depends onNathan Skrzypczak1-0/+1
2019-08-02quic: Improve quic echo connect threadingNathan Skrzypczak4-732/+870
2019-08-02vmxnet3: don't bypass ethernet_inputSteven Luong2-15/+6
2019-08-02lb: fix usage of lb_main in testFlorin Coras1-2/+18
2019-08-02quic: fix connection move with multiple workersAloys Augustin1-13/+35
2019-08-01quic: Improve quicly_ctx handling & crypto ctxNathan Skrzypczak2-135/+148
2019-08-01nat: handoff rewrite & fixes for multi-workerFilip Varga2-60/+163