aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2022-04-08linux-cp: fix setting mtu on hardware interfacesMatthew Smith1-1/+1
2022-04-08dpdk: add multi-txq supportMohsin Kazmi4-13/+31
2022-04-07tls http: run config fns after init onesFlorin Coras1-1/+1
2022-04-07tls: fix session pool realloc on acceptFlorin Coras1-0/+3
2022-04-05wireguard: prevent segfault on non-adj packetsJon Loeliger2-0/+7
2022-04-05dpdk: macros changes for dpdk 22.03Dastin Wilski4-60/+62
2022-04-05dpdk: compatibility layer for dpdk 22.03 bumpDastin Wilski2-26/+87
2022-04-05dpdk: fix max frame sizeDamjan Marion2-11/+11
2022-04-05nat: nat44 cli bug fixFilip Varga5-42/+38
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-1/+1
2022-04-05crypto-openssl: use getrandom to reseed opensslBenoît Ganne1-13/+8
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion39-92/+88
2022-04-04tls: set client ckpair only for non-test ckpFlorin Coras1-13/+15
2022-04-04tls: null terminate openssl chiphersFlorin Coras1-2/+2
2022-04-04vlib: remove unused fieldsDamjan Marion1-8/+0
2022-04-01vrrp: add stats support and update APIEmanuele Di Pascale8-18/+643
2022-04-01dpdk: fix vlan creation on ixgbeAlexander Chernavin1-1/+0
2022-04-01dpdk: fix coverity issueFan Zhang1-13/+4
2022-04-01nat: VRF routing & FIB improvementsFilip Varga8-281/+727
2022-04-01nat: nat44-ed cleanup & fixesFilip Varga7-1303/+645
2022-04-01tls: enable host verification by hostnamesatna1-3/+40
2022-03-31stats: convert error counters to normal countersDamjan Marion1-23/+0
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan3-25/+56
2022-03-30vppinfra: vector allocator reworkDamjan Marion1-25/+2
2022-03-29hsa: refactor echo clientsFlorin Coras2-318/+319
2022-03-29tls: Support for client certificate-key pairsarmurug1-0/+50
2022-03-29dpdk: make log pipe non-blocking on both sidesDamjan Marion1-1/+2
2022-03-29linux-cp: fix tap interface attrs in case the sw pool realloc'dVladislav Grishenko1-18/+16
2022-03-29crypto-openssl: fix seed calculationDamjan Marion1-1/+1
2022-03-29linux-cp: handle ipv4 routes when link goes down on subifAlexander Chernavin1-17/+43
2022-03-29linux-cp: add support for table flush if multiple interfacesAlexander Chernavin1-15/+39
2022-03-29perfmon: fix order in cmakelists.txtRay Kinsella1-8/+8
2022-03-29perfmon: fix non-NULL terminated C-stringBenoît Ganne1-1/+1
2022-03-28linux-cp: Fix API responsePim van Pelt1-5/+7
2022-03-28crypto-native: avoid overflow load on dataDamjan Marion1-1/+4
2022-03-27linux-cp: fix name formattingDmitry Valter1-1/+1
2022-03-25hsa: echo client connects as rpcFlorin Coras2-31/+36
2022-03-25crypto-native: avoid mem overflow when loading IVDamjan Marion1-11/+13
2022-03-25linux-cp: handle ipv4 routes when link goes downAlexander Chernavin5-0/+163
2022-03-24crypto-native: fix index in VAES aes-cbc encryptBenoît Ganne1-3/+3
2022-03-24dpdk: enable int mode for virtioPaul Atkins1-0/+1
2022-03-23dpdk: copy the enable_rxq_int flag from driver to confPaul Atkins1-0/+1
2022-03-23vppinfra: deprecate clib_mem_is_vecDamjan Marion1-2/+0
2022-03-23vppinfra: change vlib_register_node so it takes format string for node nameDamjan Marion2-6/+3
2022-03-23dpdk: fix rx/tx burst function nameTianyu Li1-2/+2
2022-03-23vnet: Remove the unused fields from opaque2Neale Ranns1-7/+6
2022-03-23api: better segregate client and server codeBenoît Ganne1-4/+4
2022-03-23perfmon: null-terminate stringDamjan Marion1-1/+1
2022-03-23crypto-native: fix dst index typo in VAESBenoît Ganne1-1/+1
2022-03-22session: use safe realloc for poolsFlorin Coras1-7/+1