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.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
2019-05-01
mt76: usb: use EP max packet aligned buffer sizes for rx
Stanislaw Gruszka
1
-5
/
+6
2019-05-01
mt76usb: fix tx/rx stop
Stanislaw Gruszka
1
-24
/
+54
2019-05-01
mt76: add skb pointer to mt76_tx_info
Lorenzo Bianconi
1
-6
/
+8
2019-05-01
mt76: usb: reduce locking in mt76u_tx_tasklet
Lorenzo Bianconi
1
-8
/
+12
2019-05-01
mt76: move tx tasklet to struct mt76_dev
Felix Fietkau
1
-3
/
+3
2019-05-01
mt76: use mac80211 txq scheduling
Felix Fietkau
1
-1
/
+2
2019-05-01
mt76usb: remove queue variable from rx_tasklet
Stanislaw Gruszka
1
-3
/
+3
2019-05-01
mt76usb: allocate urb and sg as linear data
Stanislaw Gruszka
1
-10
/
+10
2019-05-01
mt76usb: remove unneded sg_init_table
Stanislaw Gruszka
1
-2
/
+0
2019-05-01
mt76usb: resue mt76u_urb_alloc for tx
Stanislaw Gruszka
1
-17
/
+18
2019-05-01
mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_alloc
Stanislaw Gruszka
1
-11
/
+8
2019-05-01
mt76usb: remove mt76u_buf and use urb directly
Stanislaw Gruszka
1
-67
/
+63
2019-05-01
mt76usb: move mt76u_buf->done to queue entry
Stanislaw Gruszka
1
-8
/
+5
2019-05-01
mt76usb: remove mt76u_buf redundant fileds
Stanislaw Gruszka
1
-25
/
+31
2019-05-01
mt76usb: use usb_dev private data
Stanislaw Gruszka
1
-9
/
+4
2019-05-01
mt76usb: change mt76u_fill_rx_sg arguments
Stanislaw Gruszka
1
-5
/
+6
2019-05-01
mt76: remove rx_page_lock
Stanislaw Gruszka
1
-7
/
+1
2019-05-01
mt76usb: change mt76u_submit_buf
Stanislaw Gruszka
1
-18
/
+12
2019-05-01
mt76x02u: add mt76_release_buffered_frames
Stanislaw Gruszka
1
-1
/
+6
2019-05-01
mt76: usb: reduce code indentation in mt76u_alloc_tx
Lorenzo Bianconi
1
-9
/
+8
2019-05-01
mt76: introduce mt76_sw_queue data structure
Lorenzo Bianconi
1
-8
/
+15
2019-05-01
mt76: remove mt76_queue dependency from tx_complete_skb function pointer
Lorenzo Bianconi
1
-1
/
+1
2019-05-01
mt76: remove mt76_queue dependency from tx_prepare_skb function pointer
Lorenzo Bianconi
1
-1
/
+1
2019-05-01
mt76: remove mt76_queue dependency from tx_queue_skb function pointer
Lorenzo Bianconi
1
-1
/
+2
2019-03-07
mt76: introduce q->stopped parameter
Lorenzo Bianconi
1
-1
/
+5
2019-02-26
mt76: remove no longer used routine declarations
Lorenzo Bianconi
1
-6
/
+5
2019-02-26
mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entry
Lorenzo Bianconi
1
-1
/
+1
2019-02-26
mt76: usb: simplify mt76u_tx_build_sg routine
Lorenzo Bianconi
1
-14
/
+3
2019-02-26
mt76: usb: simplify rx buffer allocation
Lorenzo Bianconi
1
-49
/
+27
2019-02-26
mt76: usb: introduce mt76u_fill_bulk_urb routine
Lorenzo Bianconi
1
-19
/
+26
2019-02-26
mt76: usb: fix warning in mt76u_buf_free
Lorenzo Bianconi
1
-7
/
+2
2019-02-26
mt76usb: remove usb_mcu.c
Stanislaw Gruszka
1
-0
/
+5
2019-02-26
mt76usb: use synchronous msg for mcu command responses
Stanislaw Gruszka
1
-1
/
+0
2019-02-18
mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rx
Lorenzo Bianconi
1
-1
/
+2
2019-02-18
mt76: usb: introduce disable_usb_sg parameter
Lorenzo Bianconi
1
-1
/
+5
2019-02-18
mt76: usb: use a linear buffer for tx/rx datapath if sg is not supported
Lorenzo Bianconi
1
-33
/
+54
2019-02-18
mt76: usb: do not use sg buffers for mcu messages
Lorenzo Bianconi
1
-7
/
+31
2019-02-18
mt76: usb: move mt76u_check_sg in usb.c
Lorenzo Bianconi
1
-1
/
+13
2019-02-18
mt76: usb: do not run mt76u_queues_deinit twice
Lorenzo Bianconi
1
-9
/
+2
2019-02-18
mt76: usb: fix possible memory leak in mt76u_buf_free
Lorenzo Bianconi
1
-4
/
+10
2019-02-18
mt76x02u: use usb_bulk_msg to upload firmware
Stanislaw Gruszka
1
-1
/
+0
2019-01-11
mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211
Lorenzo Bianconi
1
-4
/
+6
2019-01-11
mt76: usb: do not build the skb if reported len does not fit in buf_size
Lorenzo Bianconi
1
-6
/
+4
2018-11-30
mt76: add support for reporting tx status with skb
Felix Fietkau
1
-0
/
+1
2018-11-30
mt76: usb: fix static tracepoints
Lorenzo Bianconi
1
-0
/
+5
2018-11-30
mt76: clean up unused leftover EXPORT_SYMBOLs
Felix Fietkau
1
-4
/
+2
2018-10-13
mt76: allow to identify bus
Stanislaw Gruszka
1
-0
/
+1
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2018-10-06
treewide: Replace more open-coded allocation size multiplications
Kees Cook
1
-5
/
+5
2018-10-05
mt76: fix frag length allocation for usb
Stanislaw Gruszka
1
-1
/
+1
[next]