summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt7601u/dma.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt7601u: fix an integer underflowJisoo Jang2023-01-161-1/+2
* mt7601u: Remove redundant initialization of variable retColin Ian King2021-10-131-1/+1
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-061-5/+16
|\
| * mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi2021-01-251-0/+1
| * mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi2021-01-251-5/+14
| * mt7601u: process URBs in status EPROTO properlyZhi Han2021-01-141-0/+1
* | mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi2021-01-251-1/+1
* | mt7601u: fix rx buffer refcountingLorenzo Bianconi2021-01-181-2/+1
|/
* wireless: mt7601u: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-6/+6
* mt7601u: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-071-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-261-20/+34
|\
| * mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2019-06-251-5/+16
| * mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi2019-06-251-15/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
|/
* mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi2019-02-011-3/+3
* mt7601u: check memory allocation failureChristophe Jaillet2017-08-241-0/+5
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* mt7601u: use linux/bitfield.hJakub Kicinski2016-09-091-1/+1
* mt7601u: lock out rx path and tx status reportingJakub Kicinski2015-08-101-0/+2
* mt7601u: fix tx status reporting contextsJakub Kicinski2015-08-101-4/+26
* mt7601u: use correct ieee80211_rx variantJakub Kicinski2015-08-101-1/+1
* mt7601u: watch out for invalid-length framesJakub Kicinski2015-06-081-2/+12
* mt7601u: unify paged and non-paged RX dma pathsJakub Kicinski2015-06-081-50/+12
* add mt7601u driverJakub Kicinski2015-05-281-0/+533