Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e82f71489ffb325a9b7bca367b06a39315452dfe
/
drivers
/
net
/
ethernet
/
mediatek
/
mtk_eth_soc.c
e82f714
net: ethernet: mediatek: fix missing changes merged for conflicts overlapping commits
by Sean Wang
· 9 years ago
94d308d
net: ethernet: mediatek: enhance with avoiding superfluous assignment inside mtk_get_ethtool_stats
by Sean Wang
· 9 years ago
7aab747
net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO
by Nelson Chang
· 9 years ago
ee40681
net: ethernet: mediatek: add HW LRO functions of PDMA RX rings
by Nelson Chang
· 9 years ago
dce6fa4
net: ethernet: mediatek: avoid race condition during the reset process
by Sean Wang
· 9 years ago
2a8307a
net: ethernet: mediatek: add more resets for internal ethernet circuit block
by Sean Wang
· 9 years ago
9ea4d31
net: ethernet: mediatek: add the whole ethernet reset into the reset process
by Sean Wang
· 9 years ago
26a2ad8
net: ethernet: mediatek: add controlling power domain the ethernet belongs to
by Sean Wang
· 9 years ago
8a8a9e8
net: ethernet: mediatek: cleanup error path inside mtk_hw_init
by Sean Wang
· 9 years ago
bf253fb
net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_init call
by Sean Wang
· 9 years ago
85574db
net: ethernet: mediatek: refactoring mtk_hw_init to be reused
by Sean Wang
· 9 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
41156ce
net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI
by Sean Wang
· 9 years ago
635372a
net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier used
by Sean Wang
· 9 years ago
aa6e8a5
net: ethernet: mediatek: fix error handling inside mtk_mdio_init
by Sean Wang
· 9 years ago
1e515b7
net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc inside mtk_mdio_init
by Sean Wang
· 9 years ago
b5776f0
net: ethernet: mediatek: fix the missing of_node_put() after node is used done inside mtk_mdio_init
by Sean Wang
· 9 years ago
79e9a41
net: ethernet: mediatek: fix issue of driver removal with interface is up
by Sean Wang
· 9 years ago
7c6b0d7
net: ethernet: mediatek: fix logic unbalance between probe and remove
by Sean Wang
· 9 years ago
d3bd1ce
net: ethernet: mediatek: remove redundant free_irq for devm_request_irq allocated irq
by Sean Wang
· 9 years ago
1b43079
net: ethernet: mediatek: fix API usage with skb_free_frag
by Sean Wang
· 9 years ago
549e549
net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER
by Sean Wang
· 9 years ago
c6f1dc4
net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port setup
by Sean Wang
· 9 years ago
6a38cb1
net: mediatek: constify ethtool_ops structures
by Julia Lawall
· 9 years ago
9c08435
net: ethernet: mediatek: modify GDM to send packets to the PDMA for RX
by Nelson Chang
· 9 years ago
bacfd11
net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ethernet RX
by Nelson Chang
· 9 years ago
60747ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
55a4e77
net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA API
by sean.wang@mediatek.com
· 9 years ago
b2025c7
net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enabled properly
by sean.wang@mediatek.com
· 9 years ago
8ca7f4f
net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC
by sean.wang@mediatek.com
· 9 years ago
45d3393
net: mediatek: remove unnecessary platform_set_drvdata()
by Wei Yongjun
· 9 years ago
e8c2993
net: ethernet: mediatek: add the missing of_node_put() after node is used done
by sean.wang@mediatek.com
· 9 years ago
d7005652
net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing
by sean.wang@mediatek.com
· 9 years ago
e3e9652
net: ethernet: mediatek: enhance the locking using the lightweight ones
by Sean Wang
· 9 years ago
379672d
net: mediatek: fix non static symbol warnings
by Wei Yongjun
· 9 years ago
fcf752a
net: mediatek: remove .owner field for driver
by Wei Yongjun
· 9 years ago
019d0c9
net-next: mediatek: remove superfluous free_irq() call
by John Crispin
· 9 years ago
8186f6e
net-next: mediatek: fix compile error inside mtk_poll_controller()
by John Crispin
· 9 years ago
8067302
net-next: mediatek: add support for IRQ grouping
by John Crispin
· 9 years ago
7bc9cce
net-next: mediatek: add IRQ locking
by John Crispin
· 9 years ago
eece71e
net-next: mediatek: don't use intermediate variables to store IRQ masks
by John Crispin
· 9 years ago
6e6edd8
net-next: mediatek: remove superfluous register reads
by John Crispin
· 9 years ago
82c6544
net: mediatek: remove superfluous queue wake up call
by John Crispin
· 9 years ago
ad3cba9
net: mediatek: only wake the queue if it is stopped
by John Crispin
· 9 years ago
12c97c1
net: mediatek: fix off by one in the TX ring allocation
by John Crispin
· 9 years ago
eaadf9f
net: mediatek: increase watchdog_timeo
by John Crispin
· 9 years ago
04698cc
net: mediatek: fix threshold value
by John Crispin
· 9 years ago
2ff0bb6
net: mediatek: disable all interrupts during probe
by John Crispin
· 9 years ago
6675086
net: mediatek: add next data pointer coherency protection
by John Crispin
· 9 years ago
94321a9
net: mediatek: dropped rx packets are not being counted properly
by John Crispin
· 9 years ago
2fae723
net: mediatek: invalid buffer lookup in mtk_tx_map()
by John Crispin
· 9 years ago
605e4fe
net: mediatek: fix missing free of scratch memory
by John Crispin
· 9 years ago
562c5a7
net: mediatek: add missing return code check
by John Crispin
· 9 years ago
37920fc
net-next: mediatek: properly handle RGMII modes
by John Crispin
· 9 years ago
0c72c50
net-next: mediatek: add fixed-phy support
by John Crispin
· 9 years ago
08ef55c
net-next: mediatek: fix gigabit and flow control advertisement
by John Crispin
· 9 years ago
207bdf1
net-next: mediatek: use mdiobus_free() in favour of kfree()
by John Crispin
· 9 years ago
369f045
net: mediatek: do not set the QID field in the TX DMA descriptors
by John Crispin
· 9 years ago
7c78b4a
net: mediatek: move the pending_work struct to the device generic struct
by John Crispin
· 9 years ago
e7d425d
net: mediatek: fix mtk_pending_work
by John Crispin
· 9 years ago
34c2e4c
net: mediatek: fix TX locking
by John Crispin
· 9 years ago
13c822f
net: mediatek: fix stop and wakeup of queue
by John Crispin
· 9 years ago
13439ee
net: mediatek: remove superfluous reset call
by John Crispin
· 9 years ago
beeb4ca
net: mediatek: mtk_cal_txd_req() returns bad value
by John Crispin
· 9 years ago
82500aa
net: mediatek: watchdog_timeo was not set
by John Crispin
· 9 years ago
621e49f
net: mediatek: fix checking for NULL instead of IS_ERR() in .probe
by Vladimir Zapolskiy
· 9 years ago
48e7742
mediatek: unlock on error in mtk_tx_map()
by Dan Carpenter
· 9 years ago
977bc20
mediatek: checking for IS_ERR() instead of NULL
by Dan Carpenter
· 9 years ago
916848c
net: mediatek: check device_reset return code
by Arnd Bergmann
· 9 years ago
a25cdc0
net: mediatek: remove incorrect dma_mask assignment
by Arnd Bergmann
· 9 years ago
6aab1a6
net: mediatek: use dma_addr_t correctly
by Arnd Bergmann
· 9 years ago
656e705
net-next: mediatek: add support for MT7623 ethernet
by John Crispin
· 9 years ago