aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-16nat: refactor & MW support for NAT testsFilip Varga3-3598/+3662
2020-12-15nat: set out2in-dpo during plugin enablingAlexander Chernavin1-0/+1
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger1-10/+0
2020-12-14ikev2: add reason for deleted sa debug logBenoît Ganne1-5/+5
2020-12-14ikev2: fix show ikev2 profileBenoît Ganne1-38/+18
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion8-30/+30
2020-12-14misc: move to new pool_foreach macrosDamjan Marion112-825/+784
2020-12-14vppinfra: simpler and faster pool_foreachDamjan Marion1-1/+1
2020-12-14api: add missing version infoPaul Vinciguerra3-2/+4
2020-12-13nat: revert 'fix byte order on ipfix message fields'Damjan Marion1-6/+3
2020-12-11dpdk: bump to dpdk 20.11Fan Zhang5-10/+28
2020-12-11pppoe: fix VLIB_RX into the pppoe-input nodeStanislav Zaikin3-0/+15
2020-12-11nat: fix byte order on ipfix message fieldsMatthew Smith1-3/+6
2020-12-11fib: Remove unused BIER variablesNeale Ranns1-3/+0
2020-12-11srv6-mobile: Fix the position of QFITetsuya Murakami2-34/+31
2020-12-10hsa: http proxy connected callback fixesnandfan1-3/+0