aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka1-5/+6
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka1-24/+54
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi1-6/+8
2019-05-01mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi1-8/+12
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-3/+3
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau1-1/+2
2019-05-01mt76usb: remove queue variable from rx_taskletStanislaw Gruszka1-3/+3
2019-05-01mt76usb: allocate urb and sg as linear dataStanislaw Gruszka1-10/+10
2019-05-01mt76usb: remove unneded sg_init_tableStanislaw Gruszka1-2/+0
2019-05-01mt76usb: resue mt76u_urb_alloc for txStanislaw Gruszka1-17/+18
2019-05-01mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_allocStanislaw Gruszka1-11/+8
2019-05-01mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka1-67/+63
2019-05-01mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka1-8/+5
2019-05-01mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka1-25/+31
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka1-9/+4
2019-05-01mt76usb: change mt76u_fill_rx_sg argumentsStanislaw Gruszka1-5/+6
2019-05-01mt76: remove rx_page_lockStanislaw Gruszka1-7/+1
2019-05-01mt76usb: change mt76u_submit_bufStanislaw Gruszka1-18/+12
2019-05-01mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka1-1/+6
2019-05-01mt76: usb: reduce code indentation in mt76u_alloc_txLorenzo Bianconi1-9/+8
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-8/+15
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi1-1/+1
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi1-1/+1
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi1-1/+2
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi1-1/+5
2019-02-26mt76: remove no longer used routine declarationsLorenzo Bianconi1-6/+5
2019-02-26mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi1-1/+1
2019-02-26mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi1-14/+3
2019-02-26mt76: usb: simplify rx buffer allocationLorenzo Bianconi1-49/+27
2019-02-26mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi1-19/+26
2019-02-26mt76: usb: fix warning in mt76u_buf_freeLorenzo Bianconi1-7/+2
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka1-0/+5
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka1-1/+0
2019-02-18mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi1-1/+2
2019-02-18mt76: usb: introduce disable_usb_sg parameterLorenzo Bianconi1-1/+5
2019-02-18mt76: usb: use a linear buffer for tx/rx datapath if sg is not supportedLorenzo Bianconi1-33/+54
2019-02-18mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi1-7/+31
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi1-1/+13
2019-02-18mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi1-9/+2
2019-02-18mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi1-4/+10
2019-02-18mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka1-1/+0
2019-01-11mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211Lorenzo Bianconi1-4/+6
2019-01-11mt76: usb: do not build the skb if reported len does not fit in buf_sizeLorenzo Bianconi1-6/+4
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-0/+1
2018-11-30mt76: usb: fix static tracepointsLorenzo Bianconi1-0/+5
2018-11-30mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau1-4/+2
2018-10-13mt76: allow to identify busStanislaw Gruszka1-0/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-5/+5
2018-10-05mt76: fix frag length allocation for usbStanislaw Gruszka1-1/+1