aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-20ipsec: remove WITH_LIBSSL macrosDamjan Marion2-125/+3
2021-04-20dpdk: fix mlx4 mlx5 detection in plugin buildMohammed Hawari1-1/+1
2021-04-20vlib: remove unused codeDamjan Marion2-38/+0
2021-04-19vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.cDamjan Marion3-27/+29
2021-04-19ip: fix offload flags handlingAloys Augustin2-3/+5
2021-04-19interface: interface-output end node reworkDamjan Marion9-75/+87
2021-04-18ip: remove dead code from ip_csumDamjan Marion1-1/+0
2021-04-18vppinfra: remove outdated and unused unix format functionsDamjan Marion2-486/+0
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion13-163/+51
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne3-135/+136
2021-04-16tests: cpus awarenessKlement Sekera1-1/+14
2021-04-15vlib: make vlib_pending_frame_t smallerDamjan Marion1-3/+3
2021-04-15tcp: support for rate sample attr flagFlorin Coras2-1/+23
2021-04-15vrrp: refactor testPaul Vinciguerra1-36/+38
2021-04-15vcl: validate fs before cleanupFlorin Coras1-2/+5
2021-04-15papi: fix ubuntu 1804 make test socket.close errorTianyu Li1-1/+1
2021-04-15vppinfra: move bitmap format functions to .c file, add format_bitmap_listDamjan Marion3-120/+172
2021-04-15avf: fix tx path segfaultRadu Nicolau1-0/+1
2021-04-15vppinfra: correct intrinsic called by u16x16_from_u8x16Lijian.Zhang1-2/+2
2021-04-15avf: remove the vxlan flow supportChenmin Sun2-1/+1
2021-04-14session: fix next node add on transport registrationFlorin Coras1-7/+2
2021-04-14vlib: fix access before check issue in foreach_vlib_main macroDamjan Marion1-9/+17
2021-04-14misc: clang-12 supportDamjan Marion2-7/+11
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras14-44/+350
2021-04-14dpdk: add RSS capability flag to iavf PMD in dpdk_pluginChenmin Sun1-4/+4
2021-04-14rdma: remove redundant memory registrationBenoît Ganne1-6/+0
2021-04-14nat: test dynamic translation between two vrfsFilip Varga1-3/+41
2021-04-14rdma: fix skip_ipv4_cksum behavior in scalar pathTianyu Li1-1/+1
2021-04-14hsa: fix coverity warningsFlorin Coras1-2/+3
2021-04-14tls: fix coverity warningFlorin Coras1-1/+1
2021-04-14flow: The type of vni in VxLAN flow should be u32Chenmin Sun3-10/+8
2021-04-13avf: rework TX one-by-one loopDamjan Marion1-68/+63
2021-04-13avf: avoid placeholder buffer alloc in datapathDamjan Marion3-31/+25
2021-04-13avf: avoid ring wrap in the tx pathDamjan Marion3-139/+122
2021-04-12avf: avf flow bug fixChenmin Sun2-27/+2
2021-04-12geneve: fix options len parsing as 32-bits wordsMohammed Hawari1-2/+3
2021-04-12tests: support attaching to existing vppKlement Sekera3-7/+7
2021-04-09dpdk: selection of cryptodev engine data-pathFan Zhang8-2733/+2082