aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/chain_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu1-10/+10
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu1-8/+6
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-3/+3
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto1-17/+21
2017-04-07net: stmmac: adding multiple buffers for rxJoao Pinto1-3/+4
2017-03-30Revert "net: stmmac: enable multiple buffers"LABBE Corentin1-25/+20
2017-03-21net: stmmac: enable multiple buffersJoao Pinto1-20/+25
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser1-26/+29
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro1-5/+8
2016-03-02stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro1-1/+2
2016-03-02stmmac: add last_segment field to dma dataGiuseppe Cavallaro1-1/+2
2016-03-02stmmac: add length field to dma dataGiuseppe Cavallaro1-0/+3
2016-03-02stmmac: review RX/TX ring managementGiuseppe Cavallaro1-8/+9
2014-08-29stmmac: fix dma api misuseGiuseppe CAVALLARO1-4/+10
2014-03-11stmmac: fix chained modeGiuseppe CAVALLARO1-1/+1
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0001-2/+1
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO1-6/+6
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur1-0/+32
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur1-0/+3
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO1-9/+20
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO1-29/+7
2011-10-19stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO1-0/+137