Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bc539567ab521ff10c6060ccb6f7665561551f72
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
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
· 9 years ago
3a07bd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f159067
stmmac: troubleshoot unexpected bits in des0 & des1
by Alexey Brodkin
· 9 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
2773238
stmmac: add fixed-link device-tree support
by Mathieu Olivari
· 10 years ago
5790cf3
stmmac: add phy-handle support to the platform layer
by Mathieu Olivari
· 10 years ago
466c5ac
net: stmmac: create one debugfs dir per net-device
by Mathieu Olivari
· 10 years ago
15ffac7
stmmac: change the stmmac_dvr_probe return type to int
by Joachim Eastwood
· 10 years ago
e56788c
stmmac: let stmmac_dvr_probe take a struct of resources
by Joachim Eastwood
· 10 years ago
803f8fc
stmmac: move driver data setting into stmmac_dvr_probe
by Joachim Eastwood
· 10 years ago
4ec49a3
stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call
by Vineet Gupta
· 10 years ago
f88203a
stmmac: Configure Flow Control to work correctly based on rxfifo size
by Vince Bridgers
· 10 years ago
e743471
stmmac: fix oops on rmmod after assigning ip addr
by Bryan O'Donoghue
· 10 years ago
5f9755d
stmmac: Add an optional register interface clock
by Andrew Bresticker
· 10 years ago
dbedd44
ethernet: codespell comment spelling fixes
by Joe Perches
· 10 years ago
ccb36da
net: stmmac: Use setup_timer and mod_timer
by Vaishali Thakkar
· 10 years ago
b2dec11
stmmac: DMA threshold mode or SF mode can be different among multiple device instance
by Sonic Zhang
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9afec6e
stmmac: prevent probe drivers to crash kernel
by Andy Shevchenko
· 10 years ago
dec2165
stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set
by Sonic Zhang
· 10 years ago
c405abe
stmmac: if force_thresh_dma_mode is set, pass tc to both txmode and rxmode in tx_hard_error_bump_tc interrupt
by Sonic Zhang
· 10 years ago
3897957
net: stmmac: add BQL support
by Beniamino Galvani
· 10 years ago
fe131929
stmmac: Don't init ptp again when resume from suspend/hibernation
by Huacai Chen
· 10 years ago
732fdf0
stmmac: review driver when run kernel-doc
by Giuseppe CAVALLARO
· 10 years ago
b2e2f0c
stmmac: split to core library and probe drivers
by Andy Shevchenko
· 10 years ago
424c4f7
stmmac: remove custom implementation of print_hex_dump()
by Andy Shevchenko
· 10 years ago
4e84b49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
777da23
stmmac: fix atomicity in pm routines
by Giuseppe CAVALLARO
· 10 years ago
4741cf9
stmmac: fix concurrency in eee initialization.
by Giuseppe CAVALLARO
· 10 years ago
b9d7370
stmmac: fix lock in stmmac_set_rx_mode
by Giuseppe CAVALLARO
· 10 years ago
758a0ab
stmmac: release tx lock, in case of dma mapping error.
by Fabrice Gasnier
· 10 years ago
16ee817
stmmac: fix stmmac_tx_avail should be called with TX locked
by Fabrice Gasnier
· 10 years ago
50fb4f74
stmmac: remove STMMAC_DEBUG_FS
by Giuseppe CAVALLARO
· 10 years ago
6a05880
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
by Tobias Klauser
· 10 years ago
739e4a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c5bb86c
net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected
by Kweh, Hock Leong
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
cc25f0c
stmmac: only remove RXCSUM feature if no rx coe is available
by Giuseppe CAVALLARO
· 10 years ago
d2afb5b
stmmac: fix the rx csum feature
by Giuseppe CAVALLARO
· 10 years ago
7196535
stmmac: fix PLS bit setting when EEE is active
by Giuseppe CAVALLARO
· 10 years ago
56b88c2
stmmac: never check EEE in case of a switch is attached
by Giuseppe CAVALLARO
· 10 years ago
362b37b
stmmac: fix dma api misuse
by Giuseppe CAVALLARO
· 10 years ago
5566401
stmmac: ptp: fix the reference clock
by Giuseppe CAVALLARO
· 10 years ago
978aded
stmmac: fix rx checksum programming
by Giuseppe CAVALLARO
· 10 years ago
a77e4ac
stmmac: simple cleanups
by Pavel Machek
· 10 years ago
3b57de9
net: stmmac: Support devicetree configs for mcast and ucast filter entries
by Vince Bridgers
· 10 years ago
aefef4c
net: stmmac: Correct set_filter for multicast and unicast cases
by Vince Bridgers
· 10 years ago
7ed24bb
net: stmmac: Change MAC interface to support multiple filter configurations
by Vince Bridgers
· 10 years ago
2d871aa
net: stmmac: add platform init/exit for Altera's ARM socfpga
by Vince Bridgers
· 10 years ago
d7ec858
net: stmmac: Handle different error codes from platform_get_irq_byname
by Chen-Yu Tsai
· 11 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
89df20d
stmmac: Remove unbalanced clk_disable call
by Hans de Goede
· 11 years ago
2d7f2f9
stmmac: remove stmmac_config
by Florian Fainelli
· 11 years ago
7c565c3
stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
29896a6
stmmac: fix chained mode
by Giuseppe CAVALLARO
· 11 years ago
d916701
stmmac: fix and better tune the default buffer sizes
by Giuseppe CAVALLARO
· 11 years ago
83bf79b
stmmac: disable at run-time the EEE if not supported
by Giuseppe CAVALLARO
· 11 years ago
7262b7b
net: stmmac: Check return value of alloc_dma_desc_resources()
by Tobias Klauser
· 11 years ago
c88460b
net: stmmac: Log MAC address only once
by Hans de Goede
· 11 years ago
7509edd
net: stmmac: Silence PTP init errors on hw without PTP
by Hans de Goede
· 11 years ago
2618abb
stmmac: Fix kernel crashes for jumbo frames
by Vince Bridgers
· 11 years ago
75e4364
net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp
by damuzi000
· 11 years ago
c5e4ddb
net: stmmac: Add support for optional reset control
by Chen-Yu Tsai
· 11 years ago
62866e9
net: stmmac: Enable stmmac main clock when probing hardware
by Chen-Yu Tsai
· 11 years ago
Next »