aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/ring_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi1-2/+2
2020-09-16net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2019-03-19net: stmmac: fix memory corruption with large MTUsAaro Koskinen1-2/+3
2019-03-15net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen1-2/+4
2019-03-15net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen1-2/+2
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer1-1/+1
2018-10-22net: stmmac: Set OWN bit for jumbo framesThor Thayer1-2/+2
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu1-12/+12
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu1-9/+6
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-3/+6
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto1-22/+24
2017-03-30Revert "net: stmmac: enable multiple buffers"LABBE Corentin1-24/+22
2017-03-21net: stmmac: enable multiple buffersJoao Pinto1-22/+24
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser1-18/+21
2016-03-02stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro1-2/+0
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro1-4/+3
2016-03-02stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro1-1/+10
2016-03-02stmmac: add length field to dma dataGiuseppe Cavallaro1-0/+5
2016-03-02stmmac: review RX/TX ring managementGiuseppe Cavallaro1-3/+4
2014-08-29stmmac: fix dma api misuseGiuseppe CAVALLARO1-4/+11
2014-03-11stmmac: fix chained modeGiuseppe CAVALLARO1-5/+4
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0001-1/+1
2013-08-09net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An1-2/+11
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO1-1/+1
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur1-5/+8
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur1-0/+3
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO1-15/+9
2012-07-09stmmac: Fix for higher mtu size handlingDeepak Sikri1-1/+2
2011-10-19stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO1-0/+126