aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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-26ip: add shallow virtual reassembly functionalityKlement Sekera12-94/+2816
2019-09-26classify: use vector code even when data is not alignedDamjan Marion2-203/+145
2019-09-25devices: pipe API cleanupJakub Grajciar1-7/+9
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera5-59/+118
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 Troan5-77/+33
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang19-34/+34
2019-09-25ip: refactor reassemblyKlement Sekera10-829/+872
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion10-0/+10
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 Barach4-230/+152
2019-09-23tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko3-3/+3
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-23ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-09-20session: fix msg freeing on errorNathan Skrzypczak2-13/+7
2019-09-20tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-20misc: classifier-based packet trace filterDave Barach8-8/+450
2019-09-20classify: remove includes from classifier header fileDamjan Marion7-10/+7
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-19cop: API cleanupJakub Grajciar1-9/+10
2019-09-19api: split vl_api_prefix into twoOle Troan5-5/+27
2019-09-18tcp: compute snd time for rate sampleFlorin Coras2-6/+11
2019-09-17session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-16tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-16http_static: add dynamic GET / POST method hooksDave Barach1-3/+40
2019-09-16api: autogenerate api trace print/endianOle Troan9-10/+156
2019-09-13session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-12tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7
2019-09-12devices: af_packet API cleanupJakub Grajciar3-24/+29
2019-09-11ip: apply dual loop unrolling in ip4_inputLijian.Zhang1-0/+68
2019-09-11ip: apply dual loop unrolling in ip4_rewriteLijian.Zhang1-0/+131
2019-09-11bonding: API cleanupJakub Grajciar2-31/+54
2019-09-11tcp: handle sack renegingFlorin Coras3-92/+126
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang6-3/+89
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach2-168/+161
2019-09-10session: fix session filter rangeFlorin Coras1-1/+1
2019-09-10tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach2-5/+31
2019-09-06bonding: add weight support for active-backup modeSteven Luong4-82/+258
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi2-43/+0
2019-09-04bfd: API cleanupJakub Grajciar2-84/+66