aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-30build: declare some CMake variables as advancedDamjan Marion11-18/+28
2021-04-30misc: experimental configure scriptDamjan Marion9-24/+144
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-30build: switch release build to -O3Damjan Marion4-21/+14
2021-04-29session: accept notifies for sessions in created stateFlorin Coras1-0/+2
2021-04-29session: cleanup CREATED sessions when listener goes downliuyacan3-0/+63
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 Coras2-32/+20
2021-04-28vppinfra: AArch64 NEON implementation of clib_compare_u16_x64()Damjan Marion2-2/+21
2021-04-28vppinfra: don't fail if config.h is missing, fallback to defaults insteadDamjan Marion2-0/+7
2021-04-28papi: change default to use socket transport instead of shared memory transportOle Troan1-2/+2
2021-04-28pg: exec file fixesmdr781-1/+6
2021-04-28hsa: fix quic vcl testFlorin Coras1-9/+21
2021-04-28hsa: support sigint in vcl test clientFlorin Coras1-2/+33
2021-04-28ip: extend the punt cli to accept reason filter for sockets registrationArthur de Kerhor1-0/+6
2021-04-28nat: fix byte order on ipfix message fieldsMatthew Smith4-7/+10
2021-04-27gre: Remove the debugging logging from the mGRE testsNeale Ranns1-6/+1
2021-04-27misc: fix dead storesDamjan Marion2-5/+2
2021-04-27vlib: improve enqueue_to_next buffer indices extractionDamjan Marion7-430/+266
2021-04-27hsa: custom proto vfts for vcl testsFlorin Coras5-314/+836
2021-04-27session: fix mq ext config cleanupFlorin Coras1-2/+1
2021-04-27misc: add StatementMacros to .clang-formatDamjan Marion1-9/+12
2021-04-27vppinfra: silence coverity warnings related to clib_memcpy_u32()Damjan Marion1-0/+10
2021-04-27vppinfra: Fix a bug related to path_searchRyo Nishikawa1-1/+1
2021-04-27vrrp: increase stack size of process nodeMatthew Smith1-2/+2
2021-04-27misc: auto-generate go bindingsVladimir Lavor1-0/+183
2021-04-27perfmon: top down level 1 supportmdr789-25/+248
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-26vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/storesDamjan Marion4-37/+159
2021-04-26pg: fix packet coalescing cliRay Kinsella1-2/+2
2021-04-26vppapigen: remove flag day codePaul Vinciguerra1-296/+0
2021-04-26tests: clean up gbp calls from vpp_papi_providerPaul Vinciguerra3-134/+200
2021-04-26session: fix race condition in fifo allocationliuyacan4-44/+40
2021-04-25vppinfra: add COMPILE_TIME_CONST() macroDamjan Marion2-1/+2
2021-04-25vppinfra: AVX512 mask load/stores and compress storeDamjan Marion3-37/+55
2021-04-25vppinfra: add clear_lowest_set_bit() function, use BMI2 if availableDamjan Marion1-0/+10
2021-04-23nat: correct detection of icmp bypass presenceKlement Sekera1-2/+2
2021-04-23vxlan: Fix L3 modeNathan Skrzypczak5-103/+158
2021-04-23session: set connected session index for ctFlorin Coras1-2/+5
2021-04-23dpdk: support md5 async handler in dpdk cryptodevAlexander Chernavin1-0/+3
2021-04-23tcp: try to update sack list only if not emptyFlorin Coras1-1/+1
2021-04-23tcp: reorganize connection membersFlorin Coras2-8/+8
2021-04-23tls quic: improve error reportingFlorin Coras3-13/+17
2021-04-23session: set fifo's session index before vcl attachliuyacan1-0/+2
2021-04-22session: remove unused connect/listen msg membersFlorin Coras1-5/+0
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras18-86/+278
2021-04-22flow: Add API implementation of IP4/IP6, IP4_VXLAN/IP6_VXLANChenmin Sun3-1/+63