aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18net: stmmac: remove unused get_addr() callbackVincent Whitchurch1-6/+0
2021-12-13net: stmmac: bump tc when get underflow error from DMA descriptorXiaoliang Yang1-3/+5
2021-02-26net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang1-2/+7
2021-02-26net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang1-8/+42
2020-09-11net: stmmac: set get_rx_header_len() as void for it didn't have any error code to returnLuo Jiaxing1-2/+1
2020-01-13net: stmmac: gmac4+: Add TBS supportJose Abreu1-0/+10
2019-11-11net: stmmac: gmac4+: Add Split Header supportJose Abreu1-3/+18
2019-10-03net: stmmac: Support enhanced addressing mode for DWMAC 4.10Thierry Reding1-2/+2
2019-09-11net: stmmac: Add support for VLAN Insertion Offload in GMAC4+Jose Abreu1-0/+35
2019-09-11net: stmmac: Add support for SA Insertion/Replacement in GMAC4+Jose Abreu1-0/+8
2019-07-04net: stmmac: Enable dwmac4 jumbo frame more than 8KiBWeifeng Voon1-1/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-03-31net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen1-1/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2019-02-17net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2019-02-16net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue1-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-6/+6
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu1-0/+9
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu1-0/+7
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu1-2/+2
2018-02-27net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fieldsNiklas Cassel1-0/+2
2018-01-24net: stmmac: do not use a bitwise AND operator with a bool operandNiklas Cassel1-2/+2
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-2/+3
2017-10-22net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu1-1/+1
2017-06-09stmmac: fix for hw timestamp of GMAC3 unitMario Molitor1-4/+7
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-1/+2
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin1-1/+1
2016-12-19stmmac: fix memory barriersPavel Machek1-2/+2
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+74
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser1-29/+31
2016-11-15stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO1-10/+17
2016-11-15stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO1-11/+57
2016-10-20stmmac: display the descriptors if DES0 = 0Giuseppe CAVALLARO1-4/+3
2016-04-13net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE1-8/+1
2016-04-02stmmac: add descriptors function for GMAC 4.xxAlexandre TORGUE1-0/+396