index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8192u
/
ieee80211
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-12
Staging: rtl8192u: space prohibited before close parenthesis
mike dupuis
1
-2
/
+2
2015-09-12
Staging: rtl8192u: space required after close braces
mike dupuis
1
-3
/
+3
2015-09-12
Staging: rtl8192u: space required before open braces
mike dupuis
1
-9
/
+9
2015-09-12
Staging: rtl8192u: Space not allowed after &
mike dupuis
1
-2
/
+2
2015-09-12
Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uac...
Shraddha Barke
1
-1
/
+1
2015-09-12
Staging: rtl8192u: ieee80211: ieee80211_module.c: Replace "#include <asm/uacc...
Shraddha Barke
1
-1
/
+1
2015-09-12
Staging: rtl8192u: ieee80211: Replace "#include <asm/uaccess>" with "#include...
Shraddha Barke
1
-1
/
+1
2015-09-12
Staging: rtl819u: ieee80211: Remove unused variable
Shraddha Barke
1
-2
/
+0
2015-08-14
staging: rtl8192u: Remove unnecessary externs
Joe Perches
1
-165
/
+180
2015-07-22
staging: rtl8192u: remove bool comparisons
Luis de Bethencourt
6
-19
/
+19
2015-07-22
Staging: rtl8192u: pointer math bug in ieee80211_rx_DELBA()
Dan Carpenter
1
-4
/
+1
2015-07-14
Staging: rtl8192u: Replace memset with eth_zero_addr
Vaishali Thakkar
1
-1
/
+1
2015-07-14
drivers: staging: rtl8192u: Fix "space required after that ','" errors
Greg Donald
3
-4
/
+4
2015-06-17
staging: rtl8192u: ieee80211: Fix incorrect type in assignment
Gaston Gonzalez
1
-1
/
+1
2015-06-12
staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.c
Gaston Gonzalez
1
-5
/
+5
2015-06-08
Staging: rtl8192u: Remove two useless lines at ieee80211_wep_null
Pedro Marzo Perez
1
-2
/
+0
2015-06-08
Staging: rtl8192u: Simplify error check code at prism2_wep_init
Pedro Marzo Perez
1
-23
/
+9
2015-06-08
staging: rtl8192u: ieee80211: Fix sparse endianness warnings
Gaston Gonzalez
1
-2
/
+5
2015-06-08
staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte o...
Tolga Ceylan
1
-1
/
+1
2015-06-08
staging: rtl8192u: Fix indentation issue
Chaitanya Dhere
1
-1
/
+1
2015-06-08
staging: rtl8192u: Patch to modify if, else conditions
Chaitanya Dhere
1
-4
/
+2
2015-05-31
Staging: rtl8192u: Correct include indentation and openning braces at new line
Pedro Marzo Perez
1
-6
/
+3
2015-05-08
staging: rtl8192u: don't redefine container_of()
Marti Bolivar
1
-16
/
+1
2015-05-08
rtl8192u: delete another embedded instance of generic reason codes
Paul Gortmaker
1
-48
/
+0
2015-05-08
rtl8192u: don't duplicate ieee80211 constants for status/auth/reason
Paul Gortmaker
1
-76
/
+1
2015-05-08
rtl8192u: align local ieee80211_wmm_ac_param struct fields with global
Paul Gortmaker
2
-7
/
+7
2015-05-08
rtl8192u: promote auth_mode to a full 8 bits
Paul Gortmaker
1
-2
/
+2
2015-05-08
rtl8192u: don't trample on <linux/ieee80211.h> struct namespace
Paul Gortmaker
7
-121
/
+121
2015-04-03
Staging: rtl8192u: use correct array for debug output
Dan Carpenter
1
-1
/
+1
2015-03-26
staging: rtl8192u: Fix static decleration sparse warning.
Cihangir Akturk
1
-2
/
+2
2015-03-26
Staging: rtl8192u: Fix space issues before '(' and after ')'
Haneen Mohammed
2
-59
/
+59
2015-03-26
Staging: rtl8192u: Add space before open parenthesis
Haneen Mohammed
5
-75
/
+75
2015-03-16
Staging: rtl8192u: Remove parentheses around right side an assignment
Haneen Mohammed
2
-3
/
+3
2015-03-16
Staging: rtl8192u: Bool tests don't need comparisons
Cristina Opriceana
1
-3
/
+2
2015-03-16
staging: rtl8192u: remove break after return
Supriya Karanth
1
-1
/
+0
2015-03-16
Staging: rtl8192u: Remove unnecessary struct and typedef
Cristina Opriceana
1
-18
/
+0
2015-03-16
Staging: rtl8192u: Remove unnecessary variable
Cristina Opriceana
1
-8
/
+3
2015-03-16
Staging: rtl8192u: Combine initialization using setup_timer
Somya Anand
2
-40
/
+20
2015-03-16
Staging: rtl8192u: Review phrase and fix spelling errors
Cristina Opriceana
1
-13
/
+13
2015-03-16
Staging: rtl8192u: Fix do not use // c99 comments.
Dilek Uzulmez
1
-2
/
+2
2015-03-16
Staging: rtl8192u: Added #include <linux/uaccess.h> instead of <asm/uaccess.h>
Dilek Uzulmez
1
-1
/
+1
2015-03-16
Staging: rtl8192u: Convert use of __constant_<foo> to <foo>
Vaishali Thakkar
1
-1
/
+1
2015-03-15
Staging: rtl8192u: Replace printk() with netdev_dbg()
Cristina Opriceana
1
-4
/
+4
2015-03-15
Staging: rtl8192u: Add function to improve code quality
Cristina Opriceana
1
-62
/
+67
2015-03-15
staging: rtl8192u: Use kzalloc instead of kmalloc.
Navya Sri Nizamkari
1
-2
/
+1
2015-03-13
Staging: rtl8192u: Use __packed instead of __attribute__((packed))
Cristina Opriceana
1
-30
/
+30
2015-03-09
Staging: rtl8192u: Remove unnecessary macro definition
Cristina Opriceana
1
-27
/
+0
2015-03-09
Staging: rtl8192u: Replace #include <asm/string.h>
Dilek Uzulmez
1
-1
/
+1
2015-03-09
Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>
Dilek Uzulmez
1
-1
/
+1
2015-03-09
Staging: rtl8192u: Added #include <linux/string.h> instead of <asm/string.h>
Dilek Uzulmez
1
-1
/
+1
[next]