index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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]