index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
enh_desc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-20
net: stmmac: use per-queue 64 bit statistics where necessary
Jisheng Zhang
1
-13
/
+7
2023-04-13
net: stmmac: Remove some unnecessary void pointers
Andrew Halaney
1
-5
/
+6
2022-05-18
net: stmmac: remove unused get_addr() callback
Vincent Whitchurch
1
-6
/
+0
2021-02-27
net: stmmac: fix dma physical address of descriptor when display ring
Joakim Zhang
1
-3
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
1
-11
/
+1
2019-04-01
net: stmmac: fix dropping of multi-descriptor RX frames
Aaro Koskinen
1
-0
/
+5
2019-04-01
net: stmmac: don't overwrite discard_frame status
Aaro Koskinen
1
-3
/
+4
2019-04-01
net: stmmac: use correct DMA buffer size in the RX descriptor
Aaro Koskinen
1
-3
/
+7
2018-11-09
net: stmmac: Fix RX packet size > 8191
Thor Thayer
1
-1
/
+1
2018-05-18
net: stmmac: Let descriptor code get skbuff address
Jose Abreu
1
-0
/
+6
2018-05-18
net: stmmac: Uniformize set_rx_owner()
Jose Abreu
1
-1
/
+1
2018-05-18
net: stmmac: Let descriptor code clear the descriptor
Jose Abreu
1
-0
/
+6
2018-05-18
net: stmmac: Let descriptor code set skbuff address
Jose Abreu
1
-0
/
+6
2018-04-17
net: stmmac: Switch stmmac_desc_ops to generic HW Interface Helpers
Jose Abreu
1
-2
/
+2
2018-01-25
net: stmmac: do not use a bitwise AND operator with a bool operand
Niklas Cassel
1
-1
/
+1
2018-01-03
net: stmmac: Pad ring number with zeroes in display_ring()
Florian Fainelli
1
-1
/
+1
2017-12-19
net: stmmac: Fix bad RX timestamp extraction
Fredrik Hallenberg
1
-1
/
+2
2017-04-13
net: stmmac: set total length of the packet to be transmitted in TDES3
Niklas Cassel
1
-1
/
+1
2017-02-08
net: stmmac: rename rx_crc to rx_crc_errors
LABBE Corentin
1
-1
/
+1
2017-02-08
net: stmmac: remove freesoftware address
LABBE Corentin
1
-4
/
+0
2016-12-19
stmmac: fix memory barriers
Pavel Machek
1
-1
/
+1
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+18
2016-11-16
net: ethernet: stmmac: change dma descriptors to __le32
Michael Weiser
1
-27
/
+28
2016-11-16
stmmac: fix PTP type ethtool stats
Giuseppe CAVALLARO
1
-10
/
+18
2016-04-03
stmmac: rework the routines to show the ring status
Alexandre TORGUE
1
-0
/
+21
2016-03-02
stmmac: first frame prep at the end of xmit routine
Giuseppe Cavallaro
1
-12
/
+13
2016-03-02
stmmac: optimize tx clean function
Fabrice Gasnier
1
-2
/
+10
2016-03-02
stmmac: optimize tx desc management
Giuseppe Cavallaro
1
-7
/
+15
2016-03-02
stmmac: merge get_rx_owner into rx_status routine.
Fabrice Gasnier
1
-6
/
+3
2016-03-02
stmmac: change descriptor layout
Giuseppe Cavallaro
1
-87
/
+103
2015-06-24
stmmac: troubleshoot unexpected bits in des0 & des1
Alexey Brodkin
1
-1
/
+2
2014-07-03
net: stmmac: Correct duplicate if/then/else case found by cppcheck
Vince Bridgers
1
-1
/
+1
2013-07-03
stmmac: dity-up and rework the driver debug levels
Giuseppe CAVALLARO
1
-69
/
+26
2013-03-26
stmmac: add IEEE PTPv1 and PTPv2 support.
Rayagond Kokatanur
1
-0
/
+47
2013-03-26
stmmac: support extend descriptors
Giuseppe CAVALLARO
1
-27
/
+70
2013-03-26
stmmac: reorganize chain/ring modes removing Koptions
Giuseppe CAVALLARO
1
-8
/
+21
2012-04-05
stmmac: sanitize the rx coe and add the type-1 csum (v2)
Deepak SIKRI
1
-2
/
+11
2012-02-15
stmmac: do not discard frame on dribbling bit assert
Giuseppe CAVALLARO
1
-1
/
+1
2011-10-20
stmmac: add CHAINED descriptor mode support (V4)
Giuseppe CAVALLARO
1
-13
/
+9
2011-08-12
stmmac: Move the STMicroelectronics driver
Jeff Kirsher
1
-0
/
+337