aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-03svm: add support for eventfd signaling to queueFlorin Coras7-82/+122
2018-08-03Documentation fix on "set interface ip[6] table"Yichen Wang1-2/+2
2018-08-03acl-plugin: fill in the 5tuple structure all at once, avoid short writesAndrew Yourtchenko1-5/+3
2018-08-02vcl: fix debug messages output before heap cfgFlorin Coras1-5/+7
2018-08-02NAT44: LB NAT - local backends in multiple VRFs (VPP-1345)Matus Fabian5-34/+37
2018-08-01Improve cpu { coremask-% } configure optionYi He2-20/+40
2018-08-01Move java api to extras/Damjan Marion116-10174/+2
2018-08-01vxlan:optimize cached entry compareEyal Bari1-9/+5
2018-08-01Store USE_DLMALLOC in vppinfra/config.hDamjan Marion11-13/+10
2018-08-01Add support for shuffle vector intrinsic via Neon in ARMSirshak Das1-0/+16
2018-07-31Poison freed memory objectsDave Barach1-0/+8
2018-07-31vxlan:decap.c conform coding styleEyal Bari1-620/+690
2018-07-31Fix undefined symbol: fformat_append_cr in vat plugins loadingYi He2-11/+11
2018-07-31memif: socket filename fixJakub Grajciar1-11/+19
2018-07-31acl-plugin: move the acl epoch calculation into inline functionAndrew Yourtchenko1-7/+15
2018-07-31fix 'sh vxlan tunnels'Neale Ranns1-15/+4
2018-07-31vcl: add read/write udp supportFlorin Coras9-93/+149
2018-07-30SIXRD: fix post introduction of the directed subnet broadcastNeale Ranns2-12/+4
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns13-82/+64
2018-07-30Reverse the logic of flagging malformed packet in fragmentation code to allow...Rajesh Saluja1-1/+1
2018-07-28session/dlmalloc: coverity fixesFlorin Coras2-2/+3
2018-07-27dlmalloc: use static magic constant for debug imagesFlorin Coras2-0/+4
2018-07-27Fix build-break when compiling -O0 / TAG=vpp_debugDave Barach1-1/+1
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras22-745/+1113
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 Barach2-2/+26
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-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 Ranns1-260/+168
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-24Create a unit-test pluginDave Barach9-31/+608
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 Fabian1-3/+3
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