aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-23net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88Stefan Roese1-23/+44
2021-05-21net: ethernet: mtk_eth_soc: Fix DIM support for MT7628/88Stefan Roese1-2/+8
2021-04-23net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA initIlya Lipnitskiy1-16/+13
2021-04-23net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if presentFelix Fietkau1-0/+8
2021-04-23net: ethernet: mtk_eth_soc: rework NAPI callbacksIlya Lipnitskiy1-30/+24
2021-04-23net: ethernet: mtk_eth_soc: reduce unnecessary interruptsFelix Fietkau1-4/+5
2021-04-23net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is doneFelix Fietkau1-4/+8
2021-04-23net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptorFelix Fietkau1-4/+4
2021-04-23net: ethernet: mtk_eth_soc: implement dynamic interrupt moderationFelix Fietkau1-7/+89
2021-04-23net: ethernet: mtk_eth_soc: use larger burst size for QDMA TXFelix Fietkau1-1/+1
2021-04-23net: ethernet: mtk_eth_soc: remove unnecessary TX queue stopsFelix Fietkau1-13/+2
2021-04-23net: ethernet: mtk_eth_soc: reduce MDIO bus access latencyFelix Fietkau1-1/+1
2021-04-23net: ethernet: mtk_eth_soc: use napi_consume_skbFelix Fietkau1-7/+12
2021-04-23net: ethernet: mtk_eth_soc: fix build_skb cleanupIlya Lipnitskiy1-2/+3
2021-04-23net: ethernet: mtk_eth_soc: unmap RX data before calling build_skbFelix Fietkau1-2/+3
2021-04-23net: ethernet: mtk_eth_soc: fix RX VLAN offloadFelix Fietkau1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-7/+4
2021-03-31net: mediatek: add flow offload for mt7623Frank Wunderlich1-0/+1
2021-03-24net: ethernet: mtk_eth_soc: add flow offloading supportFelix Fietkau1-0/+5
2021-03-24net: ethernet: mtk_eth_soc: add support for initializing the PPEFelix Fietkau1-2/+19
2021-03-24net: ethernet: mtk_eth_soc: fix parsing packets in GDMFelix Fietkau1-6/+9
2021-01-25net: ethernet: mediatek: support setting MTUDENG Qingfang1-5/+38
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+16
2020-07-30net: ethernet: mtk_eth_soc: fix MTU warningsLanden Chao1-0/+2
2020-07-28net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623René van Dorst1-5/+14
2020-06-22net: mtk_eth_soc: use resolved link config in mac_link_up()Russell King1-20/+25
2020-05-06net: mediatek: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: ethernet: mediatek: Make mtk_m32 staticSamuel Zou1-1/+1
2020-04-07net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst1-1/+23
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-3/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-5/+3
2019-11-14net: ethernet: mediatek: Enable GDM GDMA_DROP_ALL modeMarkLee1-0/+2
2019-11-14net: ethernet: mediatek: Refine the timing of GDM/PSE setupMarkLee1-2/+5
2019-11-14net: ethernet: mediatek: Integrate GDM/PSE setup operationsMarkLee1-14/+23
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-4/+4
2019-10-15net: ethernet: mediatek: Fix MT7629 missing GMII mode supportMarkLee1-0/+1
2019-08-27net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-27net: ethernet: mediatek: Re-add support SGMIIRené van Dorst1-18/+133
2019-08-27net: ethernet: mediatek: Add basic PHYLINK supportRené van Dorst1-180/+244
2019-08-25Revert "net: mediatek: remove set but not used variable 'status'"David S. Miller1-0/+2
2019-08-25net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-18net: ethernet: mediatek: Add MT7628/88 SoC supportStefan Roese1-107/+373
2019-08-18net: ethernet: mediatek: Rename NEXT_RX_DESP_IDX to NEXT_DESP_IDXStefan Roese1-2/+2
2019-08-18net: ethernet: mediatek: Rename MTK_QMTK_INT_STATUS to MTK_QDMA_INT_STATUSStefan Roese1-4/+4
2019-08-01net: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2