aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/node.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-12vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass...Andrew Yourtchenko1-1/+1
2018-10-09vnet: ethernet-input incorrectly sets l3_hdr_offset in some casesAndrew Yourtchenko1-26/+26
2018-10-02Enabled untagged vs default functionalityMike Bly1-2/+1
2018-09-12fix missing extern in vnet/ethernet/node.cDamjan Marion1-1/+1
2018-09-10new multiversioning on ethernet input nodesDamjan Marion1-34/+16
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-07-07PipesNeale Ranns1-1/+10
2018-04-19Minor optimzation/cleanup to ethernet-input nodeJohn Lo1-5/+5
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion1-25/+2
2018-02-06Fix clang implicit conversion errorsDamjan Marion1-7/+8
2018-01-17Fix checksum offload sssue caused by overwriten lX_hdr_offsetDamjan Marion1-2/+2
2017-12-04vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offsetSteven1-0/+22
2017-08-01P2P EthernetPavel Kotucek1-1/+16
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-14/+9
2017-07-13Fix typo for non x86 platforms.Christophe Fontaine1-1/+1
2017-07-07ETH:optimized double is_tagged checkEyal Bari1-2/+24
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari1-1/+4
2017-06-06Packets recieved on VLAN-0 map to the main interfaceNeale Ranns1-0/+2
2017-05-06Fix mac check issue for vitual tunnel interface with no mac addressHongjun Ni1-0/+3
2017-04-07MPLS McastNeale Ranns1-2/+2
2017-04-06Use thread local storage for thread indexDamjan Marion1-7/+7
2017-03-13Add MAC address check in ethernet-input node if interface in L3 modeJohn Lo1-6/+17
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1368