aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-25devices: pipe API cleanupJakub Grajciar1-7/+9
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera6-61/+119
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 Sekera10-829/+872
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-24session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-09-23misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach5-232/+161
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-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 Barach9-8/+451
2019-09-20classify: remove includes from classifier header fileDamjan Marion14-10/+14
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 Grajciar1-9/+10
2019-09-19api: split vl_api_prefix into twoOle Troan15-77/+273
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 Barach8-0/+666
2019-09-18vppapigen: fix tests and run on verifyPaul Vinciguerra2-26/+56
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
2019-09-16vlib: cli support ctrl-w to erase left wordHiroki Shirokura1-0/+47
2019-09-16api: autogenerate api trace print/endianOle Troan34-395/+987
2019-09-13session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-13hsa: Fix QUIC sessions count calculationAloys Augustin1-3/+1
2019-09-12tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7