summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek
AgeCommit message (Expand)Author
2022-07-19net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi
2022-07-18net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix
2022-06-08net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin
2022-05-27net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter
2022-05-23net: ethernet: mtk_eth_soc: fix error code in mtk_flow_offload_replace()Dan Carpenter
2022-05-22net: ethernet: mtk_eth_soc: introduce support for mt7986 chipsetLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: convert scratch_ring pointer to voidLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: convert ring dma pointer to voidLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 supportLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: introduce device register mapLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_cleanLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rxLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_dataLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idxLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_bufLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_cleanLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_dataLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...Lorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...Lorenzo Bianconi
2022-05-22eth: mtk_eth_soc: silence the GCC 12 array-bounds warningJakub Kicinski
2022-05-19eth: mtk_ppe: fix up after mergeJakub Kicinski
2022-05-19net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)
2022-05-19net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)
2022-05-19net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()Russell King (Oracle)
2022-05-19net: mtk_eth_soc: move MAC_MCR setting to mac_finish()Russell King (Oracle)
2022-05-19net: mtk_eth_soc: add fixme comment for state->speed useRussell King (Oracle)
2022-05-19net: mtk_eth_soc: provide mtk_sgmii_config()Russell King (Oracle)
2022-05-19net: mtk_eth_soc: stop passing phylink state to sgmii setupRussell King (Oracle)
2022-05-19net: mtk_eth_soc: correct 802.3z duplex settingRussell King
2022-05-19net: mtk_eth_soc: correct 802.3z speed settingRussell King (Oracle)
2022-05-19net: mtk_eth_soc: add mask and update PCS speed definitionsRussell King (Oracle)
2022-05-19net: mtk_eth_soc: remove unused sgmii flagsRussell King (Oracle)
2022-05-19net: mtk_eth_soc: remove unused mac->modeRussell King (Oracle)
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-29net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang
2022-04-29eth: mtk_eth_soc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-25net: ethernet: mtk_eth_soc: add check for allocation failureDan Carpenter
2022-04-13net: ethernet: mtk_eth_soc: use after free in __mtk_ppe_check_skb()Dan Carpenter
2022-04-13net: ethernet: mtk_eth_soc: use standard property for cci-control-portLorenzo Bianconi
2022-04-11net: ethernet: mtk_eth_soc/wed: fix sparse endian warningsFelix Fietkau
2022-04-11net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()Yang Yingliang
2022-04-06net: ethernet: mtk_eth_soc: support creating mac address based offload entriesFelix Fietkau
2022-04-06net: ethernet: mtk_eth_soc: remove bridge flow offload type entry supportFelix Fietkau
2022-04-06net: ethernet: mtk_eth_soc: rework hardware flow table managementFelix Fietkau
2022-04-06net: ethernet: mtk_eth_soc: allocate struct mtk_ppe separatelyFelix Fietkau
2022-04-06net: ethernet: mtk_eth_soc: support TC_SETUP_BLOCK for PPE offloadFelix Fietkau
2022-04-06net: ethernet: mtk_eth_soc: add ipv6 flow offload supportDavid Bentham