aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-15wifi: mt76: mt7996: Add SW path for HW-RRO v3.1Rex Lu9-108/+295
2025-09-15wifi: mt76: Add mt76_dma_get_rxdmad_c_buf utility routioneLorenzo Bianconi3-3/+78
2025-09-15wifi: mt76: mt7996: Decouple RRO logic from WED supportRex Lu8-81/+140
2025-09-15wifi: mt76: Add rx_queue_init callbackLorenzo Bianconi2-3/+15
2025-09-15wifi: mt76: mt7996: Introduce RRO MSDU callbacksRex Lu7-0/+409
2025-09-15wifi: mt76: mt7996: Convert mt7996_wed_rro_addr to LELorenzo Bianconi2-9/+10
2025-09-15wifi: mt76: mt7996: Enable WED for MT7992 chipsetRex Lu7-34/+100
2025-09-15wifi: mt76: mt7996: Fix RX packets configuration for primary WED deviceLorenzo Bianconi1-1/+1
2025-09-15wifi: mt76: mt7996: Fix tx-queues initialization for second phy on mt7996Lorenzo Bianconi1-7/+14
2025-09-15wifi: mt76: mt7996: Introduce the capability to reset MT7992 WED deviceRex Lu3-3/+34
2025-09-15wifi: mt76: mt7996: Enable HW RRO for MT7992 chipsetRex Lu3-50/+137
2025-09-15wifi: mt76: mt7996: Initial DMA configuration for MT7992 WED supportRex Lu4-43/+144
2025-09-15wifi: mt76: Do not always enable NAPIs for WED RRO queuesLorenzo Bianconi1-0/+4
2025-09-15wifi: mt76: Differentiate between RRO data and RRO MSDU queuesRex Lu2-4/+11
2025-09-15wifi: mt76: Remove q->ndesc check in mt76_dma_rx_fill()Lorenzo Bianconi1-3/+0
2025-09-15wifi: mt76: Add reset_idx to reset_q mt76_queue_ops signature.Lorenzo Bianconi7-24/+19
2025-09-15wifi: mt76: mt7996: Enable MLO support for client interfacesLorenzo Bianconi5-57/+88
2025-09-15wifi: mt76: mt7996: Set EML capabilities for AP interfaceLorenzo Bianconi1-0/+1
2025-09-15wifi: mt76: mt7996: Export MLO AP capabilities to mac80211Shayne Chen1-1/+22
2025-09-15wifi: mt76: mt7996: Temporarily disable EPCSBenjamin Lin1-1/+0
2025-09-15wifi: mt76: mt7996: Implement MLD address translation for EAPOLShayne Chen1-1/+37
2025-09-15wifi: mt76: mt7996: Add all active links to poll list in mt7996_mac_tx_free()Lorenzo Bianconi1-1/+18
2025-09-15wifi: mt76: mt7996: Fix mt7996_reverse_frag0_hdr_trans for MLOShayne Chen1-3/+8
2025-09-15wifi: mt76: mt7996: Use proper link info in mt7996_mcu_add_groupLorenzo Bianconi1-11/+5
2025-09-15wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922 deviceQuan Zhou1-0/+2
2025-09-15wifi: mt76: mt7925: add pci restore for hibernateJack Kao1-3/+23
2025-09-15wifi: mt76: mt7996: Check phy before init msta_link in mt7996_mac_sta_add_links()Lorenzo Bianconi1-5/+6
2025-09-15wifi: mt76: mt7996: Use proper link_id in link_sta_rc_update callbackLorenzo Bianconi1-15/+28
2025-09-15wifi: mt76: Remove dead code in mt76_scan_workLorenzo Bianconi1-3/+0
2025-09-15wifi: mt76: mt7996: Use deflink for AMPDU rx reorderingLorenzo Bianconi5-78/+101
2025-09-15wifi: mt76: mt7921: add MBSSID supportMing Yen Hsieh2-3/+27
2025-09-15wifi: mt76: fix potential memory leak in mt76_wmac_probe()Abdun Nihaal1-1/+1
2025-09-15wifi: mt76: mt7925: add MBSSID supportMing Yen Hsieh3-2/+29
2025-09-15wifi: mt76: mt7925u: Add VID/PID for Netgear A9000Nick Morrow1-0/+3
2025-09-15wifi: mt76: mt7996: Set proper link destination address in mt7996_tx()Lorenzo Bianconi1-5/+29
2025-09-15wifi: mt76: mt7996: Set def_wcid pointer in mt7996_mac_sta_init_link()Lorenzo Bianconi1-0/+1
2025-09-15wifi: mt76: mt7996: Fix mt7996_mcu_bss_mld_tlv routineLorenzo Bianconi4-8/+75
2025-09-15wifi: mt76: mt7996: Fix mt7996_mcu_sta_ba wcid configurationLorenzo Bianconi3-8/+13
2025-09-15wifi: mt76: mt7996: Overwrite unspecified link_id in mt7996_tx()Lorenzo Bianconi1-9/+17
2025-09-15RDMA/cm: Rate limit destroy CM ID timeout error messageHÃ¥kon Bugge1-2/+2
2025-09-15sched/fair: Do not balance task to a throttled cfs_rqAaron Lu1-4/+18
2025-09-15sched/fair: Do not special case tasks in throttled hierarchyAaron Lu1-4/+4
2025-09-15sched/fair: update_cfs_group() for throttled cfs_rqsAaron Lu1-3/+0
2025-09-15sched/fair: Propagate load for throttled cfs_rqAaron Lu1-8/+18
2025-09-15MAINTAINERS: update atomic infrastructure entry to include RustGary Guo1-0/+2
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo3-55/+40
2025-09-15rust: convert `Arc` to use `Refcount`Gary Guo1-31/+14
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo1-6/+6
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo3-0/+110
2025-09-15rust: sync: Add memory barriersBoqun Feng4-0/+81