Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
484bfa1507bf71cecc7833ae7f7272d8af49badc
/
drivers
/
net
/
ethernet
/
mediatek
c6d4e63
drivers, net, ethernet: convert mtk_eth.dma_refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
6427dc1
net-next: mediatek: bring up QDMA RX ring 0
by John Crispin
· 7 years ago
0c07ce7
net-next: mediatek: fix typos inside the header file
by John Crispin
· 7 years ago
42c0384
net-next: mediatek: add support for MediaTek MT7622 SoC
by Sean Wang
· 7 years ago
2ec50f5
net-next: mediatek: add platform data to adapt into various hardware
by Sean Wang
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
70dba20
net: ethernet: mediatek: Explicitly include linux/interrupt.h
by Mark Brown
· 7 years ago
6c7fce6
net: ethernet: mediatek: avoid potential invalid memory access
by Sean Wang
· 7 years ago
f03b06f
net: ethernet: mediatek: remove useless code in mtk_poll_tx()
by Gustavo A. R. Silva
· 7 years ago
e8df760
net: ethernet: mediatek: remove useless code in mtk_probe()
by Gustavo A. R. Silva
· 7 years ago
8d32e06
net: ethernet: mediatek: fixed deadlock captured by lockdep
by Sean Wang
· 7 years ago
a2d5e7b
net-next: mediatek: set the rx_queue to 0
by John Crispin
· 7 years ago
5cce032
net-next: mediatek: split IRQ register locking into TX and RX
by John Crispin
· 7 years ago
671d41e
net-next: mediatek: add RX IRQ delay support
by John Crispin
· 7 years ago
5969c42
net-next: mediatek: print phy status changes for non DSA GMACs
by John Crispin
· 7 years ago
5514174
net: phy: Make phy_ethtool_ksettings_get return void
by yuval.shaia@oracle.com
· 8 years ago
7b9f6da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
134d215
net: ethernet: mediatek: fix inconsistency of port number carried in TXD
by Sean Wang
· 8 years ago
81d2dd0
net: ethernet: mediatek: fix inconsistency between TXD and the used buffer
by Sean Wang
· 8 years ago
3174b3b
net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance
by Sean Wang
· 8 years ago
87e3df4
net-next: ethernet: mediatek: add CDM able to recognize the tag for DSA
by Sean Wang
· 8 years ago
e3c36e4
net: mediatek: Use eth_hw_addr_random()
by Tobias Klauser
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8b901f6
net-next: ethernet: mediatek: change the compatible string
by John Crispin
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
16a67eb
net: ethernet: mediatek: fix fixed-link phydev leaks
by Johan Hovold
· 8 years ago
81ad2b7
net: ethernet: mediatek: use dev_kfree_skb_any instead of dev_kfree_skb
by Wei Yongjun
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
983e1a6
net: ethernet: mediatek: get hw lro capability by the chip id instead of by the dtsi
by Nelson Chang
· 8 years ago
b95b6d9
net: ethernet: mediatek: get the chip id by ETHDMASYS registers
by Nelson Chang
· 8 years ago
3a82e78
net: ethernet: mediatek: mark symbols static where possible
by Baoyou Xie
· 8 years ago
ca3ba10
net: ethernet: mediatek: bug fix to disable HW LRO
by Nelson Chang
· 8 years ago
6bf563d
net: ethernet: mediatek: add to stop PDMA while stopping the frame engine
by Nelson Chang
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f6f7d9c
net: ethernet: mediatek: get out of potential invalid pointer access
by Sean Wang
· 8 years ago
3e60b74
net: ethernet: mediatek: use [get|set]_link_ksettings
by Sean Wang
· 8 years ago
a2b2a19
net: ethernet: mediatek: remove superfluous local variable for phy address
by Sean Wang
· 8 years ago
2364c5c
net: ethernet: mediatek: use phydev from struct net_device
by Sean Wang
· 8 years ago
f430dea
net: ethernet: mediatek: add support for GMAC0 connecting with external PHY through TRGMII
by Sean Wang
· 8 years ago
572de60
net: ethernet: mediatek: add extension of phy-mode for TRGMII
by Sean Wang
· 8 years ago
e82f714
net: ethernet: mediatek: fix missing changes merged for conflicts overlapping commits
by Sean Wang
· 8 years ago
94d308d
net: ethernet: mediatek: enhance with avoiding superfluous assignment inside mtk_get_ethtool_stats
by Sean Wang
· 8 years ago
7aab747
net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO
by Nelson Chang
· 8 years ago
ee40681
net: ethernet: mediatek: add HW LRO functions of PDMA RX rings
by Nelson Chang
· 8 years ago
7077dc4
net: ethernet: mediatek: fix module loading automatically based on MODULE_DEVICE_TABLE
by Sean Wang
· 8 years ago
dce6fa4
net: ethernet: mediatek: avoid race condition during the reset process
by Sean Wang
· 8 years ago
2a8307a
net: ethernet: mediatek: add more resets for internal ethernet circuit block
by Sean Wang
· 8 years ago
9ea4d31
net: ethernet: mediatek: add the whole ethernet reset into the reset process
by Sean Wang
· 8 years ago
26a2ad8
net: ethernet: mediatek: add controlling power domain the ethernet belongs to
by Sean Wang
· 8 years ago
8a8a9e8
net: ethernet: mediatek: cleanup error path inside mtk_hw_init
by Sean Wang
· 8 years ago
bf253fb
net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_init call
by Sean Wang
· 8 years ago
85574db
net: ethernet: mediatek: refactoring mtk_hw_init to be reused
by Sean Wang
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
41156ce
net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI
by Sean Wang
· 8 years ago
635372a
net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier used
by Sean Wang
· 8 years ago
aa6e8a5
net: ethernet: mediatek: fix error handling inside mtk_mdio_init
by Sean Wang
· 8 years ago
1e515b7
net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc inside mtk_mdio_init
by Sean Wang
· 8 years ago
b5776f0
net: ethernet: mediatek: fix the missing of_node_put() after node is used done inside mtk_mdio_init
by Sean Wang
· 8 years ago
79e9a41
net: ethernet: mediatek: fix issue of driver removal with interface is up
by Sean Wang
· 8 years ago
7c6b0d7
net: ethernet: mediatek: fix logic unbalance between probe and remove
by Sean Wang
· 8 years ago
d3bd1ce
net: ethernet: mediatek: remove redundant free_irq for devm_request_irq allocated irq
by Sean Wang
· 8 years ago
1b43079
net: ethernet: mediatek: fix API usage with skb_free_frag
by Sean Wang
· 8 years ago
549e549
net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER
by Sean Wang
· 8 years ago
c6f1dc4
net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port setup
by Sean Wang
· 8 years ago
6a38cb1
net: mediatek: constify ethtool_ops structures
by Julia Lawall
· 8 years ago
9c08435
net: ethernet: mediatek: modify GDM to send packets to the PDMA for RX
by Nelson Chang
· 8 years ago
bacfd11
net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ethernet RX
by Nelson Chang
· 8 years ago
60747ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
55a4e77
net: ethernet: mediatek: fix runtime warning raised by inconsistent struct device pointers passed to DMA API
by sean.wang@mediatek.com
· 8 years ago
b2025c7
net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enabled properly
by sean.wang@mediatek.com
· 8 years ago
8ca7f4f
net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC
by sean.wang@mediatek.com
· 8 years ago
45d3393
net: mediatek: remove unnecessary platform_set_drvdata()
by Wei Yongjun
· 8 years ago
e8c2993
net: ethernet: mediatek: add the missing of_node_put() after node is used done
by sean.wang@mediatek.com
· 8 years ago
d7005652
net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing
by sean.wang@mediatek.com
· 8 years ago
e3e9652
net: ethernet: mediatek: enhance the locking using the lightweight ones
by Sean Wang
· 8 years ago
379672d
net: mediatek: fix non static symbol warnings
by Wei Yongjun
· 8 years ago
fcf752a
net: mediatek: remove .owner field for driver
by Wei Yongjun
· 8 years ago
019d0c9
net-next: mediatek: remove superfluous free_irq() call
by John Crispin
· 8 years ago
8186f6e
net-next: mediatek: fix compile error inside mtk_poll_controller()
by John Crispin
· 8 years ago
8067302
net-next: mediatek: add support for IRQ grouping
by John Crispin
· 8 years ago
7bc9cce
net-next: mediatek: add IRQ locking
by John Crispin
· 8 years ago
eece71e
net-next: mediatek: don't use intermediate variables to store IRQ masks
by John Crispin
· 8 years ago
6e6edd8
net-next: mediatek: remove superfluous register reads
by John Crispin
· 8 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
Next »