aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion37-13596/+0
2016-12-19l2input: remove unused code and reduce number of branchesDamjan Marion1-44/+18
2016-12-07l2fib: add mac aging supportDamjan Marion6-18/+250
2016-12-02api: L2 XConnect API (VPP-438)Matus Fabian2-0/+178
2016-11-30VXLAN multicast dst (remote) address supportEyal Bari4-40/+78
2016-11-25l2: quad loop l2input, l2learn and l2output nodesDamjan Marion3-217/+265
2016-11-25l2: fix latency issue casued by unnecesary read of previous cachelineDamjan Marion1-1/+1
2016-11-24l2: remove unused l3 packet type discovery in l2 pathDamjan Marion2-78/+1
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-6/+0
2016-11-23l2: quad loop l2fwd nodeDamjan Marion2-28/+158
2016-11-16VPP-521: Classify API enhancement to redirect traffic to pre-defined VRFSteve Shin1-4/+32
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion1-6/+5
2016-11-01l2: fix l2-patch nodeDamjan Marion1-25/+10
2016-10-27Fix potential L2 forwarding crash with stale L2FIB entry (VPP-516)John Lo3-37/+44
2016-10-04VPP-355: add PBB (802.1ah) tag rewritePavel Kotucek5-79/+400
2016-09-27classify: fix issue with output classify node using wrong sw_if_indexChristophe Fontaine1-6/+6
2016-09-23Fix detection of packet output via BVI into a BD and SHG adjustmentJohn Lo2-8/+9
2016-09-22l2_output: fix packet drop error reporting when mapping is in progressDamjan Marion1-1/+11
2016-09-20Use SSE instructions for matching tagged frames by ethertypeDamjan Marion1-4/+1
2016-09-13l2_output: reset bit after mapping is createdDamjan Marion1-0/+3
2016-09-13VPP-288: Documentation changes via doxygen for vnet/vnet/l2.Billy McFall14-53/+564
2016-09-11Move CLI examples from wiki to code - VPP-165Keith Burns (alagalah)1-2/+31
2016-09-01VPP-346 A swathe of doc fixesChris Luke13-76/+83
2016-08-31VPP-369 Add an L2 output classification featureDave Barach6-121/+904
2016-08-31VPP-358: Add IPv6 ND Event Notification and TerminationJohn Lo3-20/+59
2016-08-29VPP-360 Allow L2 classify to use dynamic graph arcsDave Barach1-8/+11
2016-08-15VPP-257 Coding standards cleanup for vnet/vnet/l2Dave Barach33-5156/+6069
2016-08-10VPP-189 Fix coverity warningsDave Barach1-1/+1
2016-07-31Initial L2 LISP supportFlorin Coras1-1/+1
2016-07-26policer classifyMatus Fabian1-1/+2
2016-07-21As interface is set to L3 mode, reset its output_node_index for l2-outputJohn Lo1-0/+7
2016-07-21l2_rw preload starts where data isPierre Pfister1-2/+2
2016-06-09VPP-115: Remove stale ACL CLIs which are not supportedJohn Lo2-39/+3
2016-06-07VPP-110: vxlan encap node should never touch a deleted tunnelJohn Lo2-19/+125
2016-06-05VPP-113: BVI shall filter unicast DMAC for L2 to L3 forwadingJohn Lo3-7/+18
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion13-0/+25
2016-05-16VPP-68: L2 Rewrite: Support for chained classify tablesPierre Pfister1-0/+18
2016-05-16VPP-69: Create fib or bridge domain with arbitrary IDPierre Pfister2-3/+28
2016-04-28Track number of ethernet vlans in a frameChris Luke2-0/+8
2016-04-25Improve mechanism for using loopback interface as BVI for BDsJohn Lo4-68/+23
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion9-56/+56
2016-04-18Add support for AArch32Christophe Fontaine1-2/+2
2016-04-15Took care of code review comments. Extended the fix to other files.rangan2-0/+4
2016-04-14Change ARP and IP6-ND nodes to use interface-output node for outputJohn Lo1-15/+9
2016-03-24l2-rw: Packet rewrite feature for L2 bridgesPierre Pfister4-1/+688
2016-03-23Fix L2 flood packet replication interaction with VXLAN-tunnelJohn Lo1-17/+16
2016-03-14fix declaration of symbol of different sizeJean-Mickael Guerin3-3/+4
2016-03-09Fix IPv6 NDP and bridge BVI and restore NDP and ARP when BVI move is changed.Pierre Pfister1-3/+12
2016-01-27Fix l2output error-drop next node indexDamjan Marion1-4/+2
2016-01-19Enhance and fix packet trace for IP forwarding as follows:John Lo1-0/+1