aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19net: mtk_eth_soc: remove unused mac->modeRussell King (Oracle)1-1/+0
2022-04-29eth: mtk_eth_soc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+2
2022-04-13net: ethernet: mtk_eth_soc: use standard property for cci-control-portLorenzo Bianconi1-1/+1
2022-04-06net: ethernet: mtk_eth_soc: rework hardware flow table managementFelix Fietkau1-2/+8
2022-04-06net: ethernet: mtk_eth_soc: allocate struct mtk_ppe separatelyFelix Fietkau1-5/+6
2022-04-06net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)Felix Fietkau1-0/+17
2022-04-06net: ethernet: mtk_eth_soc: add support for coherent DMAFelix Fietkau1-24/+71
2022-01-15net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix1-1/+1
2022-01-05net: ethernet: mtk_eth_soc: implement Clause 45 MDIO accessDaniel Golle1-13/+57
2022-01-05net: ethernet: mtk_eth_soc: fix return values and refactor MDIO opsDaniel Golle1-23/+30
2021-12-17net: mtk_eth_soc: delete an unneeded variableDan Carpenter1-1/+0
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+4
2021-11-17net: mtk_eth_soc: use phylink_generic_validate()Russell King (Oracle)1-49/+4
2021-11-17net: mtk_eth_soc: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-6/+2
2021-11-17net: mtk_eth_soc: remove interface checks in mtk_validate()Russell King (Oracle)1-34/+0
2021-11-17net: mtk_eth_soc: populate supported_interfaces memberRussell King (Oracle)1-0/+20
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
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