aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-01-25svm: add custom q implementation for mqFlorin Coras2-4/+3
2021-01-25crypto-ipsecmb: more explicit errors reportingBenoît Ganne1-4/+24
2021-01-22quic: quicly v0.1.2 updateMathias Raoul7-616/+388
2021-01-22tests: add generalized tags for tests, use them for run-solo testsAndrew Yourtchenko4-16/+8
2021-01-21dpdk: do not use TSO for small packetsSomnath Kotur1-2/+5
2021-01-21avf: use write combining store for queues tail updateRadu Nicolau3-2/+13
2021-01-21rdma: adapt to new vnet rxq frameworkMohammed Hawari3-27/+30
2021-01-21memif: adapt to new rxq frameworkMohammed Hawari3-61/+59
2021-01-21af_xdp: update interrupt mode to new infraBenoît Ganne3-36/+86
2021-01-21marvell: adapt pp2 to new rxq framework.Mohammed Hawari2-9/+11
2021-01-21interface: rx queue infra rework, part oneDamjan Marion10-63/+87
2021-01-21perfmon: added cache hits and missesRay Kinsella2-0/+70
2021-01-21dpdk: terminate device devargs stringMatthew Smith1-1/+2
2021-01-21dpdk: add support for system libdpdkNathan Moos1-85/+96
2021-01-21ip: Use correct enum type in ip_address_setNeale Ranns3-6/+7
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam1-4/+4
2021-01-20acl: replace glibc internal __bswap_64 with clibNathan Moos1-1/+2
2021-01-20memif: fix vpp to go link up immediately on admin upEd Warnicke3-16/+23
2021-01-20ikev2: use new counters data model & add more countersFilip Tehlar3-50/+169
2021-01-19avf: fix l2_len for csum offloadMohammed Hawari1-4/+3
2021-01-18nat: deal with flows instead of sessionsKlement Sekera14-1960/+1860
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns1-13/+6
2021-01-18tls: make picotls engine able to initial connection as clientSimon Zhang2-16/+74
2021-01-13ikev2: remove assert conditionFilip Tehlar1-19/+36
2021-01-12crypto-openssl: chacha support in openssl versionRay Kinsella1-8/+8
2021-01-11dpdk: allow configure individual VMBUS devicesVladimir Ratnikov3-48/+220
2021-01-11acl: fix tag C-string overflowBenoît Ganne1-5/+14
2021-01-11nat: refactor and split fo EI/ED features p.2Filip Varga8-351/+1216
2021-01-08ikev2: fix lookup in wrong ip tableFilip Tehlar1-4/+6
2021-01-07vcl session: switch to generic cert key apisFlorin Coras8-74/+124
2021-01-06acl: fix cli tag parsingBenoît Ganne1-1/+5
2021-01-05nat: refactor and split fo EI/ED featuresFilip Varga17-1026/+999
2020-12-30svm: fifo segment sptr for fifo hdr free listFlorin Coras1-3/+3
2020-12-29svm vcl: allow random offsets for fifo segments in appsFlorin Coras1-10/+6
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras6-36/+77
2020-12-26svm: change fifo pointers to offsetsFlorin Coras2-11/+12
2020-12-24svm: split fifo into private and shared structsFlorin Coras9-102/+124
2020-12-23hsa: detach fifo segments in echo appFlorin Coras3-38/+60
2020-12-23vppinfra: mem bulk testFlorin Coras2-0/+146
2020-12-23svm: separate private from shared fifo segment ptrsFlorin Coras1-6/+13
2020-12-23svm: remove fifo segment heapFlorin Coras2-21/+16
2020-12-20tls: use fifo segments instead of chunksFlorin Coras1-33/+26
2020-12-19avf: fix gcc compiling warning on ArmJieqiang Wang1-4/+4
2020-12-18tls: add custom openssl bioFlorin Coras5-184/+244
2020-12-18perfmon: new perfmon pluginDamjan Marion15-0/+2246
2020-12-18misc: deprecate old perfmonDamjan Marion25-25549/+0
2020-12-18dpdk: rebase cryptodev engine for dpdk 20.11Fan Zhang2-121/+127
2020-12-18avf: optimized with NEON SIMD instructionLijian.Zhang1-1/+27
2020-12-17hsa: http server: memset after pool_put will cause ASAN issuejiangxiaoming1-1/+2
2020-12-17hsa: http server: fix http response format type errorjiangxiaoming1-1/+1