index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7603
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
wifi: mt76: mt76_eeprom_override to int
Rosen Penev
1
-2
/
+1
2025-09-15
wifi: mt76: fix potential memory leak in mt76_wmac_probe()
Abdun Nihaal
1
-1
/
+1
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+3
2025-07-07
wifi: mt76: add a wrapper for wcid access with validation
Felix Fietkau
2
-9
/
+3
2025-06-24
wifi: cfg80211/mac80211: Add support to get radio index
Roopni Devanathan
1
-2
/
+3
2025-01-27
wifi: mt76: move napi_enable() from under BH
Jakub Kicinski
1
-5
/
+4
2025-01-14
wifi: mt76: remove dev->wcid_phy_mask
Felix Fietkau
1
-1
/
+1
2025-01-14
wifi: mt76: initialize more wcid fields mt76_wcid_init
Felix Fietkau
1
-3
/
+1
2025-01-14
wifi: mt76: do not add wcid entries to sta poll list during MCU reset
Felix Fietkau
1
-6
/
+1
2024-11-11
wifi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-06
wifi: mt76: change .sta_assoc callback to .sta_event
Felix Fietkau
3
-7
/
+13
2024-09-06
wifi: mt76: partially move channel change code to core
Felix Fietkau
4
-21
/
+10
2024-09-06
wifi: mt76: mt7603: initialize chainmask
Felix Fietkau
1
-0
/
+1
2024-09-06
wifi: mt76: mt7603: fix reading target power from eeprom
Felix Fietkau
1
-2
/
+4
2024-09-06
wifi: mt76: mt7603: fix mixed declarations and code
Felix Fietkau
1
-2
/
+2
2024-06-27
Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-1
/
+1
2024-06-26
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
1
-1
/
+1
2024-06-20
wifi: mt76: un-embedd netdev from mt76_dev
Breno Leitao
1
-1
/
+1
2024-05-02
wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset
Felix Fietkau
1
-0
/
+1
2024-05-02
wifi: mt76: mt7603: fix tx queue of loopback packets
Felix Fietkau
1
-14
/
+32
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
1
-0
/
+4
2024-01-31
wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers
Breno Leitao
1
-0
/
+1
2023-12-07
wifi: mt76: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+2
2023-12-07
wifi: mt76: introduce wed pointer in mt76_queue
Lorenzo Bianconi
1
-4
/
+5
2023-09-30
wifi: mt76: fix race condition related to checking tx queue fill status
Felix Fietkau
1
-2
/
+2
2023-09-30
wifi: mt76: mt7603: disable A-MSDU tx support on MT7628
Felix Fietkau
1
-0
/
+1
2023-09-30
wifi: mt76: mt7603: add missing register initialization for MT7628
Felix Fietkau
1
-0
/
+7
2023-09-30
wifi: mt76: mt7603: improve stuck beacon handling
Felix Fietkau
2
-21
/
+60
2023-09-30
wifi: mt76: mt7603: improve watchdog reset reliablity
Felix Fietkau
1
-17
/
+12
2023-09-30
wifi: mt76: mt7603: rework/fix rx pse hang check
Felix Fietkau
2
-7
/
+18
2023-08-25
Fix nomenclature for USB and PCI wireless devices
Alan Stern
1
-1
/
+1
2023-07-26
wifi: mt76: mt7603: fix tx filter/flush function
Felix Fietkau
4
-7
/
+28
2023-07-26
wifi: mt76: mt7603: fix beacon interval after disabling a single vif
Felix Fietkau
1
-1
/
+2
2023-07-25
wifi: mt76: mt7603: rely on shared poll_list field
Lorenzo Bianconi
3
-11
/
+10
2023-07-25
wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock
Lorenzo Bianconi
4
-18
/
+13
2023-04-21
Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-1
/
+4
2023-04-17
wifi: mt76: add missing locking to protect against concurrent rx/status calls
Felix Fietkau
1
-1
/
+4
2023-04-03
wifi: mt76: ignore key disable commands
Felix Fietkau
1
-5
/
+5
2023-02-03
wifi: mt76: mt7603: avoid mcu_restart function pointer
Lorenzo Bianconi
1
-2
/
+1
2022-12-09
wifi: mt76: move leds struct in mt76_phy
Lorenzo Bianconi
1
-15
/
+15
2022-12-09
wifi: mt76: move leds field in leds struct
Lorenzo Bianconi
1
-10
/
+10
2022-12-01
wifi: mt76: add info parameter to rx_skb signature
Sujuan Chen
2
-2
/
+2
2022-12-01
wifi: mt76: move aggr_stats array in mt76_phy
Lorenzo Bianconi
2
-4
/
+4
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
1
-1
/
+1
2022-07-18
Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wireless
Kalle Valo
1
-3
/
+3
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
1
-1
/
+2
2022-07-11
mt76: pass original queue id from __mt76_tx_queue_skb to the driver
Felix Fietkau
1
-3
/
+3
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
1
-1
/
+1
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
-1
/
+1
[next]