Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-09-14 | VPP-407 fix coverity warning |  Klement Sekera | 1 | -5/+0 |
2016-09-14 | VPP-408: fix coverity warning in run_ping_ip46_address() |  Andrew Yourtchenko | 1 | -1/+9 |
2016-09-14 | Add vlan-strip-offload help into startup.conf |  Alex Popovsky | 1 | -0/+4 |
2016-09-13 | VPP-404: IKEv2 profile auth rsa-sig cert-file fixed |  Matus Fabian | 2 | -1/+2 |
2016-09-13 | l2_output: reset bit after mapping is created |  Damjan Marion | 1 | -0/+3 |
2016-09-13 | VPP-344 Add LLDP feature |  Klement Sekera | 9 | -0/+1851 |
2016-09-13 | Implement IPv6/IPv4 ping. |  Andrew Yourtchenko | 3 | -0/+874 |
2016-09-13 | Add some help into startup.conf |  Damjan Marion | 2 | -0/+56 |
2016-09-13 | VPP-292 Document vnet/vnet/lisp-gpe |  Florin Coras | 7 | -49/+485 |
2016-09-13 | VPP-376: Refactor LISP dump API + VAT |  Filip Tehlar | 7 | -1041/+377 |
2016-09-13 | VPP-288: Documentation changes via doxygen for vnet/vnet/l2. |  Billy McFall | 14 | -53/+564 |
2016-09-13 | Python API: Re-adding rudimentary variable length array pack support. |  Ole Troan | 3 | -24/+40 |
2016-09-13 | Use the correct thread stack alignment constraint, VPP-401 |  Dave Barach | 1 | -2/+6 |
2016-09-13 | Update CSIT tests 160904 -> 160912 |  Jan | 1 | -1/+1 |
2016-09-12 | Provide vpp-plugins rpm packaging |  Ed Warnicke | 1 | -0/+31 |
2016-09-12 | MAP: Doxyfying CLI macros - VPP-165 |  Ole Troan | 1 | -48/+158 |
2016-09-12 | af_packet: allocate per-worker list of free buffers |  Damjan Marion | 3 | -8/+15 |
2016-09-12 | DPDK virtio patch: Enable indirect descriptor features |  Pierre Pfister | 1 | -0/+34 |
2016-09-12 | VPP-392 properly pass flags from vnet_hw_interface_set_flags_helper to |  Klement Sekera | 1 | -2/+1 |
2016-09-11 | Move CLI examples from wiki to code - VPP-165 |  Keith Burns (alagalah) | 6 | -4/+243 |
2016-09-10 | VPP-367: Peg vpp and vpp-plugins to depend on specific versions |  Ed Warnicke | 1 | -2/+2 |
2016-09-09 | Check for zero-sized Graphvix config file on Ubuntu; VPP-396 |  Chris Luke | 1 | -1/+2 |
2016-09-09 | On Ubuntu check for graphviz system config |  Chris Luke | 1 | -0/+3 |
2016-09-07 | Fix bugs in IPFIX code discovered by coverity |  Juraj Sloboda | 5 | -37/+39 |
2016-09-07 | Fix Coverity issue in trace_util.c (REVERSE_INULL), thanks to Damjan for high... |  Vengada Govindan | 1 | -6/+7 |
2016-09-07 | VPP-346 Improve Doxygen include path mechanism |  Chris Luke | 2 | -23/+55 |
2016-09-07 | VPP-388 Improve IP header lookup in ipsec_output |  Florin Coras | 1 | -7/+7 |
2016-09-07 | Fix MTU size for the bonded interface |  Steve Shin | 1 | -0/+12 |
2016-09-07 | VPP-390: include *.so symlinks in vpp-lib |  Ed Warnicke | 1 | -0/+2 |
2016-09-07 | VPP-382: Add ipsec tunnel interface to sw_interface_dump |  Matus Fabian | 1 | -0/+6 |
2016-09-07 | VPP-387: Fixed ipsec-input trace |  Matus Fabian | 1 | -20/+31 |
2016-09-07 | Vhost-User: Implement Indirect Descriptors |  Pierre Pfister | 2 | -94/+182 |
2016-09-07 | checkstyle: improve speed by checking only recently changed files |  Damjan Marion | 2 | -3/+25 |
2016-09-07 | VPP-204 Rework and finish IPFIX implementation |  Juraj Sloboda | 8 | -149/+1072 |
2016-09-07 | Avoid use of node index 0 by registering null-node |  Damjan Marion | 1 | -0/+29 |
2016-09-06 | Add support for input nodes in interrupt mode on the worker threads |  Damjan Marion | 1 | -0/+24 |
2016-09-06 | VPP-346 More VPP doc fixes |  Chris Luke | 19 | -47/+99 |
2016-09-06 | Add packet/byte count output tx stats to tunap interface |  John Lo | 1 | -0/+12 |
2016-09-06 | Move iOAM Trace as a plugin |  Vengada Govindan | 16 | -1003/+2047 |
2016-09-06 | VPP-386 Fix map-server output in lisp-cp-lookup trace |  Florin Coras | 1 | -6/+3 |
2016-09-06 | VPP-381 Add LISP interfaces to sw_interface_dump |  Florin Coras | 1 | -0/+7 |