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
2019-03-07
mt76: introduce q->stopped parameter
Lorenzo Bianconi
2019-02-26
mt76: remove no longer used routine declarations
Lorenzo Bianconi
2019-02-26
mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entry
Lorenzo Bianconi
2019-02-26
mt76: usb: simplify mt76u_tx_build_sg routine
Lorenzo Bianconi
2019-02-26
mt76: usb: simplify rx buffer allocation
Lorenzo Bianconi
2019-02-26
mt76: usb: introduce mt76u_fill_bulk_urb routine
Lorenzo Bianconi
2019-02-26
mt76: usb: fix warning in mt76u_buf_free
Lorenzo Bianconi
2019-02-26
mt76usb: remove usb_mcu.c
Stanislaw Gruszka
2019-02-26
mt76usb: use synchronous msg for mcu command responses
Stanislaw Gruszka
2019-02-18
mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rx
Lorenzo Bianconi
2019-02-18
mt76: usb: introduce disable_usb_sg parameter
Lorenzo Bianconi
2019-02-18
mt76: usb: use a linear buffer for tx/rx datapath if sg is not supported
Lorenzo Bianconi
2019-02-18
mt76: usb: do not use sg buffers for mcu messages
Lorenzo Bianconi
2019-02-18
mt76: usb: move mt76u_check_sg in usb.c
Lorenzo Bianconi
2019-02-18
mt76: usb: do not run mt76u_queues_deinit twice
Lorenzo Bianconi
2019-02-18
mt76: usb: fix possible memory leak in mt76u_buf_free
Lorenzo Bianconi
2019-02-18
mt76x02u: use usb_bulk_msg to upload firmware
Stanislaw Gruszka
2019-01-11
mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211
Lorenzo Bianconi
2019-01-11
mt76: usb: do not build the skb if reported len does not fit in buf_size
Lorenzo Bianconi
2018-11-30
mt76: add support for reporting tx status with skb
Felix Fietkau
2018-11-30
mt76: usb: fix static tracepoints
Lorenzo Bianconi
2018-11-30
mt76: clean up unused leftover EXPORT_SYMBOLs
Felix Fietkau
2018-10-13
mt76: allow to identify bus
Stanislaw Gruszka
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-05
treewide: Replace more open-coded allocation size multiplications
Kees Cook
2018-10-05
mt76: fix frag length allocation for usb
Stanislaw Gruszka
2018-10-01
mt76: usb: make rx page_frag_cache access atomic
Lorenzo Bianconi
2018-10-01
mt76: include linux/module.h in files using MODULE_*
Felix Fietkau
2018-10-01
mt76: usb: remove WARN_ON in mt76u_get_rx_entry_len
Lorenzo Bianconi
2018-09-19
mt76: use a per rx queue page fragment cache
Felix Fietkau
2018-09-19
mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.c
Lorenzo Bianconi
2018-09-19
mt76: usb: move mt76x02 mcu code in mt76x02-usb module
Lorenzo Bianconi
2018-09-19
mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()
Lorenzo Bianconi
2018-09-19
mt76: add rd_rp and wr_rp to bus_ops/mcu_ops
Stanislaw Gruszka
2018-09-19
mt76: add usb implementation of {wr,rd}_rp
Stanislaw Gruszka
2018-09-19
mt76: add mt76_mcu_ops data structure for mcu related pointers
Lorenzo Bianconi
2018-09-19
mt76: unify AC to hw queue mapping
Stanislaw Gruszka
2018-08-02
mt76: add usb support to mt76 layer
Lorenzo Bianconi