aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras23-746/+1114
2018-07-27128-bit SIMD version of vlib_get_buffersDamjan Marion2-0/+44
2018-07-27mips64: Add timer and longjump supportCarl Smith4-6/+92
2018-07-27vector indicies walk in reverseNeale Ranns1-0/+4
2018-07-27Fix memory leak in processing of ICMPv6 RA event (VPP-1360)Juraj Sloboda1-1/+2
2018-07-27-DCLIB_DEBUG => turn on extra checks in dlmallocDave Barach3-3/+28
2018-07-27Fix .gitignore so docs/Makefile is not ignored. Add README and Makefile. Fis ...John DeNisco4-11/+81
2018-07-26pp2: change default queue sizeBrian Brooks1-2/+2
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach4-32/+32
2018-07-26Improve the sample plugin node dispatch functionDave Barach1-128/+473
2018-07-26Initial commit of Sphinx docsJohn DeNisco239-56/+12736
2018-07-26VPP-API client: timeout thread loop variableNeale Ranns1-2/+5
2018-07-26VPP-1359 Wrong vl_msg_idLukasz Majczak1-1/+1
2018-07-26avf: used tx queue should be enabledDamjan Marion2-2/+8
2018-07-26vppinfra: add SSE4.2 version of u8x16_shuffleDamjan Marion1-0/+6
2018-07-26avf: request queues supportJakub Grajciar3-3/+68
2018-07-26L2 Flood: use the buffer clone API rather than buffer recycleNeale Ranns2-260/+316
2018-07-26avf: fix interrupt modeDamjan Marion2-2/+25
2018-07-25Generate vppinfra/config.h from config.in script (same as we do for vlib/conf...Neale Ranns3-11/+24
2018-07-25VPP-1332 memif: add/del socket filename bugfixJakub Grajciar1-1/+27
2018-07-25avf: api fixJakub Grajciar4-7/+25
2018-07-25make_test: Add equal-cost multi-path routing testsJan Gelety1-0/+252
2018-07-24Create a unit-test pluginDave Barach11-32/+650
2018-07-24test frame work pump thread exit: set flag then wakeNeale Ranns1-2/+2
2018-07-23tls: avoid possible async handler duplicationPing Yu1-1/+1
2018-07-23session: send rx events only if session readyFlorin Coras3-2/+15
2018-07-23L2 EFP: byteswap sw_if_index, enable flag can be u8 on .apiNeale Ranns3-4/+7
2018-07-23NAT44: fix forwarding feature bug (VPP-1349)Matus Fabian2-19/+6
2018-07-23Buffer clone: copy opaque2Neale Ranns1-0/+2
2018-07-23Update pipeline.h: use vlib_get_buffersDave Barach3-329/+215
2018-07-23fix vector index range checksEyal Bari12-20/+15
2018-07-22make test-ext: a new test target that builds VOM (existing one no longer do)Neale Ranns2-2/+11
2018-07-21Loopback tx: support multiple tx intfcs per frameDave Barach1-153/+197
2018-07-21fix IP directed broadcast node declarationsMatthew Smith2-2/+2
2018-07-20bihash: give hint to CPU that we are spinlockingDamjan Marion2-4/+6
2018-07-20Add congestion drop in interface handoffDamjan Marion4-24/+84
2018-07-20Fine-grained add / delete lockingDave Barach9-354/+234
2018-07-20physmem: fix alloc when dlmaloc is usedDamjan Marion1-1/+5
2018-07-20fix issue with missing sample_main in sample pluginDamjan Marion1-0/+2
2018-07-20QOS: mark/record fix feature ordering c-n-p errorNeale Ranns1-5/+5
2018-07-20IP directed broadcastNeale Ranns18-29/+361
2018-07-20avf: don't enable interrupts before interface is admin upDamjan Marion1-1/+0
2018-07-20NAT44: in+out interface in STN setup improvement (VPP-1344)Matus Fabian1-8/+26
2018-07-20QoS: marking and recording for MPLS and VLANNeale Ranns4-22/+477
2018-07-20avf: Support interrupt modeSteven2-1/+5
2018-07-19Fix coverity warning / legitimate minor bugDave Barach1-1/+1
2018-07-19dpdk: eliminate vpp-dpdk-devel RPM conflictMatthew Smith1-1/+1
2018-07-19dpdk: fix Mellanox Connect-X3 VF IDMatthew Smith1-1/+1
2018-07-19test_jvpp: improve error message when JVpp JARS are missingMarek Gradzki1-0/+7
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion27-109/+63