aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns172-10658/+39115
2016-09-21VPP-414: Fixed IPSec transport mode in esp_encrypt.cMatus Fabian1-2/+5
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-20VPP-282: Document changes for vnet/vnet/ethernetBilly McFall3-32/+146
2016-09-20vhost-user: announce VIRTIO_F_VERSION_1Damjan Marion2-2/+4
2016-09-20Add structure to some of the documentation; VPP-223Chris Luke3-3/+3
2016-09-19Add support for transparent ethernet bridging to GREDavid Hotham6-27/+90
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-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 Marion1-0/+2
2016-09-13VPP-292 Document vnet/vnet/lisp-gpeFlorin Coras7-49/+485
2016-09-13VPP-376: Refactor LISP dump API + VATFilip Tehlar2-4/+11
2016-09-13VPP-288: Documentation changes via doxygen for vnet/vnet/l2.Billy McFall14-53/+564
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-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-07Fix bugs in IPFIX code discovered by coverityJuraj Sloboda3-24/+29
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-387: Fixed ipsec-input traceMatus Fabian1-20/+31
2016-09-07Vhost-User: Implement Indirect DescriptorsPierre Pfister2-94/+182
2016-09-07VPP-204 Rework and finish IPFIX implementationJuraj Sloboda4-96/+470
2016-09-06VPP-346 More VPP doc fixesChris Luke8-19/+22
2016-09-06Add packet/byte count output tx stats to tunap interfaceJohn Lo1-0/+12
2016-09-06Move iOAM Trace as a pluginVengada Govindan3-822/+547
2016-09-06VPP-386 Fix map-server output in lisp-cp-lookup traceFlorin Coras1-6/+3
2016-09-06IPsec speculative enqueue in exception path, fixes VPP-384Sergio Gonzalez Monroy2-3/+8
2016-09-06VPP-385: Fix ARP for indirect adjacenciesFlorin Coras1-0/+16
2016-09-02Fix for invalid check of SPARSE_VEC_INVALID_INDEXAlex Popovsky2-6/+6
2016-09-02Clean-up unused context arrays in UDP and GRE nodesAlex Popovsky2-43/+2
2016-09-01VPP-346 A swathe of doc fixesChris Luke21-92/+110
2016-08-31VPP-369 Add an L2 output classification featureDave Barach8-133/+987
2016-08-31VPP-358: Add IPv6 ND Event Notification and TerminationJohn Lo6-62/+381
2016-08-31VPP-303 - Documentation changes for vnet/vnet/srKeith Burns (alagalah)4-60/+390
2016-08-31VPP-240: delete subinterfacePavel Kotucek3-1/+68
2016-08-30VPP-361: Memory leak on delete of VXLAN over IPv6 tunnelJohn Lo1-1/+4
2016-08-29VPP-360 Allow L2 classify to use dynamic graph arcsDave Barach1-8/+11
2016-08-29VPP-310 Mapping algorithm compute wrong ea-bitsOle Troan4-11/+228