aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-14BIER API and load-balancing fixesNeale Ranns13-72/+257
2018-09-14Remove scaffoldingDave Barach2-14/+1
2018-09-14cpack: add deb/rpm packaging to VPP moduleDamjan Marion8-19/+108
2018-09-14dpdk: add detection of mellanox PMDsDamjan Marion1-0/+10
2018-09-14vlib: introduce user flags in vlib_frame_tDamjan Marion5-19/+23
2018-09-14acl-plugin: do not do clib_smp_atomic_add on per-worker countersAndrew Yourtchenko1-2/+2
2018-09-14Revert "L2-input: use vlib_buffer_enqueue_to_next"John Lo2-320/+242
2018-09-14Ehnance and fix vpp_api_test and custom_dump to support SR-MPLSJohn Lo2-33/+328
2018-09-14vcl: keep track of unexpected eventsFlorin Coras6-257/+303
2018-09-14cmake: use VPP package in VOMDamjan Marion1-1/+3
2018-09-14Fix memory leak in API/CLI to create/modify SR policiesJohn Lo4-0/+8
2018-09-13Add a polling configure to make thread bind with hardware enginePing Yu1-4/+9
2018-09-13L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fixNeale Ranns4-201/+159
2018-09-13vppinfra: optmize clib_count_equal functionsDamjan Marion1-60/+136
2018-09-13NAT: TCP MSS clampingMatus Fabian9-0/+236
2018-09-12Trivial: Fix lisp flag labelPaul Vinciguerra1-1/+1
2018-09-13IP-neighbor: add and delete internal APINeale Ranns6-58/+118
2018-09-13Fix: vppapigen make build fails on fresh installPaul Vinciguerra4-3/+3
2018-09-13L2-input: use vlib_buffer_enqueue_to_nextNeale Ranns2-242/+320
2018-09-12fix bihash test codeDave Barach1-0/+7
2018-09-12cmake: create cmake VPP module, update sample-plugin so it uses itDamjan Marion10-135/+117
2018-09-12Always use 'lib' instead of 'lib64'Damjan Marion7-19/+8
2018-09-12Fix LB memory leak and remove useless codePierre Pfister1-11/+1
2018-09-12fix missing extern in vnet/ethernet/node.cDamjan Marion1-1/+1
2018-09-12L2-Learn: use vlib_buffer_enqueue_to_nextNeale Ranns1-195/+147
2018-09-12vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang2-1/+15
2018-09-12VXLAN-GBP: use common types on the APINeale Ranns4-81/+73
2018-09-12device flags will set in dpdk_update_link_state.Khers1-2/+0
2018-09-12Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics.Sirshak Das2-1/+11
2018-09-12Fix create memif socketEd Warnicke1-16/+0
2018-09-12vcl: add apis that expos fifo as bufferFlorin Coras8-55/+320
2018-09-12vcl: improve read and fifo event handlingFlorin Coras9-22/+58
2018-09-11bihash 32/64 bit shared memory interopDave Barach2-39/+39
2018-09-11indent off in ip_lookup_set_buffer_fib_indexNeale Ranns1-4/+5
2018-09-11L2-learn; cache prefetch fixNeale Ranns3-16/+23
2018-09-11GBP Endpoint UpdatesNeale Ranns10-303/+584
2018-09-11vat: remove the endiness for u8Mohsin Kazmi1-1/+1
2018-09-11VAT: plugin load errorsOle Troan2-4/+22
2018-09-11remove libvlib from libvlibmemoryclient libsMatthew Smith2-2/+2
2018-09-11nat: fix busy ports of each threaddongjuan1-4/+15
2018-09-11Replacing vtbl NEON intrinsic with rev NEON intrinsic for byte_swap.Sirshak Das1-5/+1
2018-09-11Add u32x4_extend_to_u64x2 for aarch64 using NEON intrinsicsSirshak Das1-0/+6
2018-09-11Add horizontal add (hadd) vector intrinsic via NEON.Sirshak Das1-0/+6
2018-09-11vapi: support VLAs in typedefsKlement Sekera2-28/+96
2018-09-10dpdk: clean interface link information on admin down / stopDamjan Marion1-0/+1
2018-09-10dpdk-plugin: do not request SCTP offload, some cards do not support it while ...Andrew Yourtchenko1-2/+2
2018-09-10new multiversioning on ethernet input nodesDamjan Marion2-35/+17
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi24-36/+3470
2018-09-10cmake: put vpp_api_test back to packagingDamjan Marion1-1/+1
2018-09-10session: lock app worker mq for io eventsFlorin Coras8-102/+130