aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-25devices: pipe API cleanupJakub Grajciar1-7/+9
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera7-63/+138
2019-09-25udp: do not send received packets to error-dropAloys Augustin1-192/+173
2019-09-25session: validate connection in session lookup delFlorin Coras1-1/+1
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras9-278/+337
2019-09-25session: fix cleanup in closing statesFlorin Coras2-3/+3
2019-09-25api: split api generated filesOle Troan25-695/+338
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang20-35/+35
2019-09-25ip: refactor reassemblyKlement Sekera11-843/+888
2019-09-25papi: truncate long logger messagesKlement Sekera1-1/+4
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion21-0/+32
2019-09-24build: pass 'no-pci' to autgenerated configDamjan Marion1-0/+1
2019-09-24session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-09-23misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-23tests: fix test-checkstyle to check plugin testsDave Wallace1-1/+1
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach6-240/+177
2019-09-23gbp: fix contract rule handlingBenoît Ganne7-20/+50
2019-09-23tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-23hsa: fix typo in vpp_echo for tx-bufMathiasRaoul1-6/+6
2019-09-23nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev3-4/+198
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko4-4/+4
2019-09-23ebuild: Add MAKE_PARALLEL_FLAGS to VPP buildjuraj.linkes1-1/+1
2019-09-23api: add missing format_vl_api_ip[46]_address_with_prefix_tJakub Grajciar1-0/+12
2019-09-23fib: do not dump no-longer valid adjacenciesBenoît Ganne4-3/+23
2019-09-23gbp: remove loopback interfaces between testsBenoît Ganne1-0/+3
2019-09-23ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-09-20session: fix msg freeing on errorNathan Skrzypczak4-24/+7
2019-09-20tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-20misc: classifier-based packet trace filterDave Barach10-8/+559
2019-09-20classify: remove includes from classifier header fileDamjan Marion15-10/+19
2019-09-20hsa: refactor vpp_echo failure handlingDave Wallace7-97/+214
2019-09-20interface: fix pcap drop trace in case of vlanBenoît Ganne1-1/+12
2019-09-19session: builtin app rx notifications regardless of stateFlorin Coras1-3/+5
2019-09-19ikev2: add support for GCM cipherFilip Tehlar3-1/+43
2019-09-19cop: API cleanupJakub Grajciar2-9/+15
2019-09-19api: split vl_api_prefix into twoOle Troan16-78/+274
2019-09-18tests: split up the long running IPSec tests into separate classesAndrew Yourtchenko1-82/+398
2019-09-18hsa: fix vpp_echo stats outputDave Wallace1-16/+37
2019-09-18vppapigen: fix missing vla check for union classOle Troan2-52/+87
2019-09-18stats: fix per_worker vector rate heapOle Troan1-3/+7
2019-09-18quic : refactor function namingMathiasRaoul3-56/+51
2019-09-18tcp: compute snd time for rate sampleFlorin Coras3-29/+28
2019-09-18builtinurl: initial working attemptDave Barach11-1/+755
2019-09-18vppapigen: fix tests and run on verifyPaul Vinciguerra3-26/+58
2019-09-17build: fix rpm python 3 dependsEd Kern1-1/+1
2019-09-17session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-17vlib: fix cli process stack overflowAloys Augustin1-1/+1
2019-09-16tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-16http_static: add dynamic GET / POST method hooksDave Barach3-178/+342
2019-09-16dpdk: initialize rte_mbuf during mempool dequeueDamjan Marion2-1/+47