aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-28vppinfra: avoid mem overflow in hash_memory()Damjan Marion3-209/+29
2022-03-28ip: add barrier sync, ip4_ply_pool expand caseVladislav Grishenko1-2/+14
2022-03-27linux-cp: fix name formattingDmitry Valter1-1/+1
2022-03-26session: simplify safe pool reallocFlorin Coras1-62/+42
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-25vppinfra: add vec128_t, vec256_t and vec512_t typesDamjan Marion1-19/+41
2022-03-25l2: avoid overflow read of mac addressDamjan Marion1-23/+3
2022-03-25linux-cp: handle ipv4 routes when link goes downAlexander Chernavin5-0/+163
2022-03-25build: print compiler versionDamjan Marion1-1/+1
2022-03-25fib: fix ip6-ll fib selection for non-ethernet interfacesVladislav Grishenko2-7/+37
2022-03-25devices: fix high vector rate per dispatchMohsin Kazmi3-13/+44
2022-03-25session: reorganize local port allocationFlorin Coras1-29/+24
2022-03-24bfd: use local error index when incrementing node countersPaul Atkins1-4/+4
2022-03-24session: safe reallocs for transport endpoint poolFlorin Coras1-11/+25
2022-03-24ip: The check for 'same packet' must include the FIB indexNeale Ranns1-2/+11
2022-03-24ip6-nd: stop sending RA by defaultAlexander Chernavin1-3/+0
2022-03-24mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentationNeale Ranns1-4/+3
2022-03-24crypto-native: fix index in VAES aes-cbc encryptBenoît Ganne1-3/+3
2022-03-24build: set OS_ID_LIKE on to be OS_ID on Debian properAndrew Yourtchenko1-0/+5
2022-03-24dpdk: enable int mode for virtioPaul Atkins1-0/+1
2022-03-24fib: Fix crash when removing a covering prefixNeale Ranns3-10/+18
2022-03-23dpdk: copy the enable_rxq_int flag from driver to confPaul Atkins1-0/+1