summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Add support for HW-accelerated VLAN strippingGan, Yi Fang2023-11-221-0/+13
* net: stmmac: use per-queue 64 bit statistics where necessaryJisheng Zhang2023-07-191-11/+5
* net: stmmac: Remove some unnecessary void pointersAndrew Halaney2023-04-131-4/+4
* net: stmmac: remove unused get_addr() callbackVincent Whitchurch2022-05-181-6/+0
* net: stmmac: bump tc when get underflow error from DMA descriptorXiaoliang Yang2021-12-131-3/+5
* net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang2021-02-261-2/+7
* net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang2021-02-261-8/+42
* net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing2020-09-111-2/+1
* net: stmmac: gmac4+: Add TBS supportJose Abreu2020-01-131-0/+10
* net: stmmac: gmac4+: Add Split Header supportJose Abreu2019-11-111-3/+18
* net: stmmac: Support enhanced addressing mode for DWMAC 4.10Thierry Reding2019-10-031-2/+2
* net: stmmac: Add support for VLAN Insertion Offload in GMAC4+Jose Abreu2019-09-111-0/+35
* net: stmmac: Add support for SA Insertion/Replacement in GMAC4+Jose Abreu2019-09-111-0/+8
* net: stmmac: Enable dwmac4 jumbo frame more than 8KiBWeifeng Voon2019-07-041-1/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen2019-03-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-3/+6
|\
| * net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-171-3/+6
* | net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue2019-02-161-1/+1
|/
* 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