aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-04-27TAP memory leaks:Neale Ranns1-1/+0
2018-04-18Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-1/+0
2018-04-11L2: no-flood interface type in the Bridge-DomainNeale Ranns1-0/+4
2018-04-04Detailed stats collection featureNeale Ranns1-0/+45
2018-03-20FIB Interpose SourceNeale Ranns1-1/+1
2018-03-16QoS recording and markingNeale Ranns1-0/+9
2018-03-07Fix Avoid crash in vnet_delete_sub_interface routineSteve Shin1-1/+2
2018-02-20Fix reset the vlan flags when main interface is deleted.Steve Shin1-0/+2
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion1-0/+2
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion2-41/+43
2018-02-16Allow providers to override glean behaviourNeale Ranns1-1/+9
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-5/+1
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-1/+5
2018-02-06Fix clang implicit conversion errorsDamjan Marion2-14/+16
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-2/+2
2018-01-19Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo1-10/+7
2018-01-17Fix checksum offload sssue caused by overwriten lX_hdr_offsetDamjan Marion1-2/+2
2018-01-06VPP-1110 BVI reply ARP that doesn't request BVI loacl IP.zhaoqingling1-0/+6
2017-12-08tapv2: multiple improvementsDamjan Marion1-0/+6
2017-12-06Remove unused, uninteresting codeDave Barach1-397/+0
2017-12-04vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offsetSteven1-0/+22
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine3-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-1/+2
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo2-45/+2
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari2-5/+9
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari2-25/+61
2017-09-11replace uint32_t with u32Neale Ranns1-2/+2
2017-09-11FIB table add/delete APINeale Ranns1-34/+93
2017-08-16Add missing counters for P2P ethernet interfacesPavel Kotucek2-0/+40
2017-08-15Support proxy ARP on mirrored TAP interfacesNeale Ranns1-4/+16
2017-08-09VPP-933 VPP crashes when deleting an ARP entryMatthew Smith1-0/+7
2017-08-09ARP reply: use interface to build rewrite stringNeale Ranns1-17/+13
2017-08-08L2 over MPLSNeale Ranns1-2/+2
2017-08-04don't truncate the interface name in 'sh ip arp'Neale Ranns1-1/+1
2017-08-01P2P EthernetPavel Kotucek8-27/+517
2017-07-23Improve L2 Input/Output Feature Infrastructure and UsageJohn Lo1-6/+2
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-7/+7
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion2-16/+10
2017-07-13Fix typo for non x86 platforms.Christophe Fontaine1-1/+1
2017-07-07ETH:optimized double is_tagged checkEyal Bari1-2/+24
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo2-0/+92
2017-06-21ARP: ignore non-connected routes and non-interface sources when determing if ...Neale Ranns1-30/+97
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari1-1/+4
2017-06-08P2P Ethernet - APIPavel Kotucek4-0/+302
2017-06-06Packets recieved on VLAN-0 map to the main interfaceNeale Ranns2-164/+32
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns1-1/+17
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns1-5/+5
2017-05-17VPP-719: Accept ARP replies from VRRP hw addrMatthew Smith1-7/+27