summaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Fix "show adj nbr" displaying IP4 address for IP6 neighborsJohn Lo1-2/+2
2016-09-27fix create sub-interface range cliEyal Bari1-1/+3
2016-09-27Fix CLI for adding negative LISP fwd entriesFlorin Coras1-0/+1
2016-09-27LISP Source/Dest control plane support, VPP-197Florin Coras7-115/+592
2016-09-26Fix for potential use of uninitialized variablesIgor Mikhailov (imichail)1-23/+13
2016-09-25Packet-generator related fib 2.0 fixesDave Barach2-4/+10
2016-09-23Rmove duplicate register of unformat_l2_input_next_nodeHongjun Ni1-3/+0
2016-09-23Fix source RPF check in ip4_localDave Barach1-0/+5
2016-09-23Fix eventfd leakage issue in vhost-user modeSteve Shin2-6/+57
2016-09-23VPP-424 fix lldp_main declarationKlement Sekera1-1/+1
2016-09-23Fix detection of packet output via BVI into a BD and SHG adjustmentJohn Lo3-9/+13
2016-09-22l2_output: fix packet drop error reporting when mapping is in progressDamjan Marion1-1/+11
2016-09-22Fix lisp-cp table_id lookup for punted packetsFlorin Coras1-6/+6
2016-09-22vhost-user: branchless SSE4.2 implementation of map_guest_mem()Damjan Marion2-0/+45
2016-09-22vhost-user: remove dependency on dpdk codeDamjan Marion2-16/+24
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