aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/node.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2022-08-30ethernet: fix coverity 214973Andrew Yourtchenko1-15/+14
2022-08-30ethernet: refactor the redundant codeAndrew Yourtchenko1-8/+7
2022-08-29ethernet: fix coverity 218549Andrew Yourtchenko1-1/+1
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-1/+1
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-1/+1
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns1-0/+11
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne1-28/+3
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion1-3/+3
2021-02-15misc: coverity fixesDave Barach1-2/+2
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne1-6/+13
2020-10-15ethernet: fix Ethernet DMAC checksIvan Shvedunov1-7/+12
2020-08-06misc: harmonize namesDave Barach1-12/+12
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-19/+33
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-05-10ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-04-22ethernet: leverage vlib_buffer_get_currentZhiyong Yang1-4/+4
2020-04-22ethernet: put vlib_get_buffers togetherZhiyong Yang1-11/+6
2019-11-26ethernet: all dmac checks include secondary addrsMatthew Smith1-19/+106
2019-11-20classify: per-interface rx/tx pcap capture filtersDave Barach1-2/+12
2019-10-03ethernet: fix dmac filter coverity warningMatthew Smith1-1/+1
2019-10-02ethernet: dmac filter checks secondary mac addrsMatthew G Smith1-34/+132
2019-09-26misc: add vnet classify filter set supportDave Barach1-4/+2
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-8/+8
2019-09-20misc: classifier-based packet trace filterDave Barach1-1/+15
2019-09-04ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-03ethernet: 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