index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
rtw89: add chip_info::{h2c,c2h}_reg to support more chips
Ping-Ke Shih
5
-12
/
+53
2022-03-10
rtw89: add hci_func_en_addr to support variant generation
Ping-Ke Shih
5
-1
/
+9
2022-03-10
rtw89: add power_{on/off}_func
Ping-Ke Shih
6
-3
/
+301
2022-03-10
rtw89: read chip version depends on chip ID
Ping-Ke Shih
1
-1
/
+2
2022-03-10
rtw89: pci: use a struct to describe all registers address related to DMA cha...
Ping-Ke Shih
2
-26
/
+15
2022-03-10
rtw89: pci: add V1 of PCI channel address
Ping-Ke Shih
4
-76
/
+175
2022-03-10
rtw89: pci: add struct rtw89_pci_info
Ping-Ke Shih
5
-0
/
+23
2022-03-10
rtw89: 8852c: add 8852c empty files
Ping-Ke Shih
3
-0
/
+68
2022-03-10
brcmfmac: make the read-only array pktflags static const
Colin Ian King
1
-1
/
+1
2022-03-10
rtlwifi: rtl8192ce: remove duplicated function '_rtl92ce_phy_set_rf_sleep'
Lu Jicong
1
-31
/
+1
2022-03-10
bcma: gpio: remove redundant re-assignment of chip->owner
Colin Ian King
1
-1
/
+0
2022-03-10
cw1200: use time_is_after_jiffies() instead of open coding it
Wang Qing
1
-1
/
+2
2022-03-09
rtw89: declare HE capabilities in 6G band
Ping-Ke Shih
1
-0
/
+12
2022-03-09
rtw89: fix HE PHY bandwidth capability
Johannes Berg
1
-4
/
+9
2022-03-09
rtw89: add tx_wake notify for low ps mode
Chin-Yen Lee
6
-9
/
+53
2022-03-09
rtw89: 8852a: add ieee80211_ops::hw_scan
Po Hao Huang
8
-13
/
+1069
2022-02-25
rtw89: get channel parameters of 160MHz bandwidth
Ping-Ke Shih
2
-15
/
+36
2022-02-25
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
37
-206
/
+2017
2022-02-24
mt76: fix dfs state issue with 160 MHz channels
Felix Fietkau
4
-10
/
+16
2022-02-24
mt76: mt7915: simplify conditional
Wan Jiabing
1
-3
/
+1
2022-02-24
mt76: mt7921: fix injected MPDU transmission to not use HW A-MSDU
Lorenzo Bianconi
1
-0
/
+1
2022-02-24
mt76: mt7915e: Enable thermal management by default
Nicolas Cavallari
1
-1
/
+2
2022-02-24
mt76: mt7915e: Add a hwmon attribute to get the actual throttle state.
Nicolas Cavallari
1
-9
/
+18
2022-02-24
mt76: mt7915e: Fix degraded performance after temporary overheat
Nicolas Cavallari
2
-6
/
+13
2022-02-24
mt76: improve signal strength reporting
Felix Fietkau
6
-29
/
+33
2022-02-24
mt76: mt7915: use min_t() to make code cleaner
Changcheng Deng
1
-6
/
+2
2022-02-24
mt76: mt7915: fix the muru tlv issue
MeiChia Chiu
1
-7
/
+5
2022-02-24
mt76: mt7915: check band idx for bcc event
Ryder Lee
2
-3
/
+26
2022-02-24
mt76: mt7615: Fix assigning negative values to unsigned variable
Yang Li
1
-1
/
+1
2022-02-24
mt76: connac: adjust wlan_idx size from u8 to u16
Chad Monroe
2
-2
/
+2
2022-02-24
mt76: mt7915: fix endianness warnings in mt7915_mac_tx_free()
Lorenzo Bianconi
1
-1
/
+1
2022-02-24
mt76: mt7915: fix endianness warnings in mt7915_debugfs_rx_fw_monitor
Lorenzo Bianconi
1
-2
/
+2
2022-02-24
mt76: mt7615: fix compiler warning on frame size
Deren Wu
1
-3
/
+11
2022-02-24
mt76: mt7915: initialize smps mode in mt7915_mcu_sta_rate_ctrl_tlv()
Peter Chiu
1
-0
/
+1
2022-02-24
mt76: mt7915: introduce band_idx in mt7915_phy
Bo Jiao
10
-160
/
+172
2022-02-24
mt76: mt7915: add support for MT7986
Bo Jiao
15
-80
/
+1817
2022-02-24
ath10k: fix pointer arithmetic error in trace call
Francesco Magliocca
1
-1
/
+1
2022-02-24
carl9170: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2
-2
/
+2
2022-02-24
ath11k: add dbring debug support
Venkateswara Naralasetty
6
-6
/
+283
2022-02-24
ath11k: translate HE status to radiotap format
Pradeep Kumar Chitrapu
2
-64
/
+438
2022-02-24
ath11k: decode HE status tlv
Pradeep Kumar Chitrapu
3
-21
/
+215
2022-02-24
ath11k: switch to using ieee80211_tx_status_ext()
Pradeep Kumar Chitrapu
1
-5
/
+23
2022-02-23
mt76: mt7921s: fix missing fc type/sub-type for 802.11 pkts
Deren Wu
2
-3
/
+12
2022-02-23
mt76: mt7915: fix potential memory leak of fw monitor packets
Shayne Chen
1
-0
/
+1
2022-02-23
mt76: mt7915: Fix channel state update error issue
Bo Jiao
3
-10
/
+24
2022-02-23
mt76: fix endianness errors in reverse_frag0_hdr_trans
Lorenzo Bianconi
3
-36
/
+55
2022-02-23
mt76: mt7615: introduce SAR support
Lorenzo Bianconi
2
-4
/
+27
2022-02-23
mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU
Johan Almbladh
1
-0
/
+1
2022-02-22
rtw88: change rtw_info() to proper message level
Ping-Ke Shih
9
-19
/
+20
2022-02-22
rtw89: Limit the CFO boundaries of x'tal value
Yi-Tang Chiu
3
-0
/
+26
[next]