aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-27dns: remove api boilerplateOle Troan7-245/+14
2019-09-27abf: remove api boilerplateOle Troan4-128/+6
2019-09-27acl: remove api boilerplateOle Troan2-92/+12
2019-09-26misc: add vnet classify filter set supportDave Barach8-51/+228
2019-09-26ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8
2019-09-26map: use SVR for MAP-EKlement Sekera5-456/+172
2019-09-26ip: add shallow virtual reassembly functionalityKlement Sekera12-94/+2816
2019-09-26lb: add APIs for set interface nat4 and nat6Hongjun Ni2-0/+68
2019-09-26classify: use vector code even when data is not alignedDamjan Marion3-203/+147
2019-09-26lb: vl_api_lb_conf_t_handler has to ntohlVratko Polak1-4/+4
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