aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Marion2-9/+18
2021-04-27vppinfra: silence coverity warnings related to clib_memcpy_u32()Damjan Marion1-0/+10
2021-04-27misc: update arp and ip6-nd files locationSteven Luong1-4/+4
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 Lavor2-0/+188
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-26vapi: silence warningsDamjan Marion1-4/+4
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 Vinciguerra4-272/+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
2021-04-22tls: tlspicotls require version when buildingNathan Skrzypczak1-3/+19
2021-04-22vcl session: extended connect/listen configurationFlorin Coras7-18/+123
2021-04-22misc: add filter for specific error for pcap traceBenoƮt Ganne7-3/+87
2021-04-22ip: remove unnecesary inlining in ip4-rewrite nodeDamjan Marion1-16/+3
2021-04-22quic: update quicly to v0.1.3Mathias Raoul8-12/+101
2021-04-21docs: document "make test-help"Dave Barach3-66/+208
2021-04-21buffers: vlib_get_buffers() with 512-bit SIMDDamjan Marion2-5/+47
2021-04-21vlib: don't inline vlib_buffer_enqueue_to_*Damjan Marion4-236/+316
2021-04-21vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask)Damjan Marion3-31/+81
2021-04-21cnat: Fix session flag initializationNathan Skrzypczak4-1/+8
2021-04-21nat: fix multi worker scenariosKlement Sekera3-48/+161
2021-04-20svm: allow external chunk alloc on segmentFlorin Coras2-0/+32
2021-04-20pmalloc: tolerate move_pages failure on numa node #0Klement Sekera1-1/+2
2021-04-20nat: fixing cli bug for nat44-ei and nat44-edFilip Varga2-2/+2
2021-04-20tls: honor tcp deq notification requestFlorin Coras1-0/+6
2021-04-20tcp: req app deq notification on fifo fullFlorin Coras3-1/+33
2021-04-20crypto: support async handlers for 3des and md5Alexander Chernavin2-3/+12
2021-04-20nat: nat44-ed i2o & o2i trace fixFilip Varga2-8/+10