Age | Commit message (Expand) | Author | Files | Lines |
2018-08-03 | svm: add support for eventfd signaling to queue | Florin Coras | 7 | -82/+122 |
2018-08-03 | Documentation fix on "set interface ip[6] table" | Yichen Wang | 1 | -2/+2 |
2018-08-03 | acl-plugin: fill in the 5tuple structure all at once, avoid short writes | Andrew Yourtchenko | 1 | -5/+3 |
2018-08-02 | vcl: fix debug messages output before heap cfg | Florin Coras | 1 | -5/+7 |
2018-08-02 | NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) | Matus Fabian | 5 | -34/+37 |
2018-08-01 | Improve cpu { coremask-% } configure option | Yi He | 2 | -20/+40 |
2018-08-01 | Move java api to extras/ | Damjan Marion | 116 | -10174/+2 |
2018-08-01 | vxlan:optimize cached entry compare | Eyal Bari | 1 | -9/+5 |
2018-08-01 | Store USE_DLMALLOC in vppinfra/config.h | Damjan Marion | 11 | -13/+10 |
2018-08-01 | Add support for shuffle vector intrinsic via Neon in ARM | Sirshak Das | 1 | -0/+16 |
2018-07-31 | Poison freed memory objects | Dave Barach | 1 | -0/+8 |
2018-07-31 | vxlan:decap.c conform coding style | Eyal Bari | 1 | -620/+690 |
2018-07-31 | Fix undefined symbol: fformat_append_cr in vat plugins loading | Yi He | 2 | -11/+11 |
2018-07-31 | memif: socket filename fix | Jakub Grajciar | 1 | -11/+19 |
2018-07-31 | acl-plugin: move the acl epoch calculation into inline function | Andrew Yourtchenko | 1 | -7/+15 |
2018-07-31 | fix 'sh vxlan tunnels' | Neale Ranns | 1 | -15/+4 |
2018-07-31 | vcl: add read/write udp support | Florin Coras | 9 | -93/+149 |
2018-07-30 | SIXRD: fix post introduction of the directed subnet broadcast | Neale Ranns | 2 | -12/+4 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 13 | -82/+64 |
2018-07-30 | Reverse the logic of flagging malformed packet in fragmentation code to allow... | Rajesh Saluja | 1 | -1/+1 |
2018-07-28 | session/dlmalloc: coverity fixes | Florin Coras | 2 | -2/+3 |
2018-07-27 | dlmalloc: use static magic constant for debug images | Florin Coras | 2 | -0/+4 |
2018-07-27 | Fix build-break when compiling -O0 / TAG=vpp_debug | Dave Barach | 1 | -1/+1 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 22 | -745/+1113 |
2018-07-27 | 128-bit SIMD version of vlib_get_buffers | Damjan Marion | 2 | -0/+44 |
2018-07-27 | mips64: Add timer and longjump support | Carl Smith | 4 | -6/+92 |
2018-07-27 | vector indicies walk in reverse | Neale Ranns | 1 | -0/+4 |
2018-07-27 | Fix memory leak in processing of ICMPv6 RA event (VPP-1360) | Juraj Sloboda | 1 | -1/+2 |
2018-07-27 | -DCLIB_DEBUG => turn on extra checks in dlmalloc | Dave Barach | 2 | -2/+26 |
2018-07-26 | pp2: change default queue size | Brian Brooks | 1 | -2/+2 |
2018-07-26 | Clean up dpdk plugin rx/tx pcap tracing | Dave Barach | 4 | -32/+32 |
2018-07-26 | Improve the sample plugin node dispatch function | Dave Barach | 1 | -128/+473 |
2018-07-26 | VPP-API client: timeout thread loop variable | Neale Ranns | 1 | -2/+5 |
2018-07-26 | VPP-1359 Wrong vl_msg_id | Lukasz Majczak | 1 | -1/+1 |
2018-07-26 | avf: used tx queue should be enabled | Damjan Marion | 2 | -2/+8 |
2018-07-26 | vppinfra: add SSE4.2 version of u8x16_shuffle | Damjan Marion | 1 | -0/+6 |
2018-07-26 | avf: request queues support | Jakub Grajciar | 3 | -3/+68 |
2018-07-26 | L2 Flood: use the buffer clone API rather than buffer recycle | Neale Ranns | 1 | -260/+168 |
2018-07-26 | avf: fix interrupt mode | Damjan Marion | 2 | -2/+25 |
2018-07-25 | Generate vppinfra/config.h from config.in script (same as we do for vlib/conf... | Neale Ranns | 3 | -11/+24 |
2018-07-25 | VPP-1332 memif: add/del socket filename bugfix | Jakub Grajciar | 1 | -1/+27 |
2018-07-25 | avf: api fix | Jakub Grajciar | 4 | -7/+25 |
2018-07-24 | Create a unit-test plugin | Dave Barach | 9 | -31/+608 |
2018-07-23 | tls: avoid possible async handler duplication | Ping Yu | 1 | -1/+1 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 3 | -2/+15 |
2018-07-23 | L2 EFP: byteswap sw_if_index, enable flag can be u8 on .api | Neale Ranns | 3 | -4/+7 |
2018-07-23 | NAT44: fix forwarding feature bug (VPP-1349) | Matus Fabian | 1 | -3/+3 |
2018-07-23 | Buffer clone: copy opaque2 | Neale Ranns | 1 | -0/+2 |
2018-07-23 | Update pipeline.h: use vlib_get_buffers | Dave Barach | 3 | -329/+215 |
2018-07-23 | fix vector index range checks | Eyal Bari | 12 | -20/+15 |