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
/
rtl8712
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-27
staging: rtl8712: return -ENOMEM instead of -1
Vitaly Osipov
1
-1
/
+1
2014-05-27
staging: rtl8712: fix kmalloc parameters
Vitaly Osipov
1
-2
/
+2
2014-05-25
staging: rtl8712: remove _malloc()
Vitaly Osipov
13
-138
/
+102
2014-05-24
staging: r8712u: Remove useless return variables
Peter Senna Tschudin
7
-51
/
+26
2014-05-24
staging: rtl8712: usb_intf.c: Fix for possible null pointer dereference
Rickard Strandqvist
1
-1
/
+1
2014-05-24
staging: rtl8712: fix unnecessary line continuations
Marcus Farkas
1
-1
/
+1
2014-05-24
staging: rtl8712: fix unnecessary parentheses
Marcus Farkas
1
-2
/
+2
2014-05-24
staging: rtl8712: fix missing blank lines after declarations
Marcus Farkas
1
-0
/
+3
2014-05-24
staging: rtl8712: fix potential leaks in r8712_set_key()
Christian Engelmayer
1
-8
/
+20
2014-05-24
staging: rtl8712: fix potential leak in r871x_wx_set_enc_ext()
Christian Engelmayer
1
-7
/
+9
2014-04-16
staging: r8712u: Fix case where ethtype was never obtained and always be chec...
Larry Finger
1
-7
/
+6
2014-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+0
2014-03-18
staging: rtl8712: Fix multiple spaces after return type
Gulsah Kose
1
-1
/
+1
2014-03-18
staging/rtl8712/osdep_service.h Fix line over 80 characters.
Aybuke Ozdemir
1
-1
/
+2
2014-03-13
staging: rtl8712: Delete space before semicolon
Andreea-Cristina Bernat
1
-1
/
+1
2014-03-13
staging: rtl8712: Remove unnecessary parentheses.
Gulsah Kose
1
-2
/
+2
2014-03-07
staging:rtl8712: Fix sparse warning incorrect type in assignment
Himangi Saraogi
1
-4
/
+3
2014-03-06
Staging: rtl8712: fix an error test in start_drv_threads()
Dan Carpenter
1
-1
/
+1
2014-03-06
staging: rtl8712: fix some confusing indenting
Dan Carpenter
2
-9
/
+10
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
7
-8
/
+5
2014-02-20
Kconfig: Remove useless "default N" lines
Paul Bolle
1
-2
/
+0
2014-02-15
staging: r8712u: delete unnecessary field initialization
Julia Lawall
1
-2
/
+0
2014-01-09
staging: r8712u: Set device type to wlan
Larry Finger
1
-0
/
+5
2013-12-17
staging: delete non-required instances of include <linux/init.h>
Paul Gortmaker
5
-5
/
+0
2013-11-25
staging r8712u: Remove useless netdev_info slowly polluting dmesg
Alexandre Demers
1
-3
/
+0
2013-10-03
Staging: rtl8712: fix spaces before semicolons
Thomas Cort
12
-27
/
+27
2013-09-30
staging: rtl8712: remove unneeded NULL check
Dan Carpenter
1
-5
/
+3
2013-09-17
staging: rtl8712: re-use native mac_pton() helper
Andy Shevchenko
1
-15
/
+1
2013-07-23
staging: rtl8712: return MAC in standard form
Andy Shevchenko
1
-6
/
+2
2013-07-03
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
1
-1
/
+1
2013-03-11
rtl8712: remove redundant if statement
Niklas Söderlund
1
-6
/
+2
2013-03-11
rtl8712: remove unused definitions from rtl871x_recv.h
Niklas Söderlund
1
-3
/
+0
2013-03-11
rtl8712: remove dead function prototypes from rtl871x_recv.h
Niklas Söderlund
1
-31
/
+0
2013-03-11
rtl8712: remove unused functions from rtl871x_recv.h
Niklas Söderlund
1
-74
/
+0
2013-01-11
rtl8712: remove unused definitions from ethernet.h
Przemo Firszt
1
-7
/
+0
2013-01-11
rtl8712: remove all NDIS_* definitions and use rndis.h instead
Przemo Firszt
3
-342
/
+288
2013-01-11
rtl8712: remove unused macros
Przemo Firszt
1
-3
/
+0
2013-01-11
rtl8712: replace min with min_t
Przemo Firszt
1
-4
/
+2
2013-01-11
rtl8712: replace printk with better solutions
Przemo Firszt
8
-77
/
+61
2013-01-11
rtl8712: remove unused macros from rtl8712/wifi.h
Przemo Firszt
1
-4
/
+0
2013-01-11
rtl8712: code clean up
Przemo Firszt
5
-100
/
+79
2013-01-11
rtl8712: remove useless calls to memset().
Cyril Roelandt
4
-10
/
+0
2013-01-07
Merge branch 'staging-linus' into staging-next
Greg Kroah-Hartman
1
-0
/
+2
2013-01-07
staging: rtl8712: avoid a useless call to memset().
Cyril Roelandt
1
-4
/
+4
2013-01-07
staging: r8712u: Add new device ID
Larry Finger
1
-0
/
+2
2012-11-28
staging: r8712u: Fix possible buffer overrun
Larry Finger
1
-1
/
+1
2012-10-26
staging: r8712u: cleanup pointer type in r8712_setassocsta_cmd()
Dan Carpenter
1
-2
/
+2
2012-10-22
staging: r8712u: fix potential NULL pointer dereference in r871x_wps_start()
Wei Yongjun
1
-2
/
+2
2012-09-26
staging: r8712u: Do not queue cloned skb
Larry Finger
1
-1
/
+4
2012-09-26
staging: rtl8712: fix foo* bar (foo*) errors reported by checkpatch
Devendra Naga
1
-4
/
+4
[next]