aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-27gtpu: remove api boilerplateOle Troan6-232/+11
2019-09-27gbp: remove api boilerplateOle Troan4-146/+7
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 Barach9-58/+248
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 Sekera13-95/+3158
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 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