index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
rtw89: add addr_cam field to sta to support AP mode
Ping-Ke Shih
2022-02-10
3
-30
/
+43
*
|
|
|
rtw89: extend role_maintain to support AP mode
Ping-Ke Shih
2022-02-10
3
-4
/
+17
*
|
|
|
rtw88: fix use after free in rtw_hw_scan_update_probe_req()
Dan Carpenter
2022-02-10
1
-3
/
+3
*
|
|
|
mac80211: fix struct ieee80211_tx_info size
Avraham Stern
2022-02-04
3
-4
/
+5
*
|
|
|
cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAP
Johannes Berg
2022-02-04
1
-0
/
+3
|
/
/
/
*
|
|
brcmfmac: pcie: Read the console on init and shutdown
Hector Martin
2022-02-01
1
-0
/
+4
*
|
|
brcmfmac: fwil: Constify iovar name arguments
Hector Martin
2022-02-01
2
-31
/
+31
*
|
|
brcmfmac: of: Use devm_kstrdup for board_type & check for errors
Hector Martin
2022-02-01
1
-2
/
+5
*
|
|
brcmfmac: pcie: Fix crashes due to early IRQs
Hector Martin
2022-02-01
1
-3
/
+13
*
|
|
brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
Hector Martin
2022-02-01
1
-44
/
+4
*
|
|
brcmfmac: pcie: Declare missing firmware files in pcie.c
Hector Martin
2022-02-01
2
-1
/
+7
*
|
|
brcmfmac: firmware: Allocate space for default boardrev in nvram
Hector Martin
2022-02-01
1
-0
/
+2
*
|
|
brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
Hector Martin
2022-02-01
1
-0
/
+2
*
|
|
rtlwifi: remove redundant initialization of variable ul_encalgo
Colin Ian King
2022-02-01
1
-1
/
+1
*
|
|
ray_cs: Check ioremap return value
Jiasheng Jiang
2022-02-01
1
-0
/
+6
*
|
|
cw1200: wsm: make array queue_id_to_wmm_aci static const
Colin Ian King
2022-01-31
1
-1
/
+1
*
|
|
wilc1000: use min_t() to make code cleaner
Changcheng Deng
2022-01-31
1
-4
/
+1
*
|
|
rtw88: rtw8821c: enable rfe 6 devices
Ping-Ke Shih
2022-01-31
1
-0
/
+1
*
|
|
rtw88: fix memory overrun and memory leak during hw_scan
Po-Hao Huang
2022-01-31
1
-10
/
+24
*
|
|
rtw88: fix idle mode flow for hw scan
Po-Hao Huang
2022-01-31
4
-4
/
+23
*
|
|
rtw88: check for validity before using a pointer
Muhammad Usama Anjum
2022-01-31
1
-0
/
+8
*
|
|
brcmfmac: add CYW43570 PCIE device
Soontak Lee
2022-01-28
2
-0
/
+2
*
|
|
brcmfmac: use ISO3166 country code and 0 rev as fallback on some devices
Hans de Goede
2022-01-28
1
-6
/
+27
*
|
|
rtw89: use pci_read/write_config instead of dbi read/write
Chin-Yen Lee
2022-01-28
1
-75
/
+53
*
|
|
rtw89: refine DIG feature to support 160M and CCK PD
Johnson Lin
2022-01-28
5
-7
/
+44
*
|
|
rtw89: fix maybe uninitialized `qempty` variable
Íñigo Huguet
2022-01-28
1
-0
/
+1
*
|
|
rtw89: include subband type in channel params
Zong-Zhe Yang
2022-01-28
2
-15
/
+20
*
|
|
rtw89: handle 6G band if supported by a chipset
Zong-Zhe Yang
2022-01-28
3
-57
/
+179
*
|
|
rtw89: separate {init,deinit}_addr_cam functions
Ping-Ke Shih
2022-01-28
3
-14
/
+26
*
|
|
rtw89: set mac_id and port ID to TXWD
Ping-Ke Shih
2022-01-28
3
-2
/
+27
*
|
|
rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep mode
Ping-Ke Shih
2022-01-28
2
-3
/
+6
*
|
|
rtw89: configure mac port HIQ registers
Ping-Ke Shih
2022-01-28
2
-2
/
+46
*
|
|
rtw89: rename vif_maintain to role_maintain
Ping-Ke Shih
2022-01-28
4
-17
/
+17
*
|
|
rtw89: extend firmware commands on states of sta_assoc and sta_disconnect
Ping-Ke Shih
2022-01-28
4
-14
/
+32
*
|
|
rtw89: allocate mac_id for each station in AP mode
Ping-Ke Shih
2022-01-28
1
-0
/
+5
*
|
|
rtw89: implement mac80211_ops::set_tim to indicate STA to receive packets
Ping-Ke Shih
2022-01-28
3
-0
/
+35
*
|
|
rtw89: add C2H handle of BCN_CNT
Ping-Ke Shih
2022-01-28
2
-0
/
+7
*
|
|
rtw89: download beacon content to firmware
Ping-Ke Shih
2022-01-28
3
-0
/
+159
*
|
|
rtw89: use hardware SSN to TX management frame
Ping-Ke Shih
2022-01-28
3
-1
/
+11
*
|
|
rtw89: configure rx_filter according to FIF_PROBE_REQ
Ping-Ke Shih
2022-01-28
1
-1
/
+10
*
|
|
rtw89: correct use of BA CAM
Ping-Ke Shih
2022-01-28
5
-8
/
+107
*
|
|
rtw89: encapsulate RX handlers to single function
Ping-Ke Shih
2022-01-28
1
-15
/
+17
*
|
|
rtw89: Add RX counters of VHT MCS-10/11 to debugfs
Ping-Ke Shih
2022-01-28
1
-8
/
+14
*
|
|
rtw89: remove duplicate definition of hardware port number
Ping-Ke Shih
2022-01-28
4
-13
/
+12
*
|
|
rtw89: extract modules by chipset
Zong-Zhe Yang
2022-01-28
13
-60
/
+131
|
|
/
|
/
|
*
|
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2022-01-28
31
-404
/
+1091
|
\
\
|
|
/
|
/
|
|
*
ath11k: avoid firmware crash when reg set for QCA6390/WCN6855
Wen Gong
2022-01-28
3
-8
/
+24
|
*
ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz
Wen Gong
2022-01-28
1
-0
/
+3
|
*
ath9k_htc: fix uninit value bugs
Pavel Skripkin
2022-01-28
1
-0
/
+5
|
*
wcn36xx: Add SNR reporting via get_survey()
Bryan O'Donoghue
2022-01-19
1
-0
/
+44
[prev]
[next]