summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Coding standards cleanup - remove trailing whitespace, fixes VPP-332Damjan Marion6-31/+31
2016-08-15VPP251 - Code style vnet/vnet/ethernetKeith Burns (alagalah)10-2034/+2330
2016-07-28VPP-189 More coverity bug fixesDave Barach1-1/+0
2016-07-18Output format change from "vlan 802.1q" to "802.1q vlan", addition to VPP-111marek zavodsky1-3/+3
2016-07-14Show 802.1q/802.1ah details in the trace output, fixes VPP-111marek zavodsky2-10/+25
2016-07-06VPP-182: IPv4 static ARP entries should not be deleted on interface downJohn Lo1-19/+24
2016-06-29Don't re-write adjacency with same information.Keith Burns (alagalah)1-9/+17
2016-06-22ARP/NDP does not send solicitation when no source address is availablePierre Pfister1-1/+2
2016-06-13Explicity specify IP address type for format_ip46_address functionDamjan Marion1-2/+2
2016-06-05VPP-113: BVI shall filter unicast DMAC for L2 to L3 forwadingJohn Lo2-8/+8
2016-05-31VPP97: Flooding of pkts with multiple buffers in BD with BVI crashes VPPJohn Lo1-0/+1
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister1-0/+1
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-0/+6
2016-04-28Add ability to set l2_mode_noprotChristian Dechamplain (cdechamp)2-0/+36
2016-04-28Track number of ethernet vlans in a frameChris Luke2-1/+51
2016-04-26MTU: set interface mtu tapMohsin Kazmi1-2/+2
2016-04-26Port glean neighbor entry support to IPv6Pierre Pfister1-5/+6
2016-04-25Improve mechanism for using loopback interface as BVI for BDsJohn Lo1-10/+38
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion4-30/+30
2016-04-20delete loopback interface cliAlpesh S. Patel1-0/+6
2016-04-20Move "ethernet" debug cli commands to "set interface"Damjan Marion2-126/+0
2016-04-14Change ARP and IP6-ND nodes to use interface-output node for outputJohn Lo1-40/+12
2016-04-12Creating a new CLI to create loopback interfaces to make the interfaceAlpesh Patel1-0/+6
2016-04-01Add support for installing ipv4 routes via unresolved next hopDamjan Marion2-14/+183
2016-03-14Declare node, hw_interface_class and device_class instances as externalDamjan Marion1-1/+1
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin1-1/+1
2016-03-11Set hardware iface state for loopback interfacesPierre Pfister1-0/+10
2016-03-03Change default L3 MTU to allow jumbo packets for non-DPDK interfaces.John Lo1-1/+1
2016-02-29-O3 warnings be goneDave Barach1-1/+1
2016-02-24Link the vpp application against libvnet.so, not libvnet.aDave Barach4-0/+30
2016-02-12Fix ARP show exception when not ARP entries as found.Keith Wiles1-8/+11
2015-12-18Fix warnings/errors reported by clangDamjan Marion1-1/+1
2015-12-14Warnings be goneDave Barach1-0/+2
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke13-0/+5341