aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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
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-28quic: disable quic plugin by defaultAloys Augustin2-0/+5
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion9-15/+16
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 Zhang9-24/+15
2019-09-27lacp: continuing input packet trace from device driverSteven Luong1-5/+2
2019-09-27svm: fix fifo hdr freelist allocationFlorin Coras3-1/+7
2019-09-27hsa: clean up vpp_echo json outputDave Wallace1-11/+13
2019-09-27quic: enable stable quic testsDave Wallace1-5/+0
2019-09-27avf: reduce default ITR intervalDamjan Marion1-1/+1