aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-29ip: remove unused function parameterSimon Zhang9-24/+15
2019-08-29lb: fix memcpy error issueYulong Pei1-7/+3
2019-08-29svm: fix fifo hdr freelist allocationFlorin Coras3-1/+7
2019-08-28bier: API cleanupJakub Grajciar1-7/+7
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-28session: fix unbind coverity warningFlorin Coras1-0/+7
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-27ipsec: Add 'detail' option to 'sh ipsec sa'Neale Ranns1-4/+8
2019-08-27interface: Remove residual dpdk bonding codeSteven Luong5-18/+4
2019-08-27session: move ctrl messages from bapi to mqFlorin Coras14-273/+808
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan10-93/+104
2019-08-27ipsec: Fix NULL encryption algorithmNeale Ranns2-1/+9
2019-08-27ip: reassembly: remove unnecessary codeKlement Sekera2-6/+0
2019-08-27api: use string type for strings in memclnt.apiOle Troan10-104/+93
2019-08-26gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi1-1/+4
2019-08-26ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-08-26rdma: use rings for buffers managementBenoît Ganne5-203/+243
2019-08-23tcp: fix byte tracker samples flushFlorin Coras2-0/+14
2019-08-23vppapitrace: add text outputOle Troan1-8/+65
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 Barach16-393/+767
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-22ip: fix merge issueKlement Sekera1-2/+0
2019-08-22vlib: fix null pointer crash on strncmpSteven Luong1-2/+2
2019-08-22hsa: fix http responseBenoît Ganne1-1/+1
2019-08-22sr: fix sr_set_encap_source replyVratko Polak1-1/+1
2019-08-21vcl: fix ldp_set_app_name overflowBenoît Ganne1-5/+2
2019-08-21tcp: add option for always on event loggingFlorin Coras8-185/+371
2019-08-21avf: print queue id in packet traceDamjan Marion3-4/+6
2019-08-21dns: add basic functional "make test" caseDave Barach1-0/+4
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-21tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-21misc: missing ntohl for bond_slave's custom dumpSteven Luong1-2/+2
2019-08-20tls: Add C API for TLS openssl to set enginePing Yu9-10/+436
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra27-120/+53
2019-08-20ip: reassembly: send packet out on correct workerKlement Sekera2-92/+287
2019-08-20vlib: create unix runtime directoryOle Troan2-8/+29
2019-08-20fix pcap_write functionJack Xu6-4/+13
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar9-250/+333
2019-08-20tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-20vppapigen: remove python2 supportPaul Vinciguerra1-28/+30
2019-08-19dns: handle multiple replies for single requestsDave Barach3-59/+121
2019-08-19hsa: move udp_echo to vpp_echoNathan Skrzypczak3-1262/+183