summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-11-20quic: Increase loggingNathan Skrzypczak1-29/+40
2019-11-20session: fix transport proto unformatFlorin Coras1-3/+12
2019-11-19quic: handle duplicate packet from quiclyDave Wallace1-2/+15
2019-11-19srv6-mobile: fix yamllint failure in FEATURE.yamlDave Wallace1-0/+1
2019-11-19dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-19srv6-mobileTetsuya Murakami25-5/+5262
2019-11-19map: fix coverity issue 205684Andrew Yourtchenko1-2/+2
2019-11-19nat: respect arc features (multi worker)Filip Varga7-419/+887
2019-11-19map: Fix TCP MSS clamping for MAP-E traffic.Jon Loeliger2-2/+84
2019-11-18vlib: improve code coverage in src/vlibDave Barach2-8/+146
2019-11-17nsim: add FEATURE.yamlDave Barach1-0/+8
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns6-258/+261
2019-11-14ikev2: add definitions for libsslAleksander Djuric1-0/+6
2019-11-14ikev2: correct byte order in api handlersAleksander Djuric1-10/+21
2019-11-14dpdk: Enable bnxt PMDAndy Gospodarek3-1/+20
2019-11-13dhcp: option 61 add missing type fieldDave Barach2-3/+6
2019-11-13gtpu: check packet has enough data for gtpu headerBenoît Ganne2-106/+60
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns1-20/+20
2019-11-12tls: fix picotls coverity warningsFlorin Coras1-13/+13
2019-11-11ip: functional interface to ip fragmentationOle Troan5-214/+148
2019-11-10dhcp: ipv6 prefix delegation improvementsDave Barach3-13/+99
2019-11-10tls: picotls engine basic enabling for TLSSimon Zhang5-0/+878
2019-11-09dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2019-11-09build: Fix typo introduced in src/plugins/mdata/FEATURE.yamlPaul Vinciguerra1-1/+1
2019-11-08rdma: fix next node rx redirectBenoît Ganne1-8/+2
2019-11-08rdma: fix name auto-generation on createBenoît Ganne1-1/+5
2019-11-08tests: python3 use byte strings in raw()Ole Troan6-135/+135
2019-11-07crypto-ipsecmb: improve gcm performance using dedicated API.Fan Zhang1-88/+54
2019-11-07dpdk: ipsec gcm fixesChristian Hopps3-25/+14
2019-11-07crypto: fix crypto perf unittest crashFan Zhang1-1/+33
2019-11-07hsa: Add ckpair & crypto engine in vpp_echoNathan Skrzypczak6-78/+80
2019-11-07quic: Add support for ckpair & crypto engineNathan Skrzypczak2-20/+49
2019-11-06docs: add spellcheck to 'make docs' sphinx docsPaul Vinciguerra1-1/+1
2019-11-06dpdk: conditionally revert rte_vfio_dma_map patchDamjan Marion1-0/+5
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra5-12/+16
2019-11-06quic: free qctx after udp cleanupNathan Skrzypczak1-22/+58
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto28-28/+28
2019-11-05docs: fix issues with src/scripts/fts.pyPaul Vinciguerra1-2/+2
2019-11-05nat: NAT udp counter & unit test fixesFilip Varga5-20/+20
2019-11-05nat: respect udp checksumFilip Varga6-170/+428
2019-11-04quic: enhance error reportingDave Wallace2-6/+24
2019-11-04quic: remove redundant function callsDave Wallace1-2/+0
2019-11-04nat: revert respect udp checksumOle Troan6-428/+166
2019-11-04ikev2: fix traffic selector matchFilip Tehlar1-2/+2
2019-11-04nat: revert fix dual-loop tcp checksum botchOle Troan1-17/+9
2019-11-04nat: fix dual-loop tcp checksum botchDave Barach1-9/+17
2019-11-01dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issueChenmin Sun1-16/+15
2019-11-01quic: fifo size is u32Dave Wallace3-18/+32
2019-10-31dhcp: fix proxy dhcpv6 size checkBenoît Ganne1-2/+3
2019-10-31vlib: only dump 1st buffer in chain by defaultBenoît Ganne1-1/+1