aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/node.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-12ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2019-10-04misc: add vnet classify filter set supportDave Barach1-4/+2
2019-09-29ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach1-8/+8
2019-09-25misc: classifier-based packet trace filterDave Barach1-1/+15
2019-09-04ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-07-15interface: fix issue that pcap rx/tx trace not available when there are worke...Wei CHEN1-4/+5
2019-07-03misc: fix coverity warningsDave Barach1-0/+5
2019-05-16init / exit function orderingDave Barach1-8/+2
2019-04-24ethernet_input_inline: leverage vlib_get_buffersZhiyong Yang1-17/+14
2019-04-10ethernet: fix packet tracingBenoƮt Ganne1-1/+1
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach1-17/+42
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-4/+4
2018-12-22ethernet-input tagged packets optimizationsDamjan Marion1-269/+474
2018-11-26Remove unused argument from eth_identify_subint(...)Damjan Marion1-3/+2
2018-11-21ethernet-input: fix assert in l2 modeDamjan Marion1-9/+24
2018-11-20ethernet-input optimizationsDamjan Marion1-22/+517
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