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
/
rtl8192u
/
ieee80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: rtl8192u: remove null check after call container_of()
Haowen Bai
2022-05-19
1
-2
/
+0
*
staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()
Haowen Bai
2022-04-22
1
-5
/
+10
*
staging: rtl8192u: change get_key functions to return 0 instead of -1
Rebecca Mckeever
2022-04-22
3
-3
/
+3
*
drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()
Duoming Zhou
2022-04-20
1
-1
/
+1
*
staging: rtl8192u: compare strcmp result to zero
Rebecca Mckeever
2022-04-20
1
-2
/
+2
*
staging: rtl8192u: make read-only array EWC11NHTCap static const
Colin Ian King
2022-04-14
1
-1
/
+1
*
staging/rtl8192e,ieee80211: replace ps tasklet with work
Davidlohr Bueso
2022-04-12
2
-7
/
+10
*
staging: rtl8192u: use min_t/max_t macros instead of if else
Rebecca Mckeever
2022-04-08
1
-8
/
+5
*
staging: rtl8192u: replace ternary statement with if and assignment
Rebecca Mckeever
2022-04-08
1
-1
/
+3
*
staging: rtl8192u: rework init and exit function
Tong Zhang
2022-02-25
5
-5
/
+5
*
staging: rtl8192u: add empty debug functions
Tong Zhang
2022-02-25
1
-0
/
+5
*
staging: rtl8192u: fix broken debug macro
Tong Zhang
2022-02-25
1
-2
/
+2
*
staging: rtl8192u: remove some repeated words in some comments
Jason Wang
2021-12-20
1
-2
/
+2
*
staging: rtl8192u: Avoid field-overflowing memcpy()
Kees Cook
2021-08-10
3
-38
/
+19
*
staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()
Len Baker
2021-07-27
1
-1
/
+2
*
staging: rtl8192u: remove the repeated declaration
Shaokun Zhang
2021-06-03
1
-2
/
+0
*
staging: rtl8192u: Fix shadowed variable name
Thomas Bracht Laumann Jespersen
2021-06-03
1
-1
/
+1
*
staging: rtl8192u: fix typos in comments
Iain Craig
2021-05-10
1
-8
/
+8
*
staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heap
Lee Jones
2021-05-10
1
-3
/
+6
*
Staging: rtl8192u: ieee80211: remove odd backslash.
Dmitrii Wolf
2021-04-12
1
-1
/
+1
*
staging: rt8192u: change constants to be on right
Vardhan H G
2021-04-07
1
-2
/
+2
*
staging: rtl8192u: ieee80211: Remove braces for single line blocks
Atul Gopinathan
2021-03-12
3
-30
/
+22
*
staging: rtl8192u: Switch from strlcpy to strscpy
Kumar Kartikeya Dwivedi
2021-02-04
1
-1
/
+1
*
staging: rtl8192u/ieee80211: fix switch case indentation
Anirudh Rayabharam
2021-01-31
1
-14
/
+14
*
staging/rtl8192u/ieee80211: remove debugging line
Elena Afanasova
2020-10-26
1
-2
/
+0
*
staging/rtl8192u/ieee80211: use __func__ macro
Elena Afanasova
2020-10-26
1
-6
/
+6
*
mm: remove kzfree() compatibility definition
Eric Biggers
2020-10-25
2
-2
/
+2
*
Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-15
2
-4
/
+4
|
\
|
*
staging: rtl8192: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-16
1
-3
/
+3
|
*
staging: rtl8192u: Do not use GFP_KERNEL in atomic context
Christophe JAILLET
2020-08-18
1
-1
/
+1
*
|
staging/rtl8192u: switch to RC4 library interface
Ard Biesheuvel
2020-09-11
2
-119
/
+26
|
/
*
staging: rtl8192u: remove GPL boiler plate text
Michael Straube
2020-07-10
1
-16
/
+0
*
staging: rtl8192u: Merge almost duplicate code
Pascal Terjan
2020-05-19
1
-77
/
+49
*
staging: rtl8192u: Using comparison to true is error prone
John Oldman
2020-05-19
1
-2
/
+2
*
Staging: rtl8192u: ieee80211: Use netdev_alert().
Sam Muhammed
2020-03-26
1
-1
/
+1
*
Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.
Sam Muhammed
2020-03-26
3
-16
/
+20
*
Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.
Sam Muhammed
2020-03-26
3
-15
/
+10
*
Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.
Sam Muhammed
2020-03-26
3
-14
/
+12
*
staging: rtl8192u: ieee80211: Correct a typo in a comment
R Veera Kumar
2020-03-19
1
-1
/
+1
*
staging: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-23
1
-14
/
+14
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-7
/
+7
*
staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211
Paulo Miguel Almeida
2020-01-15
1
-32
/
+30
*
staging: rtl8192u: remove unused Makefile
Masahiro Yamada
2020-01-10
1
-27
/
+0
*
staging: rtl*: Remove tasklet callback casts
Kees Cook
2019-11-16
1
-4
/
+3
*
staging: rtl8192u: Fix typo in comment
Xianting Tian
2019-11-11
1
-1
/
+1
*
staging: rtl8192u: ieee80211: Replace snprintf with scnprintf
Rohit Sarkar
2019-09-30
2
-6
/
+6
*
staging: rtl8192u: Fix indentation
Stephen Brennan
2019-08-28
4
-62
/
+62
*
staging: rtl8192u: remove code under TO_DO_LIST
Stephen Brennan
2019-08-25
4
-31
/
+0
*
staging: rtl8192u: remove redundant assignment to pointer crypt
Colin Ian King
2019-08-25
1
-1
/
+0
*
staging: rtl8192u: fix spacing in ieee80211
Stephen Brennan
2019-08-21
12
-86
/
+86
[next]