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
/
rtl8192e
/
rtl819x_BAProc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: rtl8192e: Remove space after cast
Solomon Tan
2022-04-20
1
-1
/
+1
*
staging: rtl8192e: remove multiple blank lines
Alaa Mohamed
2022-04-07
1
-3
/
+0
*
staging: rtl8192e: remove unused variable ieee
Saurav Girepunje
2021-10-05
1
-5
/
+4
*
staging: rtl8192e: rename RxAdmittedBARecord to rx_admitted_ba_record in rx_t...
William Durand
2021-03-10
1
-5
/
+5
*
staging: rtl8192e: rename TsCommonInfo to ts_common_info in rx_ts_record struct
William Durand
2021-03-10
1
-1
/
+1
*
staging: rtl8192e: rename BaStartSeqCtrl to ba_start_seq_ctrl in ba_record st...
William Durand
2021-03-10
1
-9
/
+9
*
staging: rtl8192e: rename BaTimeoutValue to ba_timeout_value in ba_record struct
William Durand
2021-03-10
1
-6
/
+6
*
staging: rtl8192e: rename BaParamSet to ba_param_set in ba_record struct
William Durand
2021-03-10
1
-14
/
+14
*
staging: rtl8192e: rename DialogToken to dialog_token in ba_record struct
William Durand
2021-03-10
1
-7
/
+7
*
staging: rtl8192e: rename bValid to b_valid in ba_record struct
William Durand
2021-03-10
1
-11
/
+11
*
staging: rtl8192e: rename Timer to timer in ba_record struct
William Durand
2021-03-10
1
-5
/
+5
*
staging: rtl8192e: rename TID to tid in delba_param_set union
William Durand
2021-03-10
1
-4
/
+4
*
staging: rtl8192e: rename Initiator to initiator in delba_param_set union
William Durand
2021-03-10
1
-2
/
+2
*
staging: rtl8192e: rename shortData to short_data in delba_param_set union
William Durand
2021-03-10
1
-1
/
+1
*
staging: rtl8192e: rename TID to tid in ba_param_set union
William Durand
2021-03-10
1
-5
/
+4
*
staging: rtl8192e: rename AMSDU_Support to amsdu_support in ba_param_set union
William Durand
2021-03-10
1
-1
/
+1
*
staging: rtl8192e: rename BufferSize to buffer_size in ba_param_set union
William Durand
2021-03-10
1
-3
/
+3
*
staging: rtl8192e: rename BAPolicy to ba_policy in ba_param_set union
William Durand
2021-03-10
1
-4
/
+4
*
staging: rtl8192e: rename shortData to short_data in ba_param_set union
William Durand
2021-03-10
1
-2
/
+2
*
staging: rtl8192e: rename SeqNum to seq_num in sequence_control union
William Durand
2021-03-10
1
-1
/
+1
*
staging: rtl8192e: rename ShortData to short_data in sequence_control union
William Durand
2021-03-10
1
-1
/
+1
*
staging: rtl8192e: style fix - Prefer using '"%s...", __func__'
Derek Robson
2020-02-09
1
-7
/
+7
*
staging: rtl8192e: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
2019-04-03
1
-12
/
+4
*
staging: rtl8192e: fix various indentation issues
Colin Ian King
2019-01-15
1
-3
/
+3
*
Staging:rtl8192e Cleanup comparison to NULL
Janani Sankara Babu
2018-06-26
1
-1
/
+1
*
Staging:rtl8192e Fix Comparison to true is error prone
Janani Sankara Babu
2018-06-26
1
-2
/
+2
*
Staging:rtl8192e Fix Comparison to False is error prone
Janani Sankara Babu
2018-06-26
1
-8
/
+8
*
drivers: staging: rtl8192e: fixed a space coding style issue
Rene Hickersberger
2018-03-29
1
-1
/
+1
*
staging: rtl8192e: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-6
/
+9
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-6
/
+4
*
staging: rtl8192e: replace explicit NULL comparison
Gargi Sharma
2017-03-06
1
-2
/
+2
*
staging: rtl8192e: Fixed coding style wornings on Block comments.
Yamanappagouda Patil
2016-11-15
1
-1
/
+1
*
staging: rtl8192e: Drop useless initialisation
Bhaktipriya Shridhar
2016-02-20
1
-3
/
+3
*
staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings
Mateusz Kulikowski
2015-09-29
1
-4
/
+0
*
staging: rtl8192e: Fix CONSTANT_COMPARISON warnings
Mateusz Kulikowski
2015-09-29
1
-2
/
+2
*
Staging: rtl8192e: pointer math bug in rtllib_rx_DELBA()
Dan Carpenter
2015-07-22
1
-4
/
+1
*
staging: rtl8192e: Fix OOM_MESSAGE warnings
Mateusz Kulikowski
2015-06-01
1
-6
/
+2
*
staging: rtl8192e: Remove RTLLIB_DEBUG_DATA()
Mateusz Kulikowski
2015-06-01
1
-4
/
+16
*
staging: rtl8192e: Remove RTLLIB_DEBUG()
Mateusz Kulikowski
2015-06-01
1
-21
/
+14
*
staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*()
Mateusz Kulikowski
2015-06-01
1
-41
/
+38
*
staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings
Mateusz Kulikowski
2015-06-01
1
-6
/
+7
*
staging: rtl8192e: fix coding style issues (merge broken strings)
Mateusz Kulikowski
2015-03-20
1
-36
/
+41
*
Staging: rtl8192e: Eliminate use of MSECS macro
Vaishali Thakkar
2015-03-16
1
-1
/
+1
*
drivers: staging: rtl8192e: Include "asm/unaligned.h" instead of "access_ok.h...
Chen Gang
2014-12-02
1
-1
/
+2
*
Staging: rtl8192e: Use put_unaligned_le16
Vaishali Thakkar
2014-11-03
1
-12
/
+11
*
Staging: rtl8192e: Change variable type from u16 to __le16
Vaishali Thakkar
2014-10-29
1
-2
/
+2
*
Staging: rtl8192e: Revert one previous commit
Vaishali Thakkar
2014-10-29
1
-5
/
+5
*
Staging: rtl8192e: Fix void function return statements style warning
Mahati Chamarthy
2014-09-19
1
-4
/
+0
*
Staging: rtl8192e: Fix unnecessary parentheses style warning
Mahati Chamarthy
2014-09-19
1
-1
/
+1
*
staging: rtl8192e: fixed coding style issues
Matthew Casey
2014-08-30
1
-0
/
+5
[next]