Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c02b7a9145512e9995e875faf8c9df4147870bbf
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_main.c
c02b7a9
net: stmmac: use netif_set_real_num_{rx,tx}_queues
by Joao Pinto
· 8 years ago
c22a3f4
net: stmmac: adding multiple napi mechanism
by Joao Pinto
· 8 years ago
ce73678
net: stmmac: adding multiple buffers for TX
by Joao Pinto
· 8 years ago
54139cf
net: stmmac: adding multiple buffers for rx
by Joao Pinto
· 8 years ago
71fedb0
net: stmmac: break some functions into RX and TX scopes
by Joao Pinto
· 8 years ago
03cf65a
net: stmmac: rx queue to dma channel mapping fix
by Joao Pinto
· 8 years ago
44781fe
net: stmmac: fix cbs configuration
by Joao Pinto
· 8 years ago
5bacd77
Revert "net: stmmac: enable multiple buffers"
by LABBE Corentin
· 8 years ago
589a1a2
stmmac: use netif_set_real_num_{rx,tx}_queues
by Arnd Bergmann
· 8 years ago
270c775
net: stmmac: add set_mac to the stmmac_ops
by LABBE Corentin
· 8 years ago
b4f0a66
net: stmmac: fix dma operation mode config for older versions
by Joao Pinto
· 8 years ago
f397687
net: stmmac: Always enable MAC RX queues
by Thierry Reding
· 8 years ago
abe80fd
net: stmmac: RX queue routing configuration
by Joao Pinto
· 8 years ago
a8f5102
net: stmmac: TX and RX queue priority configuration
by Joao Pinto
· 8 years ago
aff3d9e
net: stmmac: enable multiple buffers
by Joao Pinto
· 8 years ago
7bac4e1
net: stmmac: stmmac interrupt treatment prepared for multiple queues
by Joao Pinto
· 8 years ago
146617b
net: stmmac: tso init prepared for multiple queues
by Joao Pinto
· 8 years ago
47f2a9c
net: stmmac: dma channel init prepared for multiple queues
by Joao Pinto
· 8 years ago
4854ab9
net: stmmac: rx and tx ring length prepared for multiple queues
by Joao Pinto
· 8 years ago
3c55d4d
net: stmmac: rx watchdog config prepared for multiple queues
by Joao Pinto
· 8 years ago
d62a107
net: stmmac: prepare dma interrupt treatment for multiple queues
by Joao Pinto
· 8 years ago
4e59326
net: stmmac: prepare stmmac_tx_err for multiple queues
by Joao Pinto
· 8 years ago
ae4f0d4
net: stmmac: rx/tx dma start/stop prepared for multiple queues
by Joao Pinto
· 8 years ago
4f513ec
net: stmmac: enable/disable dma irq prepared for multiple queues
by Joao Pinto
· 8 years ago
6deee22
net: stmmac: prepare dma op mode config for multiple queues
by Joao Pinto
· 8 years ago
68e5cfa
net: stmmac: added default rx queue size in stmmac_dma_interrupt
by Joao Pinto
· 8 years ago
19d9187
net: stmmac: configuration of CBS in case of a TX AVB queue
by Joao Pinto
· 8 years ago
8f71a88
net: stmmac: prepare irq_status for mtl
by Joao Pinto
· 8 years ago
29feff3
net: stmmac: flow_ctrl functions adapted to mtl
by Joao Pinto
· 8 years ago
d43042f
net: stmmac: mapping mtl rx to dma channel
by Joao Pinto
· 8 years ago
4f6046f
net: stmmac: mtl rx queue enabled as dcb or avb
by Joao Pinto
· 8 years ago
6a3a719
net: stmmac: configure tx queue weight
by Joao Pinto
· 8 years ago
d0a9c9f
net: stmmac: configure mtl rx and tx algorithms
by Joao Pinto
· 8 years ago
11fbf81
net: stmmac: Parse FIFO sizes from feature registers
by Thierry Reding
· 8 years ago
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
Next »