index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7603
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-05-13
mt76: mt7915: add Wireless Ethernet Dispatch support
Felix Fietkau
1
-4
/
+4
2022-05-13
mt76: mt7603: move spin_lock_bh() to spin_lock()
Yunbo Yu
1
-4
/
+4
2022-05-13
mt76: fix MBSS index condition in DBDC mode
Evelyn Tsai
1
-3
/
+3
2022-05-13
mt76: fix use-after-free by removing a non-RCU wcid pointer
Felix Fietkau
1
-1
/
+1
2022-05-06
mt76: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+2
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
1
-7
/
+9
2022-03-16
mt76: use le32/16_get_bits() whenever possible
Ryder Lee
2
-7
/
+4
2022-02-24
mt76: improve signal strength reporting
Felix Fietkau
1
-5
/
+0
2022-02-03
mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update
Lorenzo Bianconi
1
-0
/
+3
2021-12-19
mt76: mt7603: improve reliability of tx powersave filtering
Felix Fietkau
1
-2
/
+3
2021-12-19
mt76: mt7603: introduce SAR support
Lorenzo Bianconi
2
-8
/
+27
2021-12-19
mt76: do not pass the received frame with decryption error
Xing Song
1
-0
/
+4
2021-10-20
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
1
-2
/
+2
2021-10-20
mt76: introduce packet_id idr
Lorenzo Bianconi
1
-0
/
+3
2021-10-20
mt76: disable BH around napi_schedule() calls
Felix Fietkau
1
-2
/
+5
2021-10-20
mt76: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-1
/
+1
2021-06-19
mt76: fix iv and CCMP header insertion
Ryder Lee
2
-22
/
+23
2021-06-19
mt76: make mt76_update_survey() per phy
Ryder Lee
2
-5
/
+5
2021-06-19
mt76: move mt76_rates in mt76 module
Lorenzo Bianconi
1
-30
/
+2
2021-06-17
mt76: mt7603: avoid use of ieee80211_tx_info_clear_status
Felix Fietkau
1
-1
/
+1
2021-04-21
mt76: dma: add the capability to define a custom rx napi poll routine
Lorenzo Bianconi
1
-1
/
+1
2021-04-21
mt76: improve mcu error logging
Lorenzo Bianconi
1
-3
/
+2
2021-04-21
mt76: flush tx status queue on DMA reset
Felix Fietkau
1
-0
/
+2
2021-04-12
mt76: report Rx timestamp
Ryder Lee
3
-15
/
+21
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
1
-1
/
+1
2021-04-11
mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded
Ryder Lee
1
-1
/
+1
2021-04-11
mt76: add support for 802.3 rx frames
Felix Fietkau
1
-1
/
+1
2021-01-27
mt76: move vif_mask back from mt76_phy to mt76_dev
Felix Fietkau
1
-3
/
+3
2021-01-26
mt76: mt7603: fix ED/CCA monitoring with single-stream devices
Felix Fietkau
1
-3
/
+7
2021-01-26
mt76: move mac_work in mt76_core module
Lorenzo Bianconi
4
-15
/
+13
2020-12-04
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
1
-2
/
+2
2020-12-04
mt76: move band capabilities in mt76_phy
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
4
-18
/
+17
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
3
-28
/
+26
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
2
-4
/
+6
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
1
-12
/
+15
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
3
-5
/
+5
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
1
-8
/
+2
2020-12-04
mt76: move mt76_mcu_send_firmware in common module
Lorenzo Bianconi
1
-22
/
+2
2020-12-04
mt76: mt7603: add additional EEPROM chip ID
David Bauer
1
-0
/
+1
2020-12-04
mt76: fix memory leak if device probing fails
Lorenzo Bianconi
1
-1
/
+2
2020-12-04
wireless: mt76: convert tasklets to use new tasklet_setup() API
Allen Pais
3
-5
/
+4
2020-12-04
mt76: mt7603: switch to .mcu_skb_send_msg
Felix Fietkau
1
-37
/
+6
[next]