aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-03gbp: fix contract rule handlingBenoît Ganne7-20/+50
2019-10-03hsa: fix typo in vpp_echo for tx-bufMathiasRaoul1-6/+6
2019-10-03nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev3-4/+198
2019-10-03classify: remove includes from classifier header fileDamjan Marion14-10/+14
2019-10-03hsa: refactor vpp_echo failure handlingDave Wallace7-97/+214
2019-10-03vcl: allow non-blocking connectsFlorin Coras4-17/+38
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-10-02session: validate connection in session lookup delFlorin Coras1-1/+1
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras9-278/+337
2019-10-02ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-10-01session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-10-01hsa: fix vpp_echo stats outputDave Wallace1-16/+37
2019-09-30session: move ctrl messages from bapi to mqFlorin Coras14-273/+808
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-30gbp: remove loopback interfaces between testsBenoît Ganne1-0/+3
2019-09-30session: fix msg freeing on errorNathan Skrzypczak4-24/+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-30ikev2: add support for GCM cipherFilip Tehlar3-1/+43
2019-09-30quic : refactor function namingMathiasRaoul3-56/+51
2019-09-30tcp: compute snd time for rate sampleFlorin Coras3-29/+28
2019-09-30session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-30vlib: fix cli process stack overflowAloys Augustin1-1/+1
2019-09-30http_static: add dynamic GET / POST method hooksDave Barach3-178/+342
2019-09-30vlib: cli support ctrl-w to erase left wordHiroki Shirokura1-0/+47
2019-09-30session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-30hsa: Fix QUIC sessions count calculationAloys Augustin1-3/+1
2019-09-30map: fix non-null-terminated C-stringBenoît Ganne1-3/+4
2019-09-30dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-30hsa: fix memory management bugsBenoît Ganne2-5/+9
2019-09-30quic: fix use-after-freeBenoît Ganne1-1/+6
2019-09-30quic: fix non-null terminated hostname stringBenoît Ganne1-9/+5
2019-09-30session: fix session filter rangeFlorin Coras1-1/+1
2019-09-30misc: fix shebang with missing envNathan Skrzypczak2-2/+2
2019-09-30papi: let async calls return contextVratko Polak1-1/+6
2019-09-30ikev2: fix crash during IKE SA Init exchangeFilip Tehlar1-6/+1
2019-09-30quic: fix server opening stream immediatelyAloys Augustin2-4/+19
2019-09-30build: fix unsupported CMake comparison operationjialv011-1/+1
2019-09-30stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong4-3/+107
2019-09-30stats: fix per_worker vector rate heapOle Troan1-3/+7
2019-09-30lb: vpp hang when executing "lb flush" commands with more parameters.Hongjun Ni1-0/+6
2019-09-30build: fix running error with vmxnet3_test_plugin.sojialv011-10/+4
2019-09-30session: improve cliFlorin Coras7-148/+348
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 Coras4-135/+203
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