summaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2023-06-09linux-cp: Fix add vs update on routesPim van Pelt3-58/+69
2023-05-23misc: fix tracedump API to match CLI behaviorMaxime Peim3-4/+227
2023-05-23bufmon: ptd should be alloced in main threadXiaoming Jiang1-1/+2
2023-05-20hsa: add an option to configure ns in http cliFilip Tehlar1-1/+16
2023-05-19fib: fix load-balance and replicate dpos buckets overflowBenoît Ganne1-44/+79
2023-05-19dpdk: fix compatibility with DPDK < 21.11Andrew Ying2-2/+1
2023-05-19tls: flag no app session on handshake failureFlorin Coras1-1/+1
2023-05-19dpdk: fix format device name using wrong indexDaniel Ding1-10/+10
2023-05-19hsa: make http cli client thread safeFilip Tehlar1-6/+29
2023-05-16hsa: detach app on unsuccessful listenFilip Tehlar1-0/+12
2023-05-16ip_session_redirect: add session redirect pluginBenoît Ganne9-0/+1044
2023-05-16dpdk: fix format rx/tx burst function name failedXiaoming Jiang1-8/+9
2023-05-16memif: fix coverity warningsMarvin Liu3-8/+7
2023-05-16misc: make format_hexdump length u32Benoît Ganne1-3/+2
2023-05-15hsi: interop with ip reassemblyFlorin Coras1-19/+46
2023-05-15dpdk: Be wary of the return value from rte_eth_dev_socket_idSteven Luong1-1/+7
2023-05-12gre: move to a pluginChuhao Tang12-1/+3207
2023-04-27api: Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-04-25crypto-sw-scheduler: fix interrupt modeAlexander Skorichenko1-0/+10
2023-04-25perfmon: fix perfmon start type argumentMaxime Peim1-5/+3
2023-04-25memif: support dma optionMarvin Liu8-20/+925
2023-04-25dpdk: code preparation for bumping to DPDK 22.11Xinyao Cai9-34/+147
2023-04-21rdma: fix rx CQ mask to calculate right next_cqe_indexJieqiang Wang1-1/+1
2023-04-21lb: improve formatting in lb_types.apiVratko Polak1-5/+5
2023-04-19lb: initialize lb_vip_add_args_tVratko Polak1-2/+2
2023-04-14linux-cp: Handle RTA_VIA routes.Adrian Pistol1-2/+3
2023-04-13nat: distribute nat44-ed in2out sessions by rx vrfVladislav Grishenko1-1/+3
2023-04-13nat: fix the wrong unformat typeTed Chen2-2/+2
2023-04-13nat: adding a new api nat44_ed_vrf_tables_v2_dumpDaniel Béreš2-0/+76
2023-04-11linux-cp: don't create tap for non-eth ifacesStanislav Zaikin1-0/+8
2023-04-11rdma: disable compressed CQE mode for txq CQJieqiang Wang1-3/+1
2023-03-31nat: fix nat44 vrf handlersDaniel Béreš1-2/+2
2023-03-29dpdk-cryptodev: fix name formatting of session poolsGabriel Oginski1-2/+2
2023-03-24dpdk-cryptodev: fix formatting name of poolsGabriel Oginski1-2/+2
2023-03-23vppinfra: AES-CBC and AES-GCM refactor and optimizationsDamjan Marion4-2450/+72
2023-03-21linux-cp: fix get_default_ns api methodStanislav Zaikin1-13/+7
2023-03-20wireguard: fix sending peer events from worker threadsAlexander Chernavin1-5/+23
2023-03-18vppinfra: fix corner-cases in bihash lookupDave Barach2-3/+8
2023-03-15crypto-native: 256-bit AES CBC supportDamjan Marion7-86/+353
2023-03-15dma_intel: fix potential invalid batch statusMarvin Liu1-5/+6
2023-03-14dpdk: enable Google Virtual EthernetMarvin Liu2-0/+7
2023-03-14vlib: pre-alloc dma backend batchesMarvin Liu1-0/+27
2023-03-14crypto-native: avoid crash on 12th and 13th gen Intel client CPUsDamjan Marion1-2/+4
2023-03-14memif: don't leak error strings in API handlersDamjan Marion1-4/+4
2023-03-13avf: 512-bit SIMD version of avf_tx_prepareLeyi Rong1-0/+50
2023-03-10af_packet: fix the broken functionality upon admin downMohsin Kazmi2-41/+25
2023-03-08quic: use tx instead of builtin_tx event with timersFlorin Coras1-3/+2
2023-03-07avf: enable rss action of flowXinyao Cai4-152/+2925
2023-03-07avf: fix cli memory leak with incorrect optionsTianyu Li1-37/+19
2023-03-06lb: keep AddressSanitizer happyBenoît Ganne2-3/+2