index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
usb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queue
Lorenzo Bianconi
2023-02-26
1
-0
/
+1
*
wifi: mt76: switch to page_pool allocator
Lorenzo Bianconi
2023-02-03
1
-22
/
+20
*
wifi: mt76: add info parameter to rx_skb signature
Sujuan Chen
2022-12-01
1
-1
/
+1
*
wifi: mt76: do not run mt76u_status_worker if the device is not running
Lorenzo Bianconi
2022-12-01
1
-4
/
+7
*
wifi: mt76: add rx_check callback for usb devices
Lorenzo Bianconi
2022-09-15
1
-0
/
+5
*
mt76: remove q->qid
Felix Fietkau
2022-07-11
1
-1
/
+0
*
mt76: pass original queue id from __mt76_tx_queue_skb to the driver
Felix Fietkau
2022-07-11
1
-3
/
+3
*
net: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
1
-1
/
+1
*
mt76: usb: introduce __mt76u_init utility routine
Lorenzo Bianconi
2022-03-16
1
-81
/
+31
*
mt76: usb: add req_type to ___mt76u_wr signature
Lorenzo Bianconi
2022-03-16
1
-8
/
+9
*
mt76: usb: add req_type to ___mt76u_rr signature
Lorenzo Bianconi
2022-03-16
1
-8
/
+10
*
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
2021-10-20
1
-1
/
+1
*
mt76: intialize tx queue entry wcid to 0xffff by default
Felix Fietkau
2021-06-17
1
-0
/
+1
*
mt76: usb: process URBs with status EPROTO properly
Lorenzo Bianconi
2021-01-27
1
-0
/
+1
*
mt76: usb: remove wake logic in mt76u_status_worker
Lorenzo Bianconi
2020-12-20
1
-7
/
+0
*
mt76: mt76u: fix NULL pointer dereference in mt76u_status_worker
Lorenzo Bianconi
2020-12-17
1
-0
/
+2
*
Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wireless
Kalle Valo
2020-12-08
1
-30
/
+59
|
\
|
*
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
2020-12-04
1
-6
/
+6
|
*
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
2020-12-04
1
-3
/
+4
|
*
mt76: mt76u: use dedicated thread for status work
Lorenzo Bianconi
2020-12-04
1
-5
/
+15
|
*
mt76: mt76u: rely on woker APIs for rx work
Lorenzo Bianconi
2020-12-04
1
-16
/
+32
|
*
wireless: mt76: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-12-04
1
-3
/
+3
*
|
mt76: usb: fix crash on device removal
Stanislaw Gruszka
2020-12-02
1
-8
/
+9
|
/
*
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-09-24
1
-1
/
+1
*
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
1
-6
/
+8
*
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
1
-9
/
+7
*
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
2020-09-24
1
-2
/
+0
*
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
2020-09-24
1
-2
/
+0
*
mt76: unify queue tx cleanup code
Felix Fietkau
2020-09-24
1
-27
/
+7
*
mt76: usb: fix use of q->head and q->tail
Felix Fietkau
2020-09-24
1
-15
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2020-08-04
1
-5
/
+17
|
\
|
*
mt76: mt7663u: fix memory leaks in mt7663u_probe
Lorenzo Bianconi
2020-06-23
1
-5
/
+17
|
*
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
2020-06-07
1
-8
/
+9
*
|
mt76: mt76u: add mt76_skb_adjust_pad utility routine
Lorenzo Bianconi
2020-07-21
1
-29
/
+0
*
|
mt76: move mt76 workqueue in common code
Lorenzo Bianconi
2020-07-21
1
-16
/
+4
*
|
mt76: usb: rely on mt76_for_each_q_rx
Lorenzo Bianconi
2020-07-21
1
-29
/
+12
*
|
mt76: mt7615: fix hw queue mapping
Lorenzo Bianconi
2020-07-21
1
-8
/
+9
|
/
*
mt76: mt76u: rely on mt7622 queue scheme for mt7663u
Lorenzo Bianconi
2020-05-12
1
-2
/
+13
*
mt76: mt76u: rely only on data buffer for usb control messagges
Lorenzo Bianconi
2020-03-17
1
-4
/
+4
*
mt76: mt76u: fix a possible memory leak in mt76u_init
Lorenzo Bianconi
2020-03-17
1
-5
/
+12
*
mt76: mt76u: loop over all possible rx queues in mt76u_rx_tasklet
Lorenzo Bianconi
2020-03-17
1
-2
/
+9
*
mt76: Introduce mt76_mcu data structure
Lorenzo Bianconi
2020-02-14
1
-2
/
+1
*
mt76: mt76u: rename stat_wq in wq
Lorenzo Bianconi
2020-02-14
1
-7
/
+7
*
mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flag
Lorenzo Bianconi
2020-02-14
1
-12
/
+19
*
mt76: mt76u: introduce mt76u_skb_dma_info routine
Lorenzo Bianconi
2020-02-14
1
-0
/
+29
*
mt76: mt76u: take into account different queue mapping for 7663
Lorenzo Bianconi
2020-02-14
1
-1
/
+9
*
mt76: mt76u: add {read/write}_extended utility routines
Lorenzo Bianconi
2020-02-14
1
-26
/
+116
*
mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routine
Lorenzo Bianconi
2020-02-14
1
-0
/
+6
*
mt76: mt76u: resume all rx queue in mt76u_resume_rx
Lorenzo Bianconi
2020-02-14
1
-5
/
+16
*
mt76: mt76u: add queue parameter to mt76u_rx_urb_alloc
Lorenzo Bianconi
2020-02-14
1
-8
/
+9
[next]