summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Let descriptor code get skbuff addressJose Abreu2018-05-181-0/+6
* net: stmmac: Uniformize set_rx_owner()Jose Abreu2018-05-181-6/+6
* net: stmmac: Let descriptor code clear the descriptorJose Abreu2018-05-181-0/+9
* net: stmmac: Let descriptor code set skbuff addressJose Abreu2018-05-181-0/+7
* net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu2018-04-161-2/+2
* net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fieldsNiklas Cassel2018-02-271-0/+2
* net: stmmac: do not use a bitwise AND operator with a bool operandNiklas Cassel2018-01-241-2/+2
* net: stmmac: Pad ring number with zeroes in display_ring()Florian Fainelli2018-01-021-1/+1
* net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg2017-12-191-2/+3
* net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu2017-10-221-1/+1
* stmmac: fix for hw timestamp of GMAC3 unitMario Molitor2017-06-091-4/+7
* net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel2017-04-131-1/+2
* net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin2017-02-081-1/+1
* stmmac: fix memory barriersPavel Machek2016-12-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-21/+74
|\
| * stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO2016-11-151-10/+17
| * stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO2016-11-151-11/+57
* | net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser2016-11-151-29/+31
|/
* stmmac: display the descriptors if DES0 = 0Giuseppe CAVALLARO2016-10-201-4/+3
* net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE2016-04-131-8/+1
* stmmac: add descriptors function for GMAC 4.xxAlexandre TORGUE2016-04-021-0/+396