summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Always set start_of_ethernet_header in ethernet-input speed pathJohn Lo1-6/+10
2016-12-20Decouple dependencies/assumptions in MAC changeNeale Ranns3-2/+24
2016-12-15Expand ethernet-input node speed-path for non-L2 pathsJohn Lo1-7/+22
2016-12-07Prevent re-entrant walks on an adjacency.Neale Ranns1-7/+8
2016-12-06api: missing support for dumping of neighbours (VPP-333)Pavel Kotucek2-31/+43
2016-12-05Fix crash in debug mode when call ethernet_register_l3_redirect()jerryian1-0/+4
2016-12-02interfaces: make no_flatten variant of inteface_ouptut fn defaultDamjan Marion1-1/+0
2016-12-02MPLS infrastructure improvmentsNeale Ranns1-3/+1
2016-12-01ARP un-unmbered called when no interfaces are unnumberedNeale Ranns1-3/+11
2016-11-22GRE tests and fixesNeale Ranns1-1/+1
2016-11-16Tune the ethernet input untagged l2-bridging caseDave Barach1-0/+83
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion2-46/+14
2016-11-02ethernet: fix wrong start node for ethernet tx feature pathDamjan Marion1-1/+1
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion2-28/+1
2016-11-01config: rename ip_config_main_t to vnet_feature_config_main_tDamjan Marion2-2/+3
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns3-328/+304
2016-10-13feature: rename vnet_ip_feature_* to vnet_feature_*Damjan Marion1-4/+4
2016-10-11Rename ip_feature_init_cast(...) to vnet_feature_arc_init(...), VPP-481Dave Barach1-6/+6
2016-10-10FIB2.0: memory leaks during load-balance update (VPP-475)Neale Ranns1-0/+10
2016-10-06Fix IP6 ND solicitation termination to allow link-local source IPJohn Lo1-3/+0
2016-10-04VPP-355: add PBB (802.1ah) tag rewritePavel Kotucek3-24/+103
2016-10-03L2 over LISP and GRE (VPP-457)Neale Ranns3-10/+89
2016-10-03(VPP-455) arp doesn't work when ip4 classifier configured with fib 2.0Neale Ranns1-2/+5
2016-09-30VPP-363: add ability to change mac address of the interfacePavel Kotucek2-0/+39
2016-09-30Fix double-free crashDavid Hotham1-0/+1
2016-09-27arp: handle ARP proxy after tunnellingDavid Hotham1-3/+4
2016-09-23Fix detection of packet output via BVI into a BD and SHG adjustmentJohn Lo1-1/+4
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns3-441/+619
2016-09-20Use SSE instructions for matching tagged frames by ethertypeDamjan Marion2-4/+28
2016-09-20VPP-282: Document changes for vnet/vnet/ethernetBilly McFall3-32/+146
2016-09-19Add support for transparent ethernet bridging to GREDavid Hotham1-1/+2
2016-09-11Move CLI examples from wiki to code - VPP-165Keith Burns (alagalah)1-0/+38
2016-08-31VPP-358: Add IPv6 ND Event Notification and TerminationJohn Lo1-27/+66
2016-08-31VPP-240: delete subinterfacePavel Kotucek2-0/+66
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