Age | Commit message (Expand) | Author | Files | Lines |
2016-09-27 | Scheduler policy & priority config, few minor fixes (VPP-425) |  Pavel Kotucek | 3 | -20/+31 |
2016-09-27 | Fix missing output in generated CLI/config |  Chris Luke | 3 | -7/+8 |
2016-09-27 | FIX sysctl configuration directory |  Miroslav Miklus | 2 | -4/+4 |
2016-09-27 | VPP-448 Fix LISP APIs using binary data |  Filip Tehlar | 2 | -10/+29 |
2016-09-27 | Fix "show adj nbr" displaying IP4 address for IP6 neighbors |  John Lo | 1 | -2/+2 |
2016-09-27 | fix create sub-interface range cli |  Eyal Bari | 1 | -1/+3 |
2016-09-27 | VPP-425: Scheduler policy & priority configuration |  Pavel Kotucek | 3 | -4/+100 |
2016-09-27 | Fix CLI for adding negative LISP fwd entries |  Florin Coras | 1 | -0/+1 |
2016-09-27 | LISP Source/Dest control plane support, VPP-197 |  Florin Coras | 11 | -115/+805 |
2016-09-27 | Fix import line for setup.py |  Peter Ginchev | 1 | -2/+2 |
2016-09-26 | Fix for potential use of uninitialized variables |  Igor Mikhailov (imichail) | 1 | -23/+13 |
2016-09-26 | Update CSIT tests 160919 -> 160925 |  Jan | 1 | -1/+1 |
2016-09-26 | Fix jvpp-core dependencies |  Marek Gradzki | 1 | -2/+2 |
2016-09-25 | Packet-generator related fib 2.0 fixes |  Dave Barach | 2 | -4/+10 |
2016-09-23 | Rmove duplicate register of unformat_l2_input_next_node |  Hongjun Ni | 1 | -3/+0 |
2016-09-23 | Fix source RPF check in ip4_local |  Dave Barach | 1 | -0/+5 |
2016-09-23 | Fix eventfd leakage issue in vhost-user mode |  Steve Shin | 2 | -6/+57 |
2016-09-23 | Python API: Preparation for RPM/DEB packaging. |  Ole Troan | 12 | -65/+138 |
2016-09-23 | VPP-424 fix lldp_main declaration |  Klement Sekera | 1 | -1/+1 |
2016-09-23 | Fix detection of packet output via BVI into a BD and SHG adjustment |  John Lo | 3 | -9/+13 |
2016-09-23 | Enable doc building on MacOS |  Chris Luke | 2 | -1/+28 |
2016-09-22 | l2_output: fix packet drop error reporting when mapping is in progress |  Damjan Marion | 1 | -1/+11 |
2016-09-22 | Fix lisp-cp table_id lookup for punted packets |  Florin Coras | 1 | -6/+6 |
2016-09-22 | VPP-189: fix coverity issue in api_format.c |  Florin Coras | 1 | -2/+3 |
2016-09-22 | vhost-user: branchless SSE4.2 implementation of map_guest_mem() |  Damjan Marion | 2 | -0/+45 |
2016-09-22 | VPP-426: Rename parameter in LISP remote mapping VAT command |  Filip Tehlar | 1 | -1/+1 |
2016-09-22 | vhost-user: remove dependency on dpdk code |  Damjan Marion | 2 | -16/+24 |
2016-09-21 | Refactor pre-Doxy siphon scripts; VPP-396 |  Chris Luke | 28 | -660/+1580 |
2016-09-21 | vpp python api - fix vla pack generation |  Gabriel Ganne | 1 | -20/+15 |
2016-09-21 | A Protocol Independent Hierarchical FIB (VPP-352) |  Neale Ranns | 197 | -11938/+40383 |
2016-09-21 | Move doxytags file to html output directory |  Chris Luke | 1 | -1/+1 |
2016-09-21 | VPP-414: Fixed IPSec transport mode in esp_encrypt.c |  Matus Fabian | 1 | -2/+5 |
2016-09-21 | Copy the 16.09 release notes to master |  Chris Luke | 3 | -7/+213 |
2016-09-21 | dpdk: fix wrong tx ring size calculations |  Damjan Marion | 4 | -27/+22 |
2016-09-20 | dpdk: move number of sub-interfaces to 2nd cacheline, introduce flag |  Damjan Marion | 3 | -20/+32 |
2016-09-20 | dpdk: use flags for identifying interface types |  Damjan Marion | 8 | -42/+36 |
2016-09-20 | Use SSE instructions for matching tagged frames by ethertype |  Damjan Marion | 3 | -8/+29 |
2016-09-20 | VPP-419 add thread-safety to LLDP feature |  Klement Sekera | 2 | -30/+90 |
2016-09-20 | fd closed twice |  Eyal Bari | 4 | -5/+8 |
2016-09-20 | Added volatile to local variables needed by setjmp |  Eyal Bari | 1 | -2/+2 |
2016-09-20 | VPP-282: Document changes for vnet/vnet/ethernet |  Billy McFall | 3 | -32/+146 |
2016-09-20 | VPP-189: fix coverity issue in api_format.c |  Filip Tehlar | 2 | -1/+9 |
2016-09-20 | VPP-348 Return empty DumpReply instead of null |  Maros Marsalek | 5 | -44/+98 |
2016-09-20 | VPP-413 DTOs generated by JVpp improvements: |  Maros Marsalek | 12 | -145/+275 |
2016-09-20 | vhost-user: announce VIRTIO_F_VERSION_1 |  Damjan Marion | 2 | -2/+4 |
2016-09-20 | Update CSIT tests 160912 -> 160919 |  Jan | 1 | -1/+1 |
2016-09-20 | Add structure to some of the documentation; VPP-223 |  Chris Luke | 8 | -8/+24 |
2016-09-19 | Add support for transparent ethernet bridging to GRE |  David Hotham | 10 | -32/+109 |
2016-09-19 | Cloned buffer refcount was set to 0 |  Christophe Fontaine | 1 | -0/+1 |
2016-09-15 | VPP-306: Document changes for vnet/vnet/vxlan |  Billy McFall | 2 | -1/+76 |