summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi2020-07-216-35/+39
| | * | mt76: mt7615: take into account sdio bus configuring txwiLorenzo Bianconi2020-07-211-9/+9
| | * | mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFSRyder Lee2020-07-211-0/+2
| | * | mt76: mt7915: potential array overflow in mt7915_mcu_tx_rate_report()Dan Carpenter2020-07-211-6/+13
| | * | mt76: mt7615: fix potential memory leak in mcu message handlerSean Wang2020-07-211-2/+5
| | * | mt76: mt7663u: fix potential memory leak in mcu message handlerSean Wang2020-07-211-1/+1
| | * | mt76: mt7663u: fix memory leak in set keySean Wang2020-07-211-7/+14
| | * | mt76: mt7615: reschedule ps work according to last activityLorenzo Bianconi2020-07-211-3/+11
| | * | mt76: mt7615: avoid scheduling runtime-pm during hw scanLorenzo Bianconi2020-07-211-3/+12
| | * | mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi2020-07-214-16/+22
| | * | mt76: mt7615: improve mt7615_driver_own reliabilityLorenzo Bianconi2020-07-212-10/+19
| | * | mt76: mt7615: add idle-timeout knob in mt7615 debugfsLorenzo Bianconi2020-07-214-2/+29
| | * | mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi2020-07-214-37/+83
| | * | mt76: mt7615: add runtime-pm knob in mt7615 debugfsLorenzo Bianconi2020-07-213-0/+42
| | * | mt76: mt7615: do not request {driver,fw}_own if already grantedLorenzo Bianconi2020-07-213-10/+14
| | * | mt76: mt7615: check MT76_STATE_PM flag before accessing the deviceLorenzo Bianconi2020-07-212-2/+8
| | * | mt76: mt7615: run mt7615_pm_wake in mt7615_mac_sta_{add,remove}Lorenzo Bianconi2020-07-211-1/+10
| | * | mt76: mt7615: wake device before pushing frames in mt7615_txLorenzo Bianconi2020-07-214-7/+81
| | * | mt76: mt7615: wake device before pulling packets from mac80211 queuesLorenzo Bianconi2020-07-212-2/+24
| | * | mt76: mt7615: run mt7615_mcu_set_roc holding mt76 mutexLorenzo Bianconi2020-07-211-4/+12
| | * | mt76: mt7615: run mt7615_mcu_set_wmm holding mt76 mutexLorenzo Bianconi2020-07-211-1/+7
| | * | mt76: mt7615: add missing lock in mt7615_regd_notifierLorenzo Bianconi2020-07-211-0/+2
| | * | mt76: mt7615: wake device before performing freq scanLorenzo Bianconi2020-07-211-4/+30
| | * | mt76: mt7615: acquire driver_own before configuring device for suspendLorenzo Bianconi2020-07-211-0/+4
| | * | mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi2020-07-213-5/+30
| | * | mt76: mt7615: introduce pm_power_save delayed workLorenzo Bianconi2020-07-214-1/+39
| | * | mt76: mt7615: wake device before configuring hw keysLorenzo Bianconi2020-07-211-3/+9
| | * | mt76: mt7615: wake device before accessing regmap in debugfsLorenzo Bianconi2020-07-211-1/+24
| | * | mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilitiesLorenzo Bianconi2020-07-215-52/+72
| | * | mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi2020-07-216-6/+75
| | * | mt76: move mt76 workqueue in common codeLorenzo Bianconi2020-07-218-34/+26
| | * | mt76: mt7615: avoid polling in fw_own for mt7663Lorenzo Bianconi2020-07-211-2/+2
| | * | mt76: mt7915: avoid memcpy in rxv operationRyder Lee2020-07-212-48/+37
| | * | mt76: mt76x2u: enable HC-M7662BU1Lorenzo Bianconi2020-07-211-0/+1
| | * | mt76: mt76x2: fix pci suspend/resume on mt7612eLorenzo Bianconi2020-07-213-0/+74
| | * | mt76: mt7915: update HE capabilitiesRyder Lee2020-07-211-18/+26
| | * | mt76: mt7615: implement testmode supportFelix Fietkau2020-07-2110-9/+523
| | * | mt76: add API for testmode supportFelix Fietkau2020-07-218-0/+765
| | * | mt76: vif_mask to struct mt76_phyFelix Fietkau2020-07-2110-19/+16
| | * | mt76: mt7615: use full on-chip memory address for WF_PHY registersFelix Fietkau2020-07-213-5/+1
| | * | mt76: mt7615: add support for accessing RF registers via MCUFelix Fietkau2020-07-214-3/+77
| | * | mt76: mt7615: add support for accessing mapped registers via bus opsFelix Fietkau2020-07-212-0/+47
| | * | mt76: mt7615: schedule tx tasklet and sta poll on mac tx freeFelix Fietkau2020-07-212-4/+6
| | * | mt76: mt76x2e: rename routines in pci.cLorenzo Bianconi2020-07-211-7/+7
| | * | mt76: mt7915: overwrite qid for non-bufferable mgmt framesRyder Lee2020-07-213-18/+20
| | * | mt76: mt7915: use ieee80211_tx_queue_params to avoid open codedRyder Lee2020-07-213-19/+10
| | * | mt76: mt7915: add MU-MIMO supportRyder Lee2020-07-214-10/+87
| | * | mt76: mt7915: add a fixed AC queue mappingRyder Lee2020-07-214-11/+29
| | * | mt76: mt7615: add .set_tsf callbackRyder Lee2020-07-212-0/+22
| | * | mt76: add U-APSD support on AP sideLorenzo Bianconi2020-07-213-3/+68