aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-30tests: split up the long running IPSec tests into separate classesAndrew Yourtchenko1-82/+398
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-30tests: run vapi tests by defaultKlement Sekera5-14/+14
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-30libmemif: prevent crash in case of invalid connection handleJakub Grajciar1-9/+31
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
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-29gbp: fix set_mac() in unit testsBenoît Ganne1-6/+2
2019-09-29tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14