aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-2/+31
2019-09-04session: improve cliFlorin Coras6-145/+345
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-04ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-04session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-03ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-09-03api: enforce vla is last and fixed string typeOle Troan4-25/+21
2019-09-03tap: fix tap interface not working on Arm issueLijian.Zhang1-1/+6
2019-09-03tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-02tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion8-15/+15
2019-08-31tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-08-30session: move svm_fifo_clear_deq_ntf to before calling the app callbackVladimir Kropylev1-2/+2
2019-08-30devices: fix issue of per_interface_next_indexMichael Yu1-3/+4