aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt7601u/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-13mt7601u: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-5/+16
2021-01-25mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi1-0/+1
2021-01-25mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi1-5/+14
2021-01-25mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi1-1/+1
2021-01-18mt7601u: fix rx buffer refcountingLorenzo Bianconi1-2/+1
2021-01-14mt7601u: process URBs in status EPROTO properlyZhi Han1-0/+1
2020-11-07wireless: mt7601u: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-09-07mt7601u: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-20/+34
2019-06-25mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi1-5/+16
2019-06-25mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi1-15/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-02-01mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi1-3/+3
2017-08-24mt7601u: check memory allocation failureChristophe Jaillet1-0/+5
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2016-09-09mt7601u: use linux/bitfield.hJakub Kicinski1-1/+1
2015-08-10mt7601u: lock out rx path and tx status reportingJakub Kicinski1-0/+2
2015-08-10mt7601u: fix tx status reporting contextsJakub Kicinski1-4/+26
2015-08-10mt7601u: use correct ieee80211_rx variantJakub Kicinski1-1/+1
2015-06-08mt7601u: watch out for invalid-length framesJakub Kicinski1-2/+12
2015-06-08mt7601u: unify paged and non-paged RX dma pathsJakub Kicinski1-50/+12
2015-05-28add mt7601u driverJakub Kicinski1-0/+533