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
*
wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()
Bryan O'Donoghue
2020-09-21
1
-3
/
+1
*
wcn36xx: Add wcn36xx_smd_config_bss_v0
Bryan O'Donoghue
2020-09-21
1
-0
/
+44
*
wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internally
Bryan O'Donoghue
2020-09-21
1
-55
/
+61
*
wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()
Bryan O'Donoghue
2020-09-21
1
-80
/
+95
*
wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()
Bryan O'Donoghue
2020-09-21
1
-1
/
+2
*
wcn36xx: Functionally decompose wcn36xx_smd_config_sta()
Bryan O'Donoghue
2020-09-21
1
-21
/
+32
*
wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()
Bryan O'Donoghue
2020-09-21
1
-0
/
+30
*
wcn36xx: Add wcn36xx_smd_set_bss_vht_params()
Bryan O'Donoghue
2020-09-21
1
-0
/
+13
*
wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()
Bryan O'Donoghue
2020-09-21
1
-0
/
+11
*
wcn36xx: Add wcn36xx_smd_set_sta_vht_params()
Bryan O'Donoghue
2020-09-21
1
-0
/
+25
*
wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()
Bryan O'Donoghue
2020-09-21
1
-0
/
+11
*
wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()
Bryan O'Donoghue
2020-09-21
1
-0
/
+18
*
wcn36xx: Add wcn36xx_set_default_rates_v1
Bryan O'Donoghue
2020-09-21
2
-0
/
+9
*
wcn36xx: Use V1 data structure to store supported rates
Bryan O'Donoghue
2020-09-21
2
-3
/
+4
*
wcn36xx: Add VHT fields to parameter data structures
Bryan O'Donoghue
2020-09-21
2
-1
/
+15
*
ath11k: Remove rproc references from common core layer
Govind Singh
2020-09-21
4
-37
/
+44
*
ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...
Brooke Basile
2020-09-21
1
-0
/
+19
*
Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...
David S. Miller
2020-09-11
325
-10766
/
+15650
|
\
|
*
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2020-09-11
69
-1143
/
+2935
|
|
\
|
|
*
ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZ
YueHaibing
2020-09-11
1
-2
/
+0
|
|
*
ath11k: Remove unused inline function htt_htt_stats_debug_dump()
YueHaibing
2020-09-11
1
-44
/
+0
|
|
*
ath11k: fix link error when CONFIG_REMOTEPROC is disabled
Kalle Valo
2020-09-11
1
-0
/
+3
|
|
*
ath11k: remove calling ath11k_init_hw_params() second time
Anilkumar Kolli
2020-09-11
1
-6
/
+0
|
|
*
ath11k: add raw mode and software crypto support
Venkateswara Naralasetty
2020-09-11
7
-22
/
+91
|
|
*
ath11k: add ipq6018 support
Anilkumar Kolli
2020-09-11
4
-0
/
+136
|
|
*
ath11k: move target ce configs to hw_params
Anilkumar Kolli
2020-09-11
6
-435
/
+442
|
|
*
ath11k: Add peer max mpdu parameter in peer assoc command
Tamizh Chelvam
2020-09-09
1
-0
/
+25
|
|
*
ath11k: fix uninitialized return in ath11k_spectral_process_data()
Dan Carpenter
2020-09-09
1
-0
/
+2
|
|
*
ath11k: fix a double free and a memory leak
Tom Rix
2020-09-08
1
-1
/
+3
|
|
*
ath10k: Add support for chain1 regulator supply voting
Rakesh Pillai
2020-09-08
1
-0
/
+1
|
|
*
wcn36xx: Set feature DOT11AC for wcn3680
Bryan O'Donoghue
2020-09-02
1
-0
/
+2
|
|
*
wcn36xx: Use existing pointers in wcn36xx_smd_config_bss_v1
Bryan O'Donoghue
2020-09-02
1
-63
/
+47
|
|
*
wcn36xx: Add Supported rates V1 structure
Bryan O'Donoghue
2020-09-02
1
-0
/
+70
|
|
*
wcn36xx: Add 802.11ac HAL param bitfields
Bryan O'Donoghue
2020-09-02
1
-1
/
+5
|
|
*
wcn36xx: Specify ieee80211_rx_status.nss
Bryan O'Donoghue
2020-09-02
1
-0
/
+1
|
|
*
wcn36xx: Fix warning due to bad rate_idx
Loic Poulain
2020-09-02
1
-0
/
+9
|
|
*
wcn36xx: Add 802.11ac MCS rates
Bryan O'Donoghue
2020-09-02
1
-1
/
+108
|
|
*
wcn36xx: Hook and identify RF_IRIS_WCN3680
Bryan O'Donoghue
2020-09-02
1
-0
/
+2
|
|
*
wcn36xx: Add a chip identifier for WCN3680
Bryan O'Donoghue
2020-09-02
1
-0
/
+1
|
|
*
ath10k: Get rid of "per_ce_irq" hw param
Douglas Anderson
2020-09-01
2
-16
/
+0
|
|
*
ath10k: Keep track of which interrupts fired, don't poll them
Douglas Anderson
2020-09-01
4
-66
/
+52
|
|
*
ath10k: Add interrupt summary based CE processing
Rakesh Pillai
2020-09-01
2
-26
/
+42
|
|
*
ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()
Gustavo A. R. Silva
2020-08-31
1
-24
/
+12
|
|
*
carl9170: Convert 'ar9170_qmap' to inline function
Lee Jones
2020-08-31
3
-5
/
+8
|
|
*
wil6210: wil_platform: Demote kernel-doc header to standard comment block
Lee Jones
2020-08-31
1
-2
/
+1
|
|
*
wil6210: pmc: Demote a few nonconformant kernel-doc function headers
Lee Jones
2020-08-31
1
-8
/
+4
|
|
*
wil6210: txrx_edma: Demote comments which are clearly not kernel-doc
Lee Jones
2020-08-31
1
-7
/
+3
|
|
*
wil6210: txrx: Demote obvious abuse of kernel-doc
Lee Jones
2020-08-31
1
-20
/
+10
|
|
*
wil6210: interrupt: Demote comment header which is clearly not kernel-doc
Lee Jones
2020-08-31
1
-3
/
+1
|
|
*
wil6210: wmi: Fix formatting and demote non-conforming function headers
Lee Jones
2020-08-31
1
-21
/
+15
[next]