Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski
2022-02-03mt76: mt76x02: improve tx hang detectionFelix Fietkau
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi
2021-10-20mt76: move spin_lock_bh to spin_lock in taskletXingbang Liu
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau
2021-04-12mt76: use threaded NAPIFelix Fietkau
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: mt76x02: clean up and fix interrupt masking in the irq handlerFelix Fietkau
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau
2020-06-23mt76: mt76x02: do not access uninitialized NAPI structsFelix Fietkau
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau
2020-05-12mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau
2020-03-17mt76: mt76x02: reset MCU timeout counter earlier in watchdog resetFelix Fietkau
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi
2020-02-14mt76: mt76x02: split beaconingMarkus Theil
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-20mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_startLorenzo Bianconi
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi
2019-06-25mt76: move tx_napi in mt76_devLorenzo Bianconi
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi
2019-05-01mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi
2019-05-01mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau
2019-05-01mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi