aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-09vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412]Steven1-2/+31
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns25-15/+77
2018-09-08vcl: set worker pthread stop keyFlorin Coras4-2/+12
2018-09-08vcl: register workers in orderFlorin Coras4-5/+19
2018-09-08session: detect namespace for transport appsFlorin Coras3-4/+20
2018-09-07session: fix reentrant listensFlorin Coras3-16/+22
2018-09-07Improve NTP / kernel time change event handlingDave Barach2-2/+34
2018-09-07cmake: set packaging component for different filesDamjan Marion9-17/+46
2018-09-07Cavium OcteonTX: cache line fixMarco Varlese1-5/+9
2018-09-07VPP-API: Cancel timeout thread without sending READ_TIMEOUT message.Ole Troan1-8/+6
2018-09-07L2-FIB: replace bit-fields with flagsNeale Ranns6-69/+132
2018-09-07IP route update fix when multipath and drop setNeale Ranns2-23/+31
2018-09-07PAPI: Unpack embedded types with variable length arrays.Ole Troan3-36/+97
2018-09-07Remove qsort.c from vppinfraDamjan Marion1-1/+0
2018-09-07vcl: refactor test client to support workersFlorin Coras8-640/+589
2018-09-07Add flush flag on del as commandHongjun Ni5-16/+164
2018-09-07geneve: fix variable initial valueZhiyong Yang1-1/+1
2018-09-07cmake: Fix compilation for OCTEONTxNitin Saxena1-5/+5
2018-09-07Silence warning over ignored return value (CID 187932)Chris Luke1-2/+2
2018-09-06vxlan: improve encap performanceZhiyong Yang1-2/+10
2018-09-06eth_mac_equal takes const pointersNeale Ranns1-1/+1
2018-09-06vxlan_gpe: optimize encap performanceZhiyong Yang1-32/+47