aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-09rdma: make sure pci subsystem is initializedBenoît Ganne1-1/+6
2019-10-08dns: fix non-NULL terminated C-stringBenoît Ganne1-0/+2
2019-10-08vlib: fix old nodes vector overflow in reforkBenoît Ganne1-5/+2
2019-10-07ipsec: fix use-after-freeBenoît Ganne1-3/+7
2019-10-07bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-10-07api: fix use-after-freeBenoît Ganne1-3/+3
2019-10-05bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-10-04hsa: fix non-NULL terminated C-string use in echoBenoît Ganne1-9/+9
2019-10-04session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-10-04ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns3-27/+71
2019-10-04misc: add vnet classify filter set supportDave Barach9-58/+248
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 Sekera7-63/+138
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 Sekera11-843/+888
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-03build: pass 'no-pci' to autgenerated configDamjan Marion1-0/+1
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-03ebuild: Add MAKE_PARALLEL_FLAGS to VPP buildjuraj.linkes1-1/+1
2019-10-03classify: remove includes from classifier header fileDamjan Marion15-10/+19
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