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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
mt76: mt7921: introduce stats reporting through ethtool
Lorenzo Bianconi
1
-0
/
+116
2021-10-20
mt76: mt7921: add some more MIB counters
Lorenzo Bianconi
3
-1
/
+71
2021-10-20
mt76: do not reset MIB counters in get_stats callback
Lorenzo Bianconi
3
-6
/
+1
2021-10-20
mt76: mt7915: move tx amsdu stats in mib_stats
Lorenzo Bianconi
4
-13
/
+19
2021-10-20
mt76: mt7915: run mt7915_get_et_stats holding mt76 mutex
Lorenzo Bianconi
4
-2
/
+13
2021-10-20
mt76: move mt76_ethtool_worker_info in mt76 module
Lorenzo Bianconi
3
-40
/
+45
2021-10-20
mt76: move mt76_sta_stats in mt76.h
Lorenzo Bianconi
4
-10
/
+10
2021-10-20
mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offset
Richard Huynh
1
-1
/
+1
2021-10-20
mt76: mt7921s: add reset support
Sean Wang
8
-1
/
+184
2021-10-20
mt76: mt7921: introduce mt7921s support
Sean Wang
11
-15
/
+637
2021-10-20
mt76: mt7921: refactor mt7921_mcu_send_message
Sean Wang
3
-8
/
+23
2021-10-20
mt76: mt7921: rely on mcu_get_nic_capability
Sean Wang
7
-123
/
+10
2021-10-20
mt76: connac: extend mcu_get_nic_capability
Sean Wang
2
-0
/
+67
2021-10-20
mt76: sdio: extend sdio module to support CONNAC2
Sean Wang
5
-6
/
+53
2021-10-20
mt76: sdio: introduce parse_irq callback
Lorenzo Bianconi
5
-15
/
+51
2021-10-20
mt76: sdio: move common code in mt76_sdio module
Lorenzo Bianconi
9
-313
/
+343
2021-10-20
mt76: mt7921: use physical addr to unify register access
Sean Wang
2
-24
/
+25
2021-10-20
mt76: mt7921: make all event parser reusable between mt7921s and mt7921e
Sean Wang
1
-1
/
+6
2021-10-20
mt76: mt7663s: rely on mcu reg access utility
Sean Wang
3
-32
/
+2
2021-10-20
mt76: connac: move mcu reg access utility routines in mt76_connac_lib module
Sean Wang
2
-0
/
+29
2021-10-20
mt76: mt7921: add MT7921_COMMON module
Sean Wang
6
-5
/
+34
2021-10-20
mt76: mt7921: refactor init.c to be bus independent
Sean Wang
4
-27
/
+38
2021-10-20
mt76: mt7921: refactor mcu.c to be bus independent
Sean Wang
8
-95
/
+130
2021-10-20
mt76: mt7921: refactor dma.c to be pcie specific
Sean Wang
3
-9
/
+8
2021-10-20
mt76: mt7921: refactor mac.c to be bus independent
Sean Wang
5
-344
/
+383
2021-10-20
mt76: mt7921: add MU EDCA cmd support
Sean Wang
2
-3
/
+53
2021-10-20
mt76: mt7915: remove dead code in debugfs code
Lorenzo Bianconi
1
-25
/
+6
2021-10-20
mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routines
Lorenzo Bianconi
3
-17
/
+11
2021-10-20
mt76: mt7915: improve code readability for xmit-queue handler
Lorenzo Bianconi
1
-2
/
+2
2021-10-20
mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phy
Lorenzo Bianconi
3
-79
/
+86
2021-10-20
mt76: rely on phy pointer in mt76_register_debugfs_fops routine signature
Lorenzo Bianconi
4
-6
/
+7
2021-10-20
mt76: mt7915: set muru platform type
Shayne Chen
5
-15
/
+36
2021-10-20
mt76: mt7915: set VTA bit in tx descriptor
Shayne Chen
1
-1
/
+1
2021-10-20
mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
Shayne Chen
1
-1
/
+1
2021-10-20
mt76: mt7915: rework starec TLV tags
Shayne Chen
4
-141
/
+94
2021-10-20
mt76: mt7915: fix sta_rec_wtbl tag len
Shayne Chen
1
-1
/
+1
2021-10-20
mt76: mt7915: improve starec readability of txbf
Ryder Lee
2
-49
/
+45
2021-10-20
mt76: mt7915: fix txbf starec TLV issues
Ryder Lee
2
-72
/
+71
2021-10-20
mt76: mt7915: introduce mt7915_mcu_beacon_check_caps()
Ryder Lee
3
-39
/
+137
2021-10-20
mt76: connac: fix possible NULL pointer dereference in mt76_connac_get_phy_mode_v2
Lorenzo Bianconi
1
-2
/
+2
2021-10-20
mt76: do not access 802.11 header in ccmp check for 802.3 rx skbs
Felix Fietkau
1
-2
/
+5
2021-10-20
mt76: use a separate CCMP PN receive counter for management frames
Xing Song
2
-5
/
+24
2021-10-20
mt76: mt7921: add delay config for sched scan
Deren Wu
2
-2
/
+6
2021-10-20
mt76: mt7615: fix monitor mode tear down crash
Ryder Lee
1
-5
/
+13
2021-10-20
mt76: debugfs: improve queue node readability
Lorenzo Bianconi
1
-4
/
+5
2021-10-20
mt76: mt7915: add twt_stats knob in debugfs
Lorenzo Bianconi
1
-0
/
+28
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
[next]