index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x02_mmio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
1
-14
/
+8
2020-09-24
mt76: mt76x02: tune tx ring size
Felix Fietkau
1
-2
/
+2
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
1
-10
/
+8
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
1
-1
/
+0
2020-09-24
mt76: mt76x02: clean up and fix interrupt masking in the irq handler
Felix Fietkau
1
-14
/
+11
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
1
-2
/
+3
2020-07-21
mt76: vif_mask to struct mt76_phy
Felix Fietkau
1
-1
/
+1
2020-06-23
mt76: mt76x02: do not access uninitialized NAPI structs
Felix Fietkau
1
-2
/
+3
2020-05-28
mt76: only iterate over initialized rx queues
Felix Fietkau
1
-1
/
+2
2020-05-28
mt76: fix per-driver wcid range checks after wcid array size bump
Felix Fietkau
1
-1
/
+1
2020-05-12
mt76: mt76x02: fix handling MCU timeouts during hw restart
Felix Fietkau
1
-0
/
+16
2020-03-17
mt76: mt76x02: reset MCU timeout counter earlier in watchdog reset
Felix Fietkau
1
-4
/
+1
2020-02-14
mt76: Introduce mt76_mcu data structure
Lorenzo Bianconi
1
-2
/
+2
2020-02-14
mt76: avoid extra RCU synchronization on station removal
Felix Fietkau
1
-0
/
+2
2020-02-14
mt76: move dev_irq tracepoint in mt76 module
Lorenzo Bianconi
1
-2
/
+2
2020-02-14
mt76: mt76x02: split beaconing
Markus Theil
1
-0
/
+7
2020-02-14
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
1
-4
/
+4
2020-02-14
mt76: keep a set of software tx queues per phy
Felix Fietkau
1
-1
/
+1
2020-02-14
mt76: add support for an extra wiphy in the main tx path
Felix Fietkau
1
-2
/
+2
2019-11-20
mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_start
Lorenzo Bianconi
1
-0
/
+1
2019-09-05
mt76: switch to SPDX tag instead of verbose boilerplate text
Ryder Lee
1
-12
/
+1
2019-09-05
mt76: mt76x02: fix some checkpatch warnings
Ryder Lee
1
-5
/
+6
2019-06-25
mt76: move netif_napi_del in mt76_dma_cleanup
Lorenzo Bianconi
1
-1
/
+0
2019-06-25
mt76: move tx_napi in mt76_dev
Lorenzo Bianconi
1
-9
/
+10
2019-05-01
mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_complete
Lorenzo Bianconi
1
-0
/
+3
2019-05-01
mt76: move pre_tbtt_tasklet in mt76_dev
Lorenzo Bianconi
1
-6
/
+6
2019-05-01
mt76: move beacon_mask in mt76_dev
Lorenzo Bianconi
1
-3
/
+3
2019-05-01
mt76: mt76x02: mt76x02_poll_tx() can be static
kbuild test robot
1
-1
/
+1
2019-05-01
mt76: introduce mt76_mcu_restart macro
Lorenzo Bianconi
1
-1
/
+1
2019-05-01
mt76: mt76x02: remove irqsave/restore in locking for tx status fifo
Felix Fietkau
1
-0
/
+1
2019-05-01
mt76: mt76x02: use napi polling for tx cleanup
Felix Fietkau
1
-13
/
+36
2019-05-01
mt76: set txwi_size according to the driver value
Lorenzo Bianconi
1
-1
/
+0
2019-05-01
mt76: only schedule txqs from the tx tasklet
Felix Fietkau
1
-0
/
+3
2019-05-01
mt76: move tx tasklet to struct mt76_dev
Felix Fietkau
1
-7
/
+8
2019-05-01
mt76: use readl/writel instead of ioread32/iowrite32
Felix Fietkau
1
-1
/
+1
2019-05-01
mt76x02: make beacon slots bigger for USB
Stanislaw Gruszka
1
-0
/
+2
2019-05-01
mt76x02: generalize some mmio beaconing functions
Stanislaw Gruszka
1
-89
/
+2
2019-05-01
mt76x02: introduce beacon_ops
Stanislaw Gruszka
1
-0
/
+24
2019-05-01
mt76x02: introduce mt76x02_beacon.c
Stanislaw Gruszka
1
-0
/
+12
2019-05-01
mt76: dma: add static qualifier to mt76_dma_tx_queue_skb
Lorenzo Bianconi
1
-2
/
+2
2019-05-01
mt76: introduce mt76_sw_queue data structure
Lorenzo Bianconi
1
-6
/
+13
2019-05-01
mt76: remove mt76_queue dependency from tx_queue_skb function pointer
Lorenzo Bianconi
1
-2
/
+2
2019-05-01
mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module
Lorenzo Bianconi
1
-16
/
+10
2019-05-01
mt76: mmio: move mt76x02_set_irq_mask in mt76 module
Lorenzo Bianconi
1
-12
/
+0
2019-03-19
mt76: fix schedule while atomic in mt76x02_reset_state
Lorenzo Bianconi
1
-9
/
+10
2019-03-07
mt76: mt76x2: implement full device restart on watchdog reset
Felix Fietkau
1
-8
/
+73
2019-02-26
mt76: mt76x02: issue watchdog reset on MCU request timeout
Felix Fietkau
1
-9
/
+19
2019-02-26
mt76: mt76x02: fix beacon timer drift adjustment
Felix Fietkau
1
-7
/
+7
2019-01-17
mt76: add channel switch announcement support
Felix Fietkau
1
-2
/
+11
2019-01-11
mt76: mmio: introduce mt76x02_check_tx_hang watchdog
Lorenzo Bianconi
1
-0
/
+124
[next]