aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-03wifi: mt76: add EHT phy typeShayne Chen2-2/+9
2023-02-03wifi: mt76: remove __mt76_mcu_restart macroLorenzo Bianconi1-1/+0
2023-02-03wifi: mt76: mt7996: avoid mcu_restart function pointerLorenzo Bianconi1-23/+22
2023-02-03wifi: mt76: mt7996: rely on mt76_connac_tx_complete_skbLorenzo Bianconi4-36/+1
2023-02-03wifi: mt76: mt7996: rely on mt76_connac_txp_skb_unmapLorenzo Bianconi1-13/+1
2023-02-03wifi: mt76: mt7996: rely on mt76_connac_txp_common structureLorenzo Bianconi3-33/+22
2023-02-03wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_valLorenzo Bianconi3-49/+9
2023-02-03wifi: mt76: mt7921: fix error code of return in mt7921_acpi_readAaron Ma1-2/+5
2023-02-03wifi: mt76: mt7915: release rxwi in mt7915_wed_release_rx_bufSujuan Chen3-1/+5
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi4-14/+59
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi6-94/+139
2023-02-03wifi: mt76: mt7915: fix memory leak in mt7915_mmio_wed_init_rx_bufLorenzo Bianconi1-1/+8
2023-02-03wifi: mt76: mt7921: fix rx filter incorrect by drv/fw inconsistentNeil Chen6-50/+40
2023-02-03wifi: mt76: add memory barrier to SDIO queue kickDeren Wu1-0/+4
2023-02-03wifi: mt76: mt7921: reduce polling time in pmctrlDeren Wu1-4/+4
2023-02-03wifi: mt76: add flexible polling wait-interval supportDeren Wu2-9/+10
2023-02-03wifi: mt76: mt7915: fix WED TxS reportingRyder Lee1-3/+0
2023-02-03wifi: mt76: mt7915: wed: enable red per-band token dropPeter Chiu5-3/+52
2023-02-03wifi: mt76: mt7915: set sku initial value to zeroPeter Chiu1-0/+2
2023-02-03wifi: mt76: mt7921u: add support for Comfast CF-952AXChuanhong Guo1-0/+3
2023-02-03wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_transLorenzo Bianconi1-1/+1
2023-02-03wifi: mt76: mt7921: avoid mcu_restart function pointerLorenzo Bianconi2-2/+0
2023-02-03wifi: mt76: mt7615: avoid mcu_restart function pointerLorenzo Bianconi3-4/+1
2023-02-03wifi: mt76: mt7603: avoid mcu_restart function pointerLorenzo Bianconi1-2/+1
2023-02-03wifi: mt76: mt7915: avoid mcu_restart function pointerLorenzo Bianconi1-3/+2
2023-02-03wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanupLorenzo Bianconi1-2/+1
2023-02-03wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi1-6/+7
2023-02-03wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exitLorenzo Bianconi1-1/+2
2023-02-03wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exitLorenzo Bianconi1-1/+2
2023-02-03wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi3-6/+9
2023-02-03wifi: mt76: mt7921: fix invalid remain_on_channel durationDeren Wu1-1/+1
2023-02-03wifi: mt76: mt7915: remove BW160 and BW80+80 supportMeiChia Chiu1-29/+9
2023-02-03wifi: mt76: connac: fix POWER_CTRL command name typoShayne Chen2-2/+2
2023-02-03wifi: mt76: mt7996: do not hardcode vht beamform capShayne Chen1-1/+1
2023-02-03wifi: mt76: mt7996: update register for CFEND_RATEShayne Chen3-8/+10
2023-02-03wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna()Shayne Chen1-1/+4
2023-02-03wifi: mt76: mt7921: add ack signal supportDeren Wu5-0/+45
2023-02-03wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu3-1/+74
2023-02-03wifi: mt76: mt7915: add chip id condition in mt7915_check_eeprom()Shayne Chen1-1/+4
2023-02-03wifi: mt76: mt7915: add error message in mt7915_thermal_set_cur_throttle_state()Howard Hsu2-5/+9
2023-02-03wifi: mt76: mt7915: rework mt7915_thermal_temp_store()Howard Hsu2-2/+19
2023-02-03wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttlingHoward Hsu4-26/+37
2023-02-03wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_...Howard Hsu2-2/+7
2023-02-03wifi: mt76: mt7921: fix deadlock in mt7921_abort_rocFelix Fietkau1-15/+7
2023-02-03net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phyFrank Sae2-3/+207
2023-02-03net: phy: Add dts support for Motorcomm yt8531s gigabit ethernet phyFrank Sae1-24/+27
2023-02-03net: phy: Add dts support for Motorcomm yt8521 gigabit ethernet phyFrank Sae1-54/+199
2023-02-03net: phy: Add BIT macro for Motorcomm yt8521/yt8531 gigabit ethernet phyFrank Sae1-4/+51
2023-02-03net: flow_offload: provision conntrack info in ct_metadataVlad Buslov2-0/+28
2023-02-03net: lan966x: Add VCAP debugFS supportHoratiu Vultur5-16/+136