index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mediatek
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
Tom Rix
2022-01-15
1
-1
/
+1
*
net: ethernet: mtk_eth_soc: implement Clause 45 MDIO access
Daniel Golle
2022-01-05
2
-13
/
+60
*
net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops
Daniel Golle
2022-01-05
2
-28
/
+41
*
net: ethernet: mtk_eth_soc: delete some dead code
Dan Carpenter
2021-12-18
1
-3
/
+0
*
net: mtk_eth_soc: delete an unneeded variable
Dan Carpenter
2021-12-18
1
-1
/
+0
*
net: mtk_eth: add COMPILE_TEST support
Lorenzo Bianconi
2021-12-13
1
-1
/
+2
*
net: mtk_eth_soc: mark as a legacy_pre_march2020 driver
Russell King (Oracle)
2021-12-09
1
-0
/
+4
*
net: mtk_eth_soc: use phylink_generic_validate()
Russell King (Oracle)
2021-11-17
1
-49
/
+4
*
net: mtk_eth_soc: drop use of phylink_helper_basex_speed()
Russell King (Oracle)
2021-11-17
1
-6
/
+2
*
net: mtk_eth_soc: remove interface checks in mtk_validate()
Russell King (Oracle)
2021-11-17
1
-34
/
+0
*
net: mtk_eth_soc: populate supported_interfaces member
Russell King (Oracle)
2021-11-17
1
-0
/
+20
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
ethernet: use platform_get_ethdev_address()
Jakub Kicinski
2021-10-08
1
-1
/
+1
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
net: ethernet: mtk_eth_soc: avoid creating duplicate offload entries
Felix Fietkau
2021-09-23
1
-0
/
+3
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
2
-2
/
+2
*
net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88
Stefan Roese
2021-05-24
2
-25
/
+66
*
net: ethernet: mtk_eth_soc: Fix DIM support for MT7628/88
Stefan Roese
2021-05-21
1
-2
/
+8
*
net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA init
Ilya Lipnitskiy
2021-04-23
2
-17
/
+14
*
net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if present
Felix Fietkau
2021-04-23
1
-0
/
+8
*
net: ethernet: mtk_eth_soc: rework NAPI callbacks
Ilya Lipnitskiy
2021-04-23
1
-30
/
+24
*
net: ethernet: mtk_eth_soc: reduce unnecessary interrupts
Felix Fietkau
2021-04-23
1
-4
/
+5
*
net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is done
Felix Fietkau
2021-04-23
1
-4
/
+8
*
net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptor
Felix Fietkau
2021-04-23
2
-4
/
+6
*
net: ethernet: mtk_eth_soc: implement dynamic interrupt moderation
Felix Fietkau
2021-04-23
3
-14
/
+124
*
net: ethernet: mtk_eth_soc: increase DMA ring sizes
Felix Fietkau
2021-04-23
1
-1
/
+1
*
net: ethernet: mtk_eth_soc: use larger burst size for QDMA TX
Felix Fietkau
2021-04-23
2
-2
/
+2
*
net: ethernet: mtk_eth_soc: remove unnecessary TX queue stops
Felix Fietkau
2021-04-23
1
-13
/
+2
*
net: ethernet: mtk_eth_soc: reduce MDIO bus access latency
Felix Fietkau
2021-04-23
1
-1
/
+1
*
net: ethernet: mtk_eth_soc: use napi_consume_skb
Felix Fietkau
2021-04-23
1
-7
/
+12
*
net: ethernet: mtk_eth_soc: fix build_skb cleanup
Ilya Lipnitskiy
2021-04-23
1
-2
/
+3
*
net: ethernet: mtk_eth_soc: unmap RX data before calling build_skb
Felix Fietkau
2021-04-23
1
-2
/
+3
*
net: ethernet: mtk_eth_soc: fix RX VLAN offload
Felix Fietkau
2021-04-23
2
-1
/
+2
*
net: ethernet: mtk_eth_soc: handle VLAN pop action
Pablo Neira Ayuso
2021-04-20
1
-0
/
+2
*
net: ethernet: mtk_eth_soc: missing mutex
Pablo Neira Ayuso
2021-04-20
1
-5
/
+14
*
net: ethernet: mtk_eth_soc: fix undefined reference to `dsa_port_from_netdev'
Pablo Neira Ayuso
2021-04-20
1
-0
/
+1
*
net: ethernet: mediatek: fix a typo bug in flow offloading
DENG Qingfang
2021-04-20
1
-1
/
+1
*
net: ethernet: mediatek: ppe: fix busy wait loop
Ilya Lipnitskiy
2021-04-17
2
-11
/
+10
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-7
/
+4
*
net: ethernet: mtk_eth_soc: remove unneeded semicolon
Qiheng Lin
2021-04-07
1
-1
/
+1
*
net: mediatek: add flow offload for mt7623
Frank Wunderlich
2021-04-01
1
-0
/
+1
*
net: ethernet: remove duplicated include
Xu Jia
2021-03-26
1
-1
/
+0
*
net: ethernet: mtk_eth_soc: remove unused variable 'count'
Qiheng Lin
2021-03-26
1
-2
/
+2
*
net: ethernet: mtk_eth_soc: add flow offloading support
Felix Fietkau
2021-03-24
4
-2
/
+500
*
net: ethernet: mtk_eth_soc: add support for initializing the PPE
Felix Fietkau
2021-03-24
7
-3
/
+1190
*
net: ethernet: mtk_eth_soc: fix parsing packets in GDM
Felix Fietkau
2021-03-24
2
-6
/
+11
*
net: ethernet: mtk-star-emac: fix wrong unmap in RX handling
Biao Huang
2021-03-03
1
-2
/
+3
*
net: ethernet: mediatek: support setting MTU
DENG Qingfang
2021-01-26
2
-8
/
+47
*
net: mtk_eth: simplify the mediatek code return expression
Zheng Yongjun
2020-12-15
1
-12
/
+4
*
net: mediatek: simplify the return expression of mtk_gmac_sgmii_path_setup()
Zheng Yongjun
2020-12-10
1
-6
/
+2
[next]