index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2024-06-26
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
1
-1
/
+1
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
1
-0
/
+4
2023-10-28
net: fill in MODULE_DESCRIPTION()s in kuba@'s modules
Jakub Kicinski
1
-0
/
+1
2023-10-23
wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()
Kalle Valo
1
-1
/
+1
2023-08-25
Fix nomenclature for USB and PCI wireless devices
Alan Stern
1
-1
/
+1
2023-06-15
wifi: mt7601u: replace strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-05
wifi: mt7601u: delete dead code checking debugfs returns
Wang Jikai
1
-2
/
+0
2023-01-16
wifi: mt7601u: fix an integer underflow
Jisoo Jang
1
-1
/
+2
2022-10-10
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
1
-0
/
+1
2022-07-18
wifi: mt7601u: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-18
wifi: mt7601u: eeprom: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2
-2
/
+4
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
1
-3
/
+6
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
2
-3
/
+3
2021-10-13
mt7601u: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-22
mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.
Wei Mingzhi
1
-0
/
+1
2021-04-11
mt7601u: enable TDLS support
Lorenzo Bianconi
1
-0
/
+1
2021-04-11
mt7601u: fix always true expression
Colin Ian King
1
-1
/
+1
2021-02-06
Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2
-5
/
+19
2021-01-25
mt7601u: process tx URBs with status EPROTO properly
Lorenzo Bianconi
1
-0
/
+1
2021-01-25
mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batch
Lorenzo Bianconi
1
-5
/
+14
2021-01-25
mt7601u: fix kernel crash unplugging the device
Lorenzo Bianconi
1
-1
/
+1
2021-01-18
mt7601u: fix rx buffer refcounting
Lorenzo Bianconi
1
-2
/
+1
2021-01-14
mt7601u: check the status of device in calibration
Zhi Han
1
-0
/
+3
2021-01-14
mt7601u: process URBs in status EPROTO properly
Zhi Han
1
-0
/
+1
2020-11-07
wireless: mt7601u: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+6
2020-09-22
mt7601u: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-28
/
+6
2020-09-07
mt7601u: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-5
/
+5
2020-09-01
mt7601u: phy: Fix misnaming when documented function parameter 'dac'
Lee Jones
1
-1
/
+1
2020-08-02
mt7601u: add missing release on skb in mt7601u_mcu_msg_send
Navid Emamdoost
1
-1
/
+3
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2019-11-06
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
2
-2
/
+2
2019-10-31
mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
zhong jiang
1
-1
/
+1
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
1
-2
/
+1
2019-10-01
mt7601u: fix bbp version check in mt7601u_wait_bbp_ready
Lorenzo Bianconi
1
-1
/
+1
2019-08-06
mt7601u: null check the allocation
Navid Emamdoost
1
-0
/
+3
2019-07-24
mt7601u: use params->ssn value directly
Stanislaw Gruszka
1
-2
/
+2
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
[next]