index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2022-03-16
mt76: usb: introduce __mt76u_init utility routine
Lorenzo Bianconi
1
-81
/
+31
2022-03-16
mt76: usb: add req_type to ___mt76u_wr signature
Lorenzo Bianconi
1
-8
/
+9
2022-03-16
mt76: usb: add req_type to ___mt76u_rr signature
Lorenzo Bianconi
1
-8
/
+10
2021-10-20
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
1
-1
/
+1
2021-06-17
mt76: intialize tx queue entry wcid to 0xffff by default
Felix Fietkau
1
-0
/
+1
2021-01-27
mt76: usb: process URBs with status EPROTO properly
Lorenzo Bianconi
1
-0
/
+1
2020-12-20
mt76: usb: remove wake logic in mt76u_status_worker
Lorenzo Bianconi
1
-7
/
+0
2020-12-17
mt76: mt76u: fix NULL pointer dereference in mt76u_status_worker
Lorenzo Bianconi
1
-0
/
+2
2020-12-08
Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wireless
Kalle Valo
1
-30
/
+59
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
1
-6
/
+6
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
1
-3
/
+4
2020-12-04
mt76: mt76u: use dedicated thread for status work
Lorenzo Bianconi
1
-5
/
+15
2020-12-04
mt76: mt76u: rely on woker APIs for rx work
Lorenzo Bianconi
1
-16
/
+32
2020-12-04
wireless: mt76: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-12-02
mt76: usb: fix crash on device removal
Stanislaw Gruszka
1
-8
/
+9
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
1
-6
/
+8
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
1
-9
/
+7
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
1
-2
/
+0
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
1
-2
/
+0
2020-09-24
mt76: unify queue tx cleanup code
Felix Fietkau
1
-27
/
+7
2020-09-24
mt76: usb: fix use of q->head and q->tail
Felix Fietkau
1
-15
/
+15
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
1
-5
/
+17
2020-07-21
mt76: mt76u: add mt76_skb_adjust_pad utility routine
Lorenzo Bianconi
1
-29
/
+0
2020-07-21
mt76: move mt76 workqueue in common code
Lorenzo Bianconi
1
-16
/
+4
2020-07-21
mt76: usb: rely on mt76_for_each_q_rx
Lorenzo Bianconi
1
-29
/
+12
2020-07-21
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
1
-8
/
+9
2020-06-23
mt76: mt7663u: fix memory leaks in mt7663u_probe
Lorenzo Bianconi
1
-5
/
+17
2020-06-07
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
1
-8
/
+9
2020-05-12
mt76: mt76u: rely on mt7622 queue scheme for mt7663u
Lorenzo Bianconi
1
-2
/
+13
2020-03-17
mt76: mt76u: rely only on data buffer for usb control messagges
Lorenzo Bianconi
1
-4
/
+4
2020-03-17
mt76: mt76u: fix a possible memory leak in mt76u_init
Lorenzo Bianconi
1
-5
/
+12
2020-03-17
mt76: mt76u: loop over all possible rx queues in mt76u_rx_tasklet
Lorenzo Bianconi
1
-2
/
+9
2020-02-14
mt76: Introduce mt76_mcu data structure
Lorenzo Bianconi
1
-2
/
+1
2020-02-14
mt76: mt76u: rename stat_wq in wq
Lorenzo Bianconi
1
-7
/
+7
2020-02-14
mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flag
Lorenzo Bianconi
1
-12
/
+19
2020-02-14
mt76: mt76u: introduce mt76u_skb_dma_info routine
Lorenzo Bianconi
1
-0
/
+29
2020-02-14
mt76: mt76u: take into account different queue mapping for 7663
Lorenzo Bianconi
1
-1
/
+9
2020-02-14
mt76: mt76u: add {read/write}_extended utility routines
Lorenzo Bianconi
1
-26
/
+116
2020-02-14
mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routine
Lorenzo Bianconi
1
-0
/
+6
2020-02-14
mt76: mt76u: resume all rx queue in mt76u_resume_rx
Lorenzo Bianconi
1
-5
/
+16
2020-02-14
mt76: mt76u: add queue parameter to mt76u_rx_urb_alloc
Lorenzo Bianconi
1
-8
/
+9
2020-02-14
mt76: mt76u: add mt76u_alloc_rx_queue utility routine
Lorenzo Bianconi
1
-4
/
+5
2020-02-14
mt76: mt76u: stop/free all possible rx queues
Lorenzo Bianconi
1
-6
/
+19
2020-02-14
mt76: mt76u: introduce mt76u_free_rx_queue utility routine
Lorenzo Bianconi
1
-2
/
+9
2020-02-14
mt76: mt76u: move mcu buffer allocation in mt76x02u drivers
Lorenzo Bianconi
1
-5
/
+0
2020-02-14
mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffers
Lorenzo Bianconi
1
-5
/
+6
2020-02-14
mt76: mt76u: use mt76_queue as mt76u_complete_rx context
Lorenzo Bianconi
1
-7
/
+10
2020-02-14
mt76: mt76u: add mt76_queue to mt76u_refill_rx signature
Lorenzo Bianconi
1
-5
/
+7
2020-02-14
mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signature
Lorenzo Bianconi
1
-4
/
+3
[next]