index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt7601u
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-26
Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...
David S. Miller
2
-22
/
+36
2019-06-25
mt7601u: fix possible memory leak when the device is disconnected
Lorenzo Bianconi
2
-7
/
+18
2019-06-25
mt7601u: do not schedule rx_tasklet when the device has been disconnected
Lorenzo Bianconi
1
-15
/
+18
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
23
-207
/
+23
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-03-19
mt7601u: check chip version on probe
Stanislaw Gruszka
1
-0
/
+4
2019-02-01
mt7601u: do not use WARN_ON in the datapath
Lorenzo Bianconi
1
-3
/
+3
2019-02-01
mt7601u: bump supported EEPROM version
Stanislaw Gruszka
1
-1
/
+1
2018-07-30
mt7601u: expose 802.11w support
Davide Caratti
1
-0
/
+1
2018-07-30
mt7601u: use sw encryption for hw unsupported ciphers
Lorenzo Bianconi
1
-0
/
+11
2018-06-24
mt7601u: remove warning when avg_rssi is zero
Stanislaw Gruszka
1
-2
/
+4
2018-04-24
mt7601u: run calibration works after finishing scanning
Stanislaw Gruszka
1
-0
/
+6
2018-04-24
mt7601u: use EWMA to calculate avg_rssi
Stanislaw Gruszka
3
-6
/
+13
2018-04-24
mt7601u: phy: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-04-04
Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+3
2018-03-28
net/mediatek: disambiguate mt76 vs mt7601u trace events
Alexei Starovoitov
1
-3
/
+3
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
1
-9
/
+7
2018-03-22
mt7601u: use firmware_request_cache() to address cache on reboot
Luis R. Rodriguez
1
-1
/
+1
2018-03-13
mt7601u: let mac80211 validate rx CCMP PN
Lorenzo Bianconi
2
-1
/
+10
2018-03-13
mt7601u: simplify mt7601u_mcu_msg_alloc signature
Lorenzo Bianconi
1
-4
/
+3
2018-03-13
mt7601u: remove a warning in mt7601u_efuse_physical_size_check()
Lorenzo Bianconi
1
-1
/
+1
2018-02-28
mt7601u: make write with mask access atomic
Lorenzo Bianconi
2
-16
/
+39
2018-02-28
mt7601u: set device mac address in mt7601u_add_interface()
Lorenzo Bianconi
1
-0
/
+3
2018-02-28
mt7601u: move mt7601u_set_macaddr in mac related code
Lorenzo Bianconi
3
-22
/
+19
2017-08-24
mt7601u: check memory allocation failure
Christophe Jaillet
1
-0
/
+5
2017-08-10
mt7601u: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2
-3
/
+3
2017-04-28
Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...
David S. Miller
1
-6
/
+6
2017-04-28
mac80211: separate encoding/bandwidth from flags
Johannes Berg
1
-2
/
+2
2017-04-28
mac80211: clean up rate encoding bits in RX status
Johannes Berg
1
-6
/
+6
2017-04-26
mt7601u: check return value of alloc_skb
Pan Bian
1
-2
/
+8
2017-03-06
wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers
Andrew Zaborowski
1
-0
/
+2
2016-12-16
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
1
-2
/
+0
2016-11-29
mt7601u: wait for clear rxq when stopping mac
Anthony Romano
2
-7
/
+10
2016-09-09
mt7601u: use linux/bitfield.h
Jakub Kicinski
10
-155
/
+81
2016-09-09
mt7601u: remove unnecessary include
Jakub Kicinski
1
-1
/
+0
2016-09-09
mt7601u: remove redefinition of GENMASK
Jakub Kicinski
1
-4
/
+0
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-2
/
+2
2016-03-07
mt7601u: do not free dma_buf when ivp allocation fails
Colin Ian King
1
-1
/
+3
2016-01-14
mac80211: pass block ack session timeout to to driver
Sara Sharon
1
-3
/
+5
2015-09-22
mac80211: allow to transmit A-MSDU within A-MPDU
Emmanuel Grumbach
1
-1
/
+2
2015-08-10
mt7601u: lock out rx path and tx status reporting
Jakub Kicinski
5
-3
/
+11
2015-08-10
mt7601u: fix tx status reporting contexts
Jakub Kicinski
4
-4
/
+33
2015-08-10
mt7601u: use correct ieee80211_rx variant
Jakub Kicinski
1
-1
/
+1
2015-08-10
mt7601u: fix dma from stack address
Jakub Kicinski
3
-35
/
+34
2015-06-23
Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.or...
David S. Miller
6
-54
/
+45
2015-06-15
mt7601u: don't warn about devices without per-rate power table
Jakub Kicinski
1
-0
/
+4
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-5
/
+5
[next]