aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Copy the 16.09 release notes to masterChris Luke3-7/+213
2016-09-21dpdk: fix wrong tx ring size calculationsDamjan Marion4-27/+22
2016-09-20dpdk: move number of sub-interfaces to 2nd cacheline, introduce flagDamjan Marion3-20/+32
2016-09-20dpdk: use flags for identifying interface typesDamjan Marion8-42/+36
2016-09-20Use SSE instructions for matching tagged frames by ethertypeDamjan Marion3-8/+29
2016-09-20VPP-419 add thread-safety to LLDP featureKlement Sekera2-30/+90
2016-09-20fd closed twiceEyal Bari4-5/+8
2016-09-20Added volatile to local variables needed by setjmpEyal Bari1-2/+2
2016-09-20VPP-282: Document changes for vnet/vnet/ethernetBilly McFall3-32/+146
2016-09-20VPP-189: fix coverity issue in api_format.cFilip Tehlar2-1/+9
2016-09-20VPP-348 Return empty DumpReply instead of nullMaros Marsalek5-44/+98
2016-09-20VPP-413 DTOs generated by JVpp improvements:Maros Marsalek12-145/+275
2016-09-20vhost-user: announce VIRTIO_F_VERSION_1Damjan Marion2-2/+4
2016-09-20Update CSIT tests 160912 -> 160919Jan1-1/+1
2016-09-20Add structure to some of the documentation; VPP-223Chris Luke8-8/+24
2016-09-19Add support for transparent ethernet bridging to GREDavid Hotham10-32/+109
2016-09-19Cloned buffer refcount was set to 0Christophe Fontaine1-0/+1
2016-09-15VPP-306: Document changes for vnet/vnet/vxlanBilly McFall2-1/+76
2016-09-14VPP-407 fix coverity warningKlement Sekera1-5/+0
2016-09-14VPP-408: fix coverity warning in run_ping_ip46_address()Andrew Yourtchenko1-1/+9
2016-09-14Add vlan-strip-offload help into startup.confAlex Popovsky1-0/+4
2016-09-13VPP-404: IKEv2 profile auth rsa-sig cert-file fixedMatus Fabian2-1/+2
2016-09-13l2_output: reset bit after mapping is createdDamjan Marion1-0/+3
2016-09-13VPP-344 Add LLDP featureKlement Sekera9-0/+1851
2016-09-13Implement IPv6/IPv4 ping.Andrew Yourtchenko3-0/+874
2016-09-13Add some help into startup.confDamjan Marion2-0/+56
2016-09-13VPP-292 Document vnet/vnet/lisp-gpeFlorin Coras7-49/+485
2016-09-13VPP-376: Refactor LISP dump API + VATFilip Tehlar7-1041/+377
2016-09-13VPP-288: Documentation changes via doxygen for vnet/vnet/l2.Billy McFall14-53/+564
2016-09-13Python API: Re-adding rudimentary variable length array pack support.Ole Troan3-24/+40
2016-09-13Use the correct thread stack alignment constraint, VPP-401Dave Barach1-2/+6
2016-09-13Update CSIT tests 160904 -> 160912Jan1-1/+1
2016-09-12Provide vpp-plugins rpm packagingEd Warnicke1-0/+31
2016-09-12MAP: Doxyfying CLI macros - VPP-165Ole Troan1-48/+158
2016-09-12af_packet: allocate per-worker list of free buffersDamjan Marion3-8/+15
2016-09-12DPDK virtio patch: Enable indirect descriptor featuresPierre Pfister1-0/+34
2016-09-12VPP-392 properly pass flags from vnet_hw_interface_set_flags_helper toKlement Sekera1-2/+1
2016-09-11Move CLI examples from wiki to code - VPP-165Keith Burns (alagalah)6-4/+243
2016-09-10VPP-367: Peg vpp and vpp-plugins to depend on specific versionsEd Warnicke1-2/+2
2016-09-09Check for zero-sized Graphvix config file on Ubuntu; VPP-396Chris Luke1-1/+2
2016-09-09On Ubuntu check for graphviz system configChris Luke1-0/+3
2016-09-07Fix bugs in IPFIX code discovered by coverityJuraj Sloboda5-37/+39
2016-09-07Fix Coverity issue in trace_util.c (REVERSE_INULL), thanks to Damjan for high...Vengada Govindan1-6/+7
2016-09-07VPP-346 Improve Doxygen include path mechanismChris Luke2-23/+55
2016-09-07VPP-388 Improve IP header lookup in ipsec_outputFlorin Coras1-7/+7
2016-09-07Fix MTU size for the bonded interfaceSteve Shin1-0/+12
2016-09-07VPP-390: include *.so symlinks in vpp-libEd Warnicke1-0/+2
2016-09-07VPP-382: Add ipsec tunnel interface to sw_interface_dumpMatus Fabian1-0/+6
2016-09-07VPP-387: Fixed ipsec-input traceMatus Fabian1-20/+31
2016-09-07Vhost-User: Implement Indirect DescriptorsPierre Pfister2-94/+182