index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
usb.c
Age
Commit message (
Expand
)
Author
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: unify queue tx cleanup code
Felix Fietkau
2020-09-24
mt76: usb: fix use of q->head and q->tail
Felix Fietkau
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2020-07-21
mt76: mt76u: add mt76_skb_adjust_pad utility routine
Lorenzo Bianconi
2020-07-21
mt76: move mt76 workqueue in common code
Lorenzo Bianconi
2020-07-21
mt76: usb: rely on mt76_for_each_q_rx
Lorenzo Bianconi
2020-07-21
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
2020-06-23
mt76: mt7663u: fix memory leaks in mt7663u_probe
Lorenzo Bianconi
2020-06-07
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
2020-05-12
mt76: mt76u: rely on mt7622 queue scheme for mt7663u
Lorenzo Bianconi
2020-03-17
mt76: mt76u: rely only on data buffer for usb control messagges
Lorenzo Bianconi
2020-03-17
mt76: mt76u: fix a possible memory leak in mt76u_init
Lorenzo Bianconi
2020-03-17
mt76: mt76u: loop over all possible rx queues in mt76u_rx_tasklet
Lorenzo Bianconi
2020-02-14
mt76: Introduce mt76_mcu data structure
Lorenzo Bianconi
2020-02-14
mt76: mt76u: rename stat_wq in wq
Lorenzo Bianconi
2020-02-14
mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flag
Lorenzo Bianconi
2020-02-14
mt76: mt76u: introduce mt76u_skb_dma_info routine
Lorenzo Bianconi
2020-02-14
mt76: mt76u: take into account different queue mapping for 7663
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add {read/write}_extended utility routines
Lorenzo Bianconi
2020-02-14
mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routine
Lorenzo Bianconi
2020-02-14
mt76: mt76u: resume all rx queue in mt76u_resume_rx
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add queue parameter to mt76u_rx_urb_alloc
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add mt76u_alloc_rx_queue utility routine
Lorenzo Bianconi
2020-02-14
mt76: mt76u: stop/free all possible rx queues
Lorenzo Bianconi
2020-02-14
mt76: mt76u: introduce mt76u_free_rx_queue utility routine
Lorenzo Bianconi
2020-02-14
mt76: mt76u: move mcu buffer allocation in mt76x02u drivers
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffers
Lorenzo Bianconi
2020-02-14
mt76: mt76u: use mt76_queue as mt76u_complete_rx context
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add mt76_queue to mt76u_refill_rx signature
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signature
Lorenzo Bianconi
2020-02-14
mt76: mt76u: add mt76u_process_rx_queue utility routine
Lorenzo Bianconi
2020-02-14
mt76: mt76u: check tx_status_data pointer in mt76u_tx_tasklet
Lorenzo Bianconi
2020-02-14
mt76: usb: use max packet length for m76u_copy
Stanislaw Gruszka
2020-02-14
mt76: speed up usb bulk copy
Markus Theil
2020-02-14
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
2020-02-14
mt76: keep a set of software tx queues per phy
Felix Fietkau
2020-02-14
mt76: add support for an extra wiphy in the main tx path
Felix Fietkau
2020-02-14
mt76: move initialization of some struct members to mt76_alloc_device
Felix Fietkau
2019-11-20
mt76: mt76u: rely on a dedicated stats workqueue
Lorenzo Bianconi
2019-11-20
mt76: mt76u: rely on usb_interface instead of usb_dev
Lorenzo Bianconi
2019-11-20
mt76: usb: add lockdep_assert_held in __mt76u_vendor_request
Lorenzo Bianconi
2019-09-05
mt76: fix some checkpatch warnings
Ryder Lee
2019-09-05
mt76: switch to SPDX tag instead of verbose boilerplate text
Ryder Lee
2019-09-05
mt76: introduce mt76_mmio_read_copy routine
Lorenzo Bianconi
2019-09-05
mt76: usb: remove unneeded {put,get}_unaligned
Stanislaw Gruszka
2019-09-05
mt76: usb: fix endian in mt76u_copy
Stanislaw Gruszka
[next]