index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
mt76: mt7915: enable twt responder capability
Lorenzo Bianconi
1
-0
/
+2
2021-10-20
mt76: mt7915: introduce mt7915_mac_add_twt_setup routine
Lorenzo Bianconi
4
-0
/
+220
2021-10-20
mt76: mt7915: introduce mt7915_mcu_twt_agrt_update mcu command
Lorenzo Bianconi
3
-0
/
+79
2021-10-20
mt76: mt7915: introduce __mt7915_get_tsf routine
Lorenzo Bianconi
2
-6
/
+16
2021-10-20
mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmware
Sean Wang
3
-6
/
+8
2021-10-20
mt76: introduce __mt76_mcu_send_firmware routine
Lorenzo Bianconi
3
-10
/
+17
2021-10-20
mt76: support reading EEPROM data embedded in fdt
Daniel Golle
1
-0
/
+11
2021-10-20
mt76: schedule status timeout at dma completion
Lorenzo Bianconi
2
-3
/
+11
2021-10-20
mt76: substitute sk_buff_head status_list with spinlock_t status_lock
Lorenzo Bianconi
3
-11
/
+12
2021-10-20
mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
Lorenzo Bianconi
14
-19
/
+18
2021-10-20
mt76: introduce packet_id idr
Lorenzo Bianconi
8
-27
/
+82
2021-10-20
mt76: mt7921: add 6GHz support
Lorenzo Bianconi
4
-16
/
+64
2021-10-20
mt76: add 6GHz support
Lorenzo Bianconi
1
-8
/
+120
2021-10-20
mt76: connac: enable hw amsdu @ 6GHz
Lorenzo Bianconi
1
-1
/
+1
2021-10-20
mt76: connac: add 6GHz support to mt76_connac_mcu_uni_add_bss
Lorenzo Bianconi
2
-4
/
+15
2021-10-20
mt76: connac: add 6GHz support to mt76_connac_mcu_sta_tlv
Lorenzo Bianconi
2
-1
/
+20
2021-10-20
mt76: connac: set 6G phymode in single-sku support
Lorenzo Bianconi
3
-4
/
+49
2021-10-20
mt76: connac: add 6GHz support to mt76_connac_mcu_set_channel_domain
Lorenzo Bianconi
2
-6
/
+24
2021-10-20
mt76: connac: enable 6GHz band for hw scan
Lorenzo Bianconi
1
-2
/
+23
2021-10-20
mt76: connac: set 6G phymode in mt76_connac_get_phy_mode{,v2}
Lorenzo Bianconi
1
-4
/
+8
2021-10-20
mt76: mt7915: add mib counters to ethtool stats
Ben Greear
1
-0
/
+48
2021-10-20
mt76: mt7915: add more MIB registers
Ben Greear
3
-1
/
+194
2021-10-20
mt76: mt7915: add tx mu/su counters to mib
Ben Greear
4
-59
/
+93
2021-10-20
mt76: mt7915: add some per-station tx stats to ethtool
Ben Greear
1
-1
/
+85
2021-10-20
mt76: mt7915: add tx stats gathered from tx-status callbacks
Ben Greear
3
-8
/
+30
2021-10-20
mt76: mt7915: add ethtool stats support
Ben Greear
1
-0
/
+129
2021-10-20
mt76: mt7921: fix retrying release semaphore without end
Sean Wang
1
-1
/
+1
2021-10-20
mt76: mt7921: robustify hardware initialization flow
Sean Wang
2
-13
/
+41
2021-10-20
mt76: mt7915: fix possible infinite loop release semaphore
Lorenzo Bianconi
1
-1
/
+1
2021-10-20
mt76: mt7915: honor all possible error conditions in mt7915_mcu_init()
Lorenzo Bianconi
1
-6
/
+11
2021-10-20
mt76: move spin_lock_bh to spin_lock in tasklet
Xingbang Liu
1
-2
/
+2
2021-10-20
mt76: mt7921: remove mt7921_sta_stats
Lorenzo Bianconi
3
-14
/
+4
2021-10-20
mt76: mt7921: remove mcu rate reporting code
Lorenzo Bianconi
6
-198
/
+0
2021-10-20
mt76: mt7921: report tx rate directly from tx status
Lorenzo Bianconi
4
-102
/
+166
2021-10-20
mt76: mt7921: add support for tx status reporting
Lorenzo Bianconi
3
-8
/
+104
2021-10-20
mt76: mt7921: start reworking tx rate reporting
Lorenzo Bianconi
2
-36
/
+42
2021-10-20
mt76: mt7615: fix hwmon temp sensor mem use-after-free
Ryder Lee
1
-2
/
+4
2021-10-20
mt76: mt7915: fix hwmon temp sensor mem use-after-free
Ben Greear
1
-4
/
+6
2021-10-20
mt76: mt7915: enable configured beacon tx rate
Ryder Lee
2
-13
/
+50
2021-10-20
mt76: disable BH around napi_schedule() calls
Felix Fietkau
9
-4
/
+30
2021-10-20
mt76: fill boottime_ns in Rx path
Ryder Lee
1
-0
/
+5
2021-10-20
mt76: switch from 'pci_' to 'dma_' API
Christophe JAILLET
6
-6
/
+6
2021-10-20
mt76: fix boolreturn.cocci warnings
jing yangyang
1
-1
/
+1
2021-10-20
mt76: mt7921: update mib counters dumping phy stats
Lorenzo Bianconi
3
-2
/
+4
2021-10-20
mt76: mt7921: always wake device if necessary in debugfs
Lorenzo Bianconi
1
-0
/
+8
2021-10-20
mt76: mt7915: rename debugfs tx-queues
Ryder Lee
1
-5
/
+4
2021-10-20
mt76: mt7915: rework debugfs queue info
Ryder Lee
3
-25
/
+158
2021-10-20
mt76: mt7921: move mt7921_queue_rx_skb to mac.c
Lorenzo Bianconi
3
-39
/
+38
2021-10-20
mt76: mt7915: fix WMM index on DBDC cards
Felix Fietkau
1
-1
/
+1
2021-10-20
mt76: mt7915: improve code readability in mt7915_mcu_sta_bfer_ht
Lorenzo Bianconi
1
-1
/
+1
[prev]
[next]