summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/chain_mode.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-051-11/+1Star
* net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu2018-04-171-10/+10
* net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu2018-04-171-8/+6Star
* net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel2017-04-131-3/+3
* net: stmmac: adding multiple buffers for TXJoao Pinto2017-04-071-17/+21
* net: stmmac: adding multiple buffers for rxJoao Pinto2017-04-071-3/+4
* Revert "net: stmmac: enable multiple buffers"LABBE Corentin2017-03-301-25/+20Star
* net: stmmac: enable multiple buffersJoao Pinto2017-03-221-20/+25
* net: stmmac: remove freesoftware addressLABBE Corentin2017-02-081-4/+0Star
* net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser2016-11-161-26/+29
* stmmac: optimize tx desc managementGiuseppe Cavallaro2016-03-021-5/+8
* stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro2016-03-021-1/+2
* stmmac: add last_segment field to dma dataGiuseppe Cavallaro2016-03-021-1/+2
* stmmac: add length field to dma dataGiuseppe Cavallaro2016-03-021-0/+3
* stmmac: review RX/TX ring managementGiuseppe Cavallaro2016-03-021-8/+9
* stmmac: fix dma api misuseGiuseppe CAVALLARO2014-08-301-4/+10
* stmmac: fix chained modeGiuseppe CAVALLARO2014-03-111-1/+1
* net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0002014-01-201-2/+1Star
* stmmac: code tidy-upGiuseppe CAVALLARO2013-04-081-6/+6
* stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur2013-03-261-0/+32
* stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur2013-03-261-0/+3
* stmmac: support extend descriptorsGiuseppe CAVALLARO2013-03-261-9/+20
* stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO2013-03-261-29/+7Star
* stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO2011-10-201-0/+137