Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
937071c171ff3656e196c965c5179ba3f9f6a2fc
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
937071c
net: stmmac: Check for DMA mapping errors
by Thierry Reding
· 8 years ago
0ad2be7
net: stmmac: Balance PTP reference clock enable/disable
by Thierry Reding
· 8 years ago
c66f6c3
net: stmmac: Disable PTP reference clock on error
by Thierry Reding
· 8 years ago
6c1e5ab
net: stmmac: Stop PHY and remove TX timer on error
by Thierry Reding
· 8 years ago
fbf6822
net: stmmac: unify registers dumps methods
by LABBE Corentin
· 8 years ago
9beae26
net: stmmac: split the stmmac_adjust_link 10/100 case
by LABBE Corentin
· 8 years ago
5db1355
net: stmmac: run stmmac_hw_fix_mac_speed when speed is valid
by LABBE Corentin
· 8 years ago
688495b
net: stmmac: set speed at SPEED_UNKNOWN in case of broken speed
by LABBE Corentin
· 8 years ago
bd00632
net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWN
by LABBE Corentin
· 8 years ago
3e12790e
net: stmmac: likely is useless in occasional function
by LABBE Corentin
· 8 years ago
cb2c0ac
net: stmmac: remove useless parenthesis
by LABBE Corentin
· 8 years ago
a6a3e02
net: stmmac: replace unsigned by u32
by LABBE Corentin
· 8 years ago
64679e5
net: stmmac: remove unused variable in sysfs_display_ring
by LABBE Corentin
· 8 years ago
732fe78
net: stmmac: remove dead code in stmmac_tx_clean
by LABBE Corentin
· 8 years ago
b05c76a
net: stmmac: print phy information
by LABBE Corentin
· 8 years ago
662ec2b
net: stmmac: Rewrite two test against NULL value
by LABBE Corentin
· 8 years ago
cba920a
net: stmmac: Correct the error message about invalid speed
by LABBE Corentin
· 8 years ago
deeb637
net: stmmac: remove freesoftware address
by LABBE Corentin
· 8 years ago
8d45e42
net: stmmac: fix some typos in comments
by LABBE Corentin
· 8 years ago
6a2cac5
net: stmmac: Remove the bus_setup function pointer
by LABBE Corentin
· 8 years ago
722eef2
net: stmmac: add separate warning for PTP not being supported by HW
by Heiner Kallweit
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b618ab4
net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered
by Heiner Kallweit
· 8 years ago
bb1d303
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f573c0b
stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structure
by jpinto
· 8 years ago
b4b7b77
stmmac: adding DT parameter for LPI tx clock gating
by jpinto
· 8 years ago
a2cd64f
net: stmmac: fix maxmtu assignment to be within valid range
by Kweh, Hock Leong
· 8 years ago
76eb75b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b2eb09a
net: stmmac: Fix error path after register_netdev move
by Florian Fainelli
· 8 years ago
9eb1247
stmmac: enable rx queues
by jpinto
· 8 years ago
5701659
net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
by Florian Fainelli
· 8 years ago
ad688cd
stmmac: fix memory barriers
by Pavel Machek
· 8 years ago
739c8e1
net: ethernet: stmmac: remove private tx queue lock
by Lino Sanfilippo
· 8 years ago
a332e2f
net: stmmac: stmmac_platform: fix parsing of DT binding
by Niklas Cassel
· 8 years ago
50ca903
net: stmmac: simplify the common DMA init API
by Niklas Cassel
· 8 years ago
89ab75b
net: stmmac: return error if no DMA configuration is found
by Niklas Cassel
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d2ed0a7
net: ethernet: stmmac: fix of-node and fixed-link-phydev leaks
by Johan Hovold
· 8 years ago
22d3efe
stmmac: fix comments, make debug output consistent
by Pavel Machek
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b3e5106
net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpart
by LABBE Corentin
· 8 years ago
de9a216
net: stmmac: replace hardcoded function name by __func__
by LABBE Corentin
· 8 years ago
38ddc59
net: stmmac: replace all pr_xxx by their netdev_xxx counterpart
by LABBE Corentin
· 8 years ago
f8be0d7
net: ethernet: stmmac: change dma descriptors to __le32
by Michael Weiser
· 8 years ago
ba1ffd7
stmmac: fix PTP support for GMAC4
by Giuseppe CAVALLARO
· 8 years ago
bb598c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c51e424
net: stmmac: Fix lack of link transition for fixed PHYs
by Florian Fainelli
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c30a70d
stmmac: fix and review the ptp registration.
by Giuseppe CAVALLARO
· 8 years ago
44770e1
ethernet: use core min/max MTU checking
by Jarod Wilson
· 8 years ago
8eed1cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7086605
stmmac: fix error check when init ptp
by Giuseppe CAVALLARO
· 8 years ago
be9b317
stmmac: fix ptp init for gmac4
by Giuseppe CAVALLARO
· 8 years ago
d6d50c7
net: stmmac: use phydev from struct net_device
by Philippe Reynes
· 8 years ago
4613b27
ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 9 years ago
30d0844
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a8b7d77
net: stmmac: Fix null-function call in ISR on stmmac1000
by Matt Corallo
· 9 years ago
02e57b9
drivers: net: stmmac: add port selection programming
by Giuseppe CAVALLARO
· 9 years ago
3fe5cad
drivers: net: stmmac: rework core ISR to better manage PCS and PMT
by Giuseppe CAVALLARO
· 9 years ago
70523e63
drivers: net: stmmac: reworking the PCS code.
by Giuseppe CAVALLARO
· 9 years ago
f55d84b
stmmac: do not sleep in atomic context for mdio_reset
by Vincent Palatin
· 9 years ago
a8df35d
stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set
by Ezequiel Garcia
· 9 years ago
f4e7bd8
stmmac: let remove/resume/suspend functions take device pointer
by Joachim Eastwood
· 9 years ago
ae95d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
52f95bb
stmmac: fix adjust link call in case of a switch is attached
by Giuseppe CAVALLARO
· 9 years ago
f748be5
stmmac: support new GMAC4
by Alexandre TORGUE
· 9 years ago
36ff7c1
stmmac: enhance mmc counter management
by Alexandre TORGUE
· 9 years ago
c623d14
stmmac: rework synopsys id read, moved to dwmac setup
by Alexandre TORGUE
· 9 years ago
d0225e7
stmmac: rework the routines to show the ring status
by Alexandre TORGUE
· 9 years ago
f10a6a3
stmmac: rework get_hw_feature function
by Alexandre TORGUE
· 9 years ago
a7657f1
stmmac: fix MDIO settings
by Giuseppe CAVALLARO
· 9 years ago
120e87f
stmmac: tune rx copy via threshold.
by Giuseppe Cavallaro
· 9 years ago
22ad383
stmmac: do not perform zero-copy for rx frames
by Giuseppe Cavallaro
· 9 years ago
8ecd80a
stmmac: fix phy init when attached to a phy
by Fabrice Gasnier
· 9 years ago
8e99fc5
stmmac: do not poll phy handler when attach a switch
by Giuseppe Cavallaro
· 9 years ago
0e80bdc
stmmac: first frame prep at the end of xmit routine
by Giuseppe Cavallaro
· 9 years ago
fbc8082
stmmac: set dirty index out of the loop
by Giuseppe Cavallaro
· 9 years ago
c363b65
stmmac: optimize tx clean function
by Fabrice Gasnier
· 9 years ago
be434d5
stmmac: optimize tx desc management
by Giuseppe Cavallaro
· 9 years ago
c1fa321
stmmac: merge get_rx_owner into rx_status routine.
by Fabrice Gasnier
· 9 years ago
9695136
stmmac: add is_jumbo field to dma data
by Giuseppe Cavallaro
· 9 years ago
2a6d8e1
stmmac: add last_segment field to dma data
by Giuseppe Cavallaro
· 9 years ago
553e2ab
stmmac: add length field to dma data
by Giuseppe Cavallaro
· 9 years ago
e3ad57c
stmmac: review RX/TX ring management
by Giuseppe Cavallaro
· 9 years ago
afea036
stmmac: rework DMA bus setting and introduce new platform AXI structure
by Giuseppe Cavallaro
· 9 years ago
495db27
stmmac: share reset function between dwmac100 and dwmac1000
by Giuseppe Cavallaro
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
19d857c
stmmac: Fix calculations for ptp counters when clock input = 50Mhz.
by Phil Reid
· 9 years ago
a188222
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
by Tom Herbert
· 9 years ago
ae79a63
stmmac: fix resource management when resume
by Giuseppe CAVALLARO
· 9 years ago
e527c4a
stmmac: fix oversized frame reception
by Giuseppe CAVALLARO
· 9 years ago
61adcc0
stmmac: fix csr clock divisor for 300MHz
by Giuseppe CAVALLARO
· 9 years ago
ac316c7
stmmac: fix a filter problem after resuming.
by Giuseppe CAVALLARO
· 9 years ago
0a62415
net: stmmac: avoid using timespec
by Arnd Bergmann
· 9 years ago
23c2412
net: stmmac: fix type of entry variable
by Andrzej Hajda
· 9 years ago
dfc50fc
stmmac: fix check for phydev being open
by Alexey Brodkin
· 9 years ago
a7a6268
stmmac: fix setting of driver data in stmmac_dvr_probe
by Joachim Eastwood
· 10 years ago
3a07bd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f159067
stmmac: troubleshoot unexpected bits in des0 & des1
by Alexey Brodkin
· 10 years ago
Next »