summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_wed.c
AgeCommit message (Expand)Author
2024-04-17net: ethernet: mtk_eth_soc: fix WED + wifi resetFelix Fietkau
2023-11-20net: ethernet: mtk_wed: add support for devices with more than 4GB of dramLorenzo Bianconi
2023-11-19net: ethernet: mtk_wed: rely on __dev_alloc_page in mtk_wed_tx_buffer_allocLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: add wed 3.0 reset supportSujuan Chen
2023-09-19net: ethernet: mtk_wed: introduce hw_rro support for MT7988Sujuan Chen
2023-09-19net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988Sujuan Chen
2023-09-19net: ethernet: mtk_wed: refactor mtk_wed_check_wfdma_rx_fill routineLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen
2023-09-19net: ethernet: mtk_wed: add mtk_wed_soc_data structureLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: introduce mtk_wed_buf structureLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_descLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: do not configure rx offload if not supportedLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: introduce versioning utility routinesLorenzo Bianconi
2023-09-16net: ethernet: mtk_wed: do not assume offload callbacks are always setLorenzo Bianconi
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-22net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-07-26net: ethernet: mtk_eth_soc: add version in mtk_soc_dataLorenzo Bianconi
2023-05-10net: ethernet: mtk_eth_soc: fix NULL pointer dereferenceDaniel Golle
2023-04-07net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devicesFelix Fietkau
2023-02-13net: ethernet: mtk_wed: No need to clear memory after a dma_alloc_coherent() ...Christophe JAILLET
2023-01-17net: ethernet: mtk_wed: add reset/reset_complete callbacksLorenzo Bianconi
2022-12-08net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init failsLorenzo Bianconi
2022-12-08net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi
2022-12-06net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: add mtk_wed_rx_reset routineLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: update mtk_wed_stopLorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX configuration in mtk_wdma_...Lorenzo Bianconi
2022-11-29net: ethernet: mtk_wed: return status value in mtk_wdma_rx_resetLorenzo Bianconi
2022-11-28net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi
2022-11-11net: ethernet: mtk_wed: introduce wed wo supportLorenzo Bianconi
2022-10-17net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang
2022-10-17net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang
2022-09-22net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi
2022-09-22net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi
2022-09-22net: ethernet: mtk_eth_wed: add mtk_wed_configure_irq and mtk_wed_dma_{enable...Lorenzo Bianconi
2022-07-18net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix
2022-04-25net: ethernet: mtk_eth_soc: add check for allocation failureDan Carpenter
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: add support for Wireless Ethernet Dispatch (WED)Felix Fietkau