summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c
Commit message (Expand)AuthorAgeFilesLines
...
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88Stefan Roese2021-05-231-23/+44
* net: ethernet: mtk_eth_soc: Fix DIM support for MT7628/88Stefan Roese2021-05-211-2/+8
* net: ethernet: mtk_eth_soc: use iopoll.h macro for DMA initIlya Lipnitskiy2021-04-231-16/+13
* net: ethernet: mtk_eth_soc: set PPE flow hash as skb hash if presentFelix Fietkau2021-04-231-0/+8
* net: ethernet: mtk_eth_soc: rework NAPI callbacksIlya Lipnitskiy2021-04-231-30/+24
* net: ethernet: mtk_eth_soc: reduce unnecessary interruptsFelix Fietkau2021-04-231-4/+5
* net: ethernet: mtk_eth_soc: only read the full RX descriptor if DMA is doneFelix Fietkau2021-04-231-4/+8
* net: ethernet: mtk_eth_soc: cache HW pointer of last freed TX descriptorFelix Fietkau2021-04-231-4/+4
* net: ethernet: mtk_eth_soc: implement dynamic interrupt moderationFelix Fietkau2021-04-231-7/+89
* net: ethernet: mtk_eth_soc: use larger burst size for QDMA TXFelix Fietkau2021-04-231-1/+1
* net: ethernet: mtk_eth_soc: remove unnecessary TX queue stopsFelix Fietkau2021-04-231-13/+2
* net: ethernet: mtk_eth_soc: reduce MDIO bus access latencyFelix Fietkau2021-04-231-1/+1
* net: ethernet: mtk_eth_soc: use napi_consume_skbFelix Fietkau2021-04-231-7/+12
* net: ethernet: mtk_eth_soc: fix build_skb cleanupIlya Lipnitskiy2021-04-231-2/+3
* net: ethernet: mtk_eth_soc: unmap RX data before calling build_skbFelix Fietkau2021-04-231-2/+3
* net: ethernet: mtk_eth_soc: fix RX VLAN offloadFelix Fietkau2021-04-231-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+4
* net: mediatek: add flow offload for mt7623Frank Wunderlich2021-03-311-0/+1
* net: ethernet: mtk_eth_soc: add flow offloading supportFelix Fietkau2021-03-241-0/+5
* net: ethernet: mtk_eth_soc: add support for initializing the PPEFelix Fietkau2021-03-241-2/+19
* net: ethernet: mtk_eth_soc: fix parsing packets in GDMFelix Fietkau2021-03-241-6/+9
* net: ethernet: mediatek: support setting MTUDENG Qingfang2021-01-251-5/+38
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-5/+16
|\
| * net: ethernet: mtk_eth_soc: fix MTU warningsLanden Chao2020-07-301-0/+2
| * net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623René van Dorst2020-07-281-5/+14
* | net: mtk_eth_soc: use resolved link config in mac_link_up()Russell King2020-06-221-20/+25
|/
* net: mediatek: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-061-1/+1
* net: ethernet: mediatek: Make mtk_m32 staticSamuel Zou2020-05-061-1/+1
* net: ethernet: mediatek: move mt7623 settings out off the mt7530René van Dorst2020-04-071-1/+23
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-3/+4
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-5/+3
* net: ethernet: mediatek: Enable GDM GDMA_DROP_ALL modeMarkLee2019-11-141-0/+2
* net: ethernet: mediatek: Refine the timing of GDM/PSE setupMarkLee2019-11-141-2/+5
* net: ethernet: mediatek: Integrate GDM/PSE setup operationsMarkLee2019-11-141-14/+23
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-4/+4
* net: ethernet: mediatek: Fix MT7629 missing GMII mode supportMarkLee2019-10-151-0/+1
* net: mediatek: remove set but not used variable 'status'Mao Wenan2019-08-271-2/+0
* net: ethernet: mediatek: Re-add support SGMIIRené van Dorst2019-08-271-18/+133
* net: ethernet: mediatek: Add basic PHYLINK supportRené van Dorst2019-08-271-180/+244
* Revert "net: mediatek: remove set but not used variable 'status'"David S. Miller2019-08-251-0/+2
* net: mediatek: remove set but not used variable 'status'Mao Wenan2019-08-251-2/+0
* net: ethernet: mediatek: Add MT7628/88 SoC supportStefan Roese2019-08-181-107/+373
* net: ethernet: mediatek: Rename NEXT_RX_DESP_IDX to NEXT_DESP_IDXStefan Roese2019-08-181-2/+2
* net: ethernet: mediatek: Rename MTK_QMTK_INT_STATUS to MTK_QDMA_INT_STATUSStefan Roese2019-08-181-4/+4
* net: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-2/+1
* Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-1/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+2