aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-12-31vlib: remove external thread management supportDamjan Marion6-179/+13
2021-12-30svm: merge want deq and leq threshold notificationsFlorin Coras1-8/+5
2021-12-29http_static: Fix timeout on large filesMichal Kalderon1-3/+19
2021-12-22memif: refactor descriptor handling in the input nodeDamjan Marion3-184/+446
2021-12-21hsi: host stack intercept pluginFlorin Coras5-0/+453
2021-12-20vrrp:fix vrrp vr delete case memory leakjinsh1-0/+1
2021-12-16af_xdp: mark API as stableBenoît Ganne1-6/+1
2021-12-14crypto-native: fix build error on Arm using clang-13Jieqiang Wang1-2/+2
2021-12-14api: verify message size on receiptKlement Sekera2-2/+11
2021-12-09dpdk: disable l4 csum offload for vmxnet3Florin Coras1-1/+4
2021-12-08memif: fix the memory leak when memif cli getting wrong parameters inputsHan Wu1-4/+12
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-2/+2
2021-12-03api: refactor to use REPLY_MSG_ID_BASE #defineKlement Sekera10-50/+41
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns9-9/+11
2021-12-02tests: add segment manager testsFilip Tehlar1-29/+25
2021-12-02perfmon: compile dispatch wrapper once for each number of countersDamjan Marion3-35/+27
2021-12-02perfmon: refactor perf metric supportRay Kinsella4-189/+80
2021-11-30dpdk: cryptodev AES-CTR+SHA1 support addedPiotrX Kleski1-1/+4
2021-11-30dpdk-cryptodev: scalable session countDastin Wilski2-96/+143
2021-11-26api: add helper macros for native endianMohsin Kazmi4-30/+6
2021-11-25dpdk: prefetch becomes prefetchwRay Kinsella1-4/+4
2021-11-23misc: deprecate gbp and its dependentsNeale Ranns49-13942/+0
2021-11-23vxlan: multiarch optimization of vxlanRay Kinsella2-4/+0
2021-11-23dpdk: enable vmxnet3 l4 checksum offloadFlorin Coras1-0/+6
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak1-26/+17
2021-11-22wireguard: add local variable in handshake processGabriel Oginski1-2/+4
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi1-3/+1
2021-11-22dpdk: fix coverity warningKlement Sekera1-0/+2
2021-11-22snort: fix coverity warningKlement Sekera1-2/+11
2021-11-22snort: fix coverity warningKlement Sekera1-2/+2
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins4-11/+12
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins5-71/+39
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins5-178/+149
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins5-46/+58
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns5-7/+19
2021-11-19af_xdp: integrate with new tx infraarikachen3-31/+83
2021-11-18af_xdp: introduce to netns apiarikachen7-10/+227
2021-11-17nat: VPP crashes when route is not reachableDaniel Béreš1-0/+3
2021-11-17nat: det44 plugin session scavenging fixFilip Varga1-15/+27
2021-11-16perfmon: fix coverity warningKlement Sekera1-2/+9
2021-11-15memif: fix the coverity warningMohsin Kazmi1-5/+8
2021-11-15perfmon: rename bundle to memory stallsRay Kinsella2-9/+9
2021-11-14flowprobe: right values in records from subinterfacesDaniel Béreš1-2/+14
2021-11-12srtp: fix uninitialized valueDamjan Marion1-1/+1
2021-11-12build: remove unnecesary link depsDamjan Marion1-1/+0
2021-11-12memif: fix the default txq placementMohsin Kazmi1-3/+9
2021-11-11tests: make code coverage for unit tests optionalOle Troan1-1/+1
2021-11-11nat: nat44-ei/ed nat objects cleanup improvementsFilip Varga5-259/+489
2021-11-10vppinfra: new vectorized ip checksum functions incl. csum_and_copyDamjan Marion1-2/+3
2021-11-10vppinfra: new memcpy for x86_64Damjan Marion2-4/+4