summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-04misc: add vnet classify filter set supportDave Barach8-51/+228
2019-10-04vlib: improve summary vector-rate statisticsDave Barach8-103/+105
2019-10-04stats: fix per-worker stat vector lengthBenoît Ganne1-3/+4
2019-10-03session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-10-03rdma: fix non-NULL terminated C-string overflowBenoît Ganne2-3/+3
2019-10-03session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-10-03tests: add quic plugin qclose/sclose testsDave Wallace1-25/+197
2019-10-03ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8
2019-10-03classify: use vector code even when data is not alignedDamjan Marion3-203/+147
2019-10-03ip: respect buffer boundary when searching for ipv6 headersKlement Sekera6-61/+119
2019-10-03session: fix unbind coverity warningFlorin Coras1-0/+7
2019-10-03ipsec: add insecure option for format of SAChristian E. Hopps3-3/+9
2019-10-03vcl: initialize ctrl_mq in workersFlorin Coras2-1/+5
2019-10-03ipsec: allow null cipher with dpdk espChristian E. Hopps1-1/+2
2019-10-03ipsec: fix memleaks in ikev2 openssl codeChristian E. Hopps1-3/+15
2019-10-03udp: do not send received packets to error-dropAloys Augustin1-192/+173
2019-10-03session: fix cleanup in closing statesFlorin Coras2-3/+3
2019-10-03fib: fix some typos in fib/mtrieLijian.Zhang20-35/+35
2019-10-03ip: refactor reassemblyKlement Sekera10-829/+872
2019-10-03papi: truncate long logger messagesKlement Sekera1-1/+4
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion21-0/+32
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