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
/
staging
/
wfx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
staging: wfx: check for memory allocation failures from wfx_alloc_hif
Colin Ian King
2020-01-03
2
-6
/
+13
*
Merge 5.5-rc3 into staging-next
Greg Kroah-Hartman
2019-12-23
1
-0
/
+1
|
\
|
*
staging: wfx: fix wrong error message
Jérôme Pouiller
2019-12-18
1
-1
/
+3
|
*
staging: wfx: fix hif_set_mfp() with big endian hosts
Jérôme Pouiller
2019-12-18
1
-1
/
+0
|
*
staging: wfx: detect race condition in WEP authentication
Jérôme Pouiller
2019-12-18
1
-0
/
+1
|
*
staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1Mbps
Jérôme Pouiller
2019-12-18
1
-0
/
+11
|
*
staging: wfx: fix rate control handling
Jérôme Pouiller
2019-12-18
1
-3
/
+3
|
*
staging: wfx: firmware does not support more than 32 total retries
Jérôme Pouiller
2019-12-18
1
-1
/
+1
|
*
staging: wfx: use boolean appropriately
Jérôme Pouiller
2019-12-18
2
-3
/
+3
|
*
staging: wfx: fix counter overflow
Jérôme Pouiller
2019-12-18
1
-1
/
+1
|
*
staging: wfx: fix case of lack of tx_retry_policies
Jérôme Pouiller
2019-12-18
1
-2
/
+5
|
*
staging: wfx: fix the cache of rate policies on interface reset
Jérôme Pouiller
2019-12-18
3
-3
/
+7
*
|
staging: wfx: update TODO
Jérôme Pouiller
2019-12-18
1
-14
/
+67
*
|
staging: wfx: implement cancel_hw_scan()
Jérôme Pouiller
2019-12-18
4
-0
/
+16
*
|
staging: wfx: delayed_link_loss cannot happen
Jérôme Pouiller
2019-12-18
3
-20
/
+3
*
|
staging: wfx: delayed_unjoin cannot happen
Jérôme Pouiller
2019-12-18
3
-21
/
+1
*
|
staging: wfx: workaround bug with "iw scan"
Jérôme Pouiller
2019-12-18
4
-17
/
+34
*
|
staging: wfx: rewrite wfx_hw_scan()
Jérôme Pouiller
2019-12-18
5
-212
/
+81
*
|
staging: wfx: simplify hif_set_template_frame() usage
Jérôme Pouiller
2019-12-18
3
-29
/
+18
*
|
staging: wfx: introduce update_probe_tmpl()
Jérôme Pouiller
2019-12-18
1
-28
/
+31
*
|
staging: wfx: simplify hif_scan() usage
Jérôme Pouiller
2019-12-18
4
-82
/
+59
*
|
staging: wfx: drop useless wfx_scan_complete()
Jérôme Pouiller
2019-12-18
1
-7
/
+2
*
|
staging: wfx: device already handle sleep mode during scan
Jérôme Pouiller
2019-12-18
3
-6
/
+1
*
|
staging: wfx: hif_scan() never fails
Jérôme Pouiller
2019-12-18
2
-19
/
+2
*
|
staging: wfx: simplify hif_set_edca_queue_params() usage
Jérôme Pouiller
2019-12-18
5
-29
/
+24
*
|
staging: wfx: remove unnecessary EDCA initialisation
Jérôme Pouiller
2019-12-18
1
-45
/
+6
*
|
staging: wfx: drop struct wfx_edca_params
Jérôme Pouiller
2019-12-18
4
-18
/
+13
*
|
staging: wfx: simplify hif_set_pm() usage
Jérôme Pouiller
2019-12-18
3
-19
/
+18
*
|
staging: wfx: simplify hif_set_uapsd_info() usage
Jérôme Pouiller
2019-12-18
3
-44
/
+14
*
|
staging: wfx: prefer a bitmask instead of an array of boolean
Jérôme Pouiller
2019-12-18
2
-11
/
+8
*
|
staging: wfx: simplify wfx_conf_tx()
Jérôme Pouiller
2019-12-18
1
-28
/
+16
*
|
staging: wfx: fix pm_mode timeout
Jérôme Pouiller
2019-12-18
1
-1
/
+1
*
|
staging: wfx: do not try to save call to hif_set_pm()
Jérôme Pouiller
2019-12-18
1
-6
/
+1
*
|
staging: wfx: drop unnecessary wvif->powersave_mode
Jérôme Pouiller
2019-12-18
2
-19
/
+13
*
|
staging: wfx: remove redundant test while calling wfx_update_pm()
Jérôme Pouiller
2019-12-18
1
-2
/
+1
*
|
staging: wfx: drop useless argument from wfx_set_pm()
Jérôme Pouiller
2019-12-18
1
-9
/
+7
*
|
staging: wfx: declare wfx_set_pm() static
Jérôme Pouiller
2019-12-18
2
-28
/
+30
*
|
staging: wfx: firmware already handle powersave mode during scan
Jérôme Pouiller
2019-12-18
2
-20
/
+1
*
|
staging: wfx: simplify handling of tx_lock in wfx_do_join()
Jérôme Pouiller
2019-12-18
1
-5
/
+4
*
|
staging: wfx: better naming for hif_mib_set_association_mode->greenfield
Jérôme Pouiller
2019-12-18
2
-7
/
+3
*
|
staging: wfx: better naming for hif_req_join->short_preamble
Jérôme Pouiller
2019-12-18
3
-15
/
+12
*
|
staging: wfx: improve API of hif_req_join->infrastructure_bss_mode
Jérôme Pouiller
2019-12-18
2
-7
/
+3
*
|
staging: wfx: fix name of struct hif_req_start_scan_alt
Jérôme Pouiller
2019-12-18
1
-1
/
+1
*
|
staging: wfx: fix typo in "num_i_es"
Jérôme Pouiller
2019-12-18
2
-2
/
+2
*
|
staging: wfx: fix typo in "num_of_ssi_ds"
Jérôme Pouiller
2019-12-18
3
-8
/
+8
*
|
staging: wfx: ensure that received hif messages are never modified
Jérôme Pouiller
2019-12-18
10
-56
/
+72
*
|
staging: wfx: ensure that traces never modify arguments
Jérôme Pouiller
2019-12-18
1
-6
/
+8
*
|
staging: wfx: make conditions easier to read
Jérôme Pouiller
2019-12-18
1
-12
/
+15
*
|
staging: wfx: simplify variable assignment
Jérôme Pouiller
2019-12-18
1
-1
/
+1
*
|
staging: wfx: remove useless include
Jérôme Pouiller
2019-12-18
1
-1
/
+0
[prev]
[next]