aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-05-04dpdk: allow configuration of max-simd-bitwidthRay Kinsella2-2/+34
2021-05-04avf: fix simultaneous txq wrap and tx retryMohammed Hawari1-1/+2
2021-05-04rdma: add support for RSS configurationBenoît Ganne7-14/+338
2021-05-04rdma: support non-power-of-2 number of rxqBenoît Ganne1-13/+19
2021-05-03quic: fix coverity warningFlorin Coras1-2/+2
2021-05-03rdma: avoid unnencessary inliningDamjan Marion1-27/+29
2021-05-03quic: improve udp dgram writeFlorin Coras1-10/+7
2021-05-02tls: cleanup dtls migrated contextFlorin Coras1-4/+9
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne17-59/+18
2021-04-30build: declare some CMake variables as advancedDamjan Marion8-16/+16
2021-04-30quic: report number of packets sent on custom txFlorin Coras1-14/+8
2021-04-30hsa: vcl test client incremental statsFlorin Coras2-22/+82
2021-04-29crypto: fix chained buffer integrity supportBenoît Ganne1-1/+15
2021-04-29hsa: vcl test perf improvementsFlorin Coras3-88/+93
2021-04-28vcl: fix epoll wait with indefinite timeoutFlorin Coras1-4/+4
2021-04-28hsa: fix quic vcl testFlorin Coras1-9/+21
2021-04-28hsa: support sigint in vcl test clientFlorin Coras1-2/+33
2021-04-28nat: fix byte order on ipfix message fieldsMatthew Smith4-7/+10
2021-04-27hsa: custom proto vfts for vcl testsFlorin Coras5-314/+836
2021-04-27vrrp: increase stack size of process nodeMatthew Smith1-2/+2
2021-04-27perfmon: top down level 1 supportmdr788-25/+247
2021-04-27hsa: use only one conn type for vcl testsFlorin Coras3-139/+80
2021-04-26hsa: use tcp for vcl test control channelFlorin Coras3-195/+242
2021-04-26tests: clean up gbp calls from vpp_papi_providerPaul Vinciguerra2-110/+184
2021-04-26session: fix race condition in fifo allocationliuyacan1-1/+1
2021-04-23nat: correct detection of icmp bypass presenceKlement Sekera1-2/+2
2021-04-23dpdk: support md5 async handler in dpdk cryptodevAlexander Chernavin1-0/+3
2021-04-23tls quic: improve error reportingFlorin Coras1-6/+6
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras8-20/+176
2021-04-22tls: tlspicotls require version when buildingNathan Skrzypczak1-3/+19
2021-04-22quic: update quicly to v0.1.3Mathias Raoul3-7/+20
2021-04-21cnat: Fix session flag initializationNathan Skrzypczak4-1/+8
2021-04-21nat: fix multi worker scenariosKlement Sekera3-48/+161
2021-04-20nat: fixing cli bug for nat44-ei and nat44-edFilip Varga2-2/+2
2021-04-20tls: honor tcp deq notification requestFlorin Coras1-0/+6
2021-04-20nat: nat44-ed i2o & o2i trace fixFilip Varga2-8/+10
2021-04-20dpdk: fix mlx4 mlx5 detection in plugin buildMohammed Hawari1-1/+1
2021-04-19interface: interface-output end node reworkDamjan Marion5-14/+10
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion1-1/+0
2021-04-16tests: cpus awarenessKlement Sekera1-1/+14
2021-04-15vrrp: refactor testPaul Vinciguerra1-36/+38
2021-04-15avf: fix tx path segfaultRadu Nicolau1-0/+1
2021-04-15avf: remove the vxlan flow supportChenmin Sun2-1/+1
2021-04-14dpdk: add RSS capability flag to iavf PMD in dpdk_pluginChenmin Sun1-4/+4
2021-04-14rdma: remove redundant memory registrationBenoît Ganne1-6/+0
2021-04-14nat: test dynamic translation between two vrfsFilip Varga1-3/+41
2021-04-14rdma: fix skip_ipv4_cksum behavior in scalar pathTianyu Li1-1/+1
2021-04-14hsa: fix coverity warningsFlorin Coras1-2/+3
2021-04-14tls: fix coverity warningFlorin Coras1-1/+1
2021-04-13avf: rework TX one-by-one loopDamjan Marion1-68/+63