summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-09-30session: move ctrl messages from bapi to mqFlorin Coras9-106/+675
2019-09-30tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-30fib: do not dump no-longer valid adjacenciesBenoît Ganne4-3/+23
2019-09-30session: fix msg freeing on errorNathan Skrzypczak2-13/+7
2019-09-30tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-30session: builtin app rx notifications regardless of stateFlorin Coras1-3/+5
2019-09-30tcp: compute snd time for rate sampleFlorin Coras2-6/+11
2019-09-30session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-30http_static: add dynamic GET / POST method hooksDave Barach1-3/+40
2019-09-30session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-30session: fix session filter rangeFlorin Coras1-1/+1
2019-09-30stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-2/+31
2019-09-30session: improve cliFlorin Coras6-145/+345
2019-09-29tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-29tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7
2019-09-29tcp: handle sack renegingFlorin Coras3-92/+126
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang6-3/+89
2019-09-29tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-29tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-29tcp: force zero window on full rx fifoFlorin Coras1-1/+4
2019-09-29tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-29ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-29session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-29tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-09-29tcp: improve mss computationFlorin Coras3-43/+48
2019-09-29session : make sure session layer is enabled when cli operate the sessions.Guanghua Zhang1-0/+4
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion8-15/+15
2019-09-28session: move svm_fifo_clear_deq_ntf to before calling the app callbackVladimir Kropylev1-2/+2
2019-09-28devices: fix issue of per_interface_next_indexMichael Yu1-3/+4
2019-09-28tcp: track zero rwnd errorsFlorin Coras2-1/+9
2019-09-27ip: remove unused function parameterSimon Zhang6-17/+12
2019-09-27svm: fix fifo hdr freelist allocationFlorin Coras1-0/+2
2019-09-27tap: fix tap interface not working on Arm issueLijian.Zhang1-1/+6
2019-09-25misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach4-229/+152
2019-09-25interface: fix pcap drop trace in case of vlanBenoît Ganne1-1/+12
2019-09-25misc: classifier-based packet trace filterDave Barach8-7/+449
2019-09-25interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko3-3/+3
2019-09-25interface: fix pcap_write functionAndrew Yourtchenko2-1/+6
2019-09-25ipsec: Fix NULL encryption algorithmNeale Ranns2-1/+9
2019-09-25interface: Remove residual dpdk bonding codeSteven Luong5-18/+4
2019-09-25tcp: fix byte tracker samples flushFlorin Coras1-0/+1
2019-09-25ipsec: Add 'detail' option to 'sh ipsec sa'Neale Ranns1-4/+8
2019-09-25ip: reassembly: remove unnecessary codeKlement Sekera2-6/+0
2019-09-25ip: fix merge issueKlement Sekera1-2/+0
2019-09-25ip: reassembly: send packet out on correct workerKlement Sekera2-92/+287
2019-09-24sr: fix sr_set_encap_source replyVratko Polak1-1/+1
2019-09-24tcp: add option for always on event loggingFlorin Coras7-184/+370
2019-09-21tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-09-21ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3