aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Vinciguerra3-6/+10
2019-08-19dpdk: fix ipsec coverity warningMatthew Smith1-2/+4
2019-08-19vlib: fix vlib_buffer_main_init_numa_node memory leak.Guanghua Zhang1-3/+8
2019-08-19build: fix vpp compilation failure on ThunderX2 and AmpJianlin Lv1-1/+1
2019-08-19vppinfra: Update "show cpu" output for AArch64 chipsNitin Saxena1-15/+18
2019-08-19ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
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-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-19rdma: add support for input feature arcsBenoît Ganne1-29/+35
2019-08-19session: add explicit reset apiFlorin Coras6-6/+72
2019-08-19tcp: set cc_algo on connection allocFlorin Coras3-6/+19
2019-08-19tcp: allow cc algos to set pacing rateFlorin Coras2-8/+15
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi2-0/+28
2019-08-17gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong5-46/+66
2019-08-16acl: fix stats-segment counters validation on acl updateAndrew Yourtchenko2-8/+46
2019-08-16devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-08-16hsa: Refactor quic_echo to allow other protocolsNathan Skrzypczak9-2322/+2884