aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-05devices: fix the received blocks countersMohsin Kazmi1-5/+4
2022-04-05crypto-openssl: use getrandom to reseed opensslBenoît Ganne1-13/+8
2022-04-05vppinfra: use AVX512 compare for equality testingBenoît Ganne1-45/+59
2022-04-05devices: fix the coverity warnings for af-packet v3Mohsin Kazmi1-9/+14
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion119-299/+300
2022-04-04udp: use pool safe reallocsFlorin Coras3-81/+8
2022-04-04tcp: use safe realloc poolFlorin Coras1-3/+3
2022-04-04interface api: restore order of context valueVratko Polak1-1/+2
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 Marion4-25/+0
2022-04-04vlib: improve exec path searchDamjan Marion4-9/+35
2022-04-04session: use session layer rpc for evts sent to mainFlorin Coras1-5/+9
2022-04-04vlib: fix memory leak in load_one_pluginDamjan Marion1-0/+2
2022-04-04vppinfra: fix alloc and alignment in fifoDamjan Marion2-45/+56
2022-04-04devices: add multi-queue support for af-packetMohsin Kazmi6-270/+571
2022-04-04interface: read only one line in show hardwareVratko Polak1-9/+16
2022-04-03svm: Close client shm fdroot1-0/+1
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-01session: leverage new pool functions in safe reallocFlorin Coras3-54/+50
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-31vppinfra: vectors with non-default heapDamjan Marion7-75/+213
2022-03-31vlib: add support for workers syncFlorin Coras3-38/+66
2022-03-31stats: use vlib_stats_validate in collectorDamjan Marion1-28/+5
2022-03-31stats: convert error counters to normal countersDamjan Marion13-271/+101
2022-03-31session: fix coverity warningFlorin Coras1-0/+4
2022-03-31vcl: fix api detach if attach failedFlorin Coras2-1/+12
2022-03-31crypto: drop the frame if there is no handlerDastin Wilski1-0/+6
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan5-25/+64
2022-03-30ip: Reference count the enabling the punt featureNeale Ranns2-4/+14
2022-03-30vppinfra: vector allocator reworkDamjan Marion25-981/+873
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara6-64/+137
2022-03-29hsa: refactor echo clientsFlorin Coras2-318/+319
2022-03-29tls: Support for client certificate-key pairsarmurug1-0/+50
2022-03-29vlib: fix unaligned runtime_dataDmitry Valter1-0/+2
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-29vnet: set frame overhead at interface registrationMatthew Smith1-2/+2
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-28vlib: use pthread_attr_setstack() to set thread stackDamjan Marion1-12/+26