aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/enh_desc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18net: stmmac: remove unused get_addr() callbackVincent Whitchurch1-6/+0
2021-02-26net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang1-3/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2019-03-31net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen1-0/+5
2019-03-31net: stmmac: don't overwrite discard_frame statusAaro Koskinen1-3/+4
2019-03-31net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen1-3/+7
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer1-1/+1
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu1-0/+6
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu1-1/+1
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu1-0/+6
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu1-0/+6
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu1-2/+2
2018-01-24net: stmmac: do not use a bitwise AND operator with a bool operandNiklas Cassel1-1/+1
2018-01-02net: stmmac: Pad ring number with zeroes in display_ring()Florian Fainelli1-1/+1
2017-12-19net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg1-1/+2
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-1/+1
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin1-1/+1
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2016-12-19stmmac: fix memory barriersPavel Machek1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+18
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser1-27/+28
2016-11-15stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO1-10/+18
2016-04-02stmmac: rework the routines to show the ring statusAlexandre TORGUE1-0/+21
2016-03-02stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro1-12/+13
2016-03-02stmmac: optimize tx clean functionFabrice Gasnier1-2/+10
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro1-7/+15
2016-03-02stmmac: merge get_rx_owner into rx_status routine.Fabrice Gasnier1-6/+3
2016-03-02stmmac: change descriptor layoutGiuseppe Cavallaro1-87/+103
2015-06-24stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin1-1/+2
2014-07-02net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers1-1/+1
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO1-69/+26
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur1-0/+47
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO1-27/+70
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO1-8/+21
2012-04-04stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI1-2/+11
2012-02-15stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO1-1/+1
2011-10-19stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO1-13/+9
2011-08-11stmmac: Move the STMicroelectronics driverJeff Kirsher1-0/+337