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
/
wilc1000
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2015-08-18
staging: wilc1000: convert to using IFF_NO_QUEUE
Phil Sutter
1
-1
/
+1
2015-08-17
staging: wilc1000: fix build warning with setup_timer()
Greg Kroah-Hartman
1
-1
/
+2
2015-08-17
staging: wilc1000: remove DECLARE_WILC_BUFFER()
Raphaël Beamonte
1
-6
/
+3
2015-08-17
staging: wilc1000: remove void function return statements that are not useful
Raphaël Beamonte
5
-13
/
+1
2015-08-17
staging: wilc1000: coreconfigurator.c: fix kmalloc error check
Chaehyun Lim
1
-4
/
+14
2015-08-17
staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOC
Chaehyun Lim
1
-5
/
+6
2015-08-17
staging: wilc1000: remove unused codes of gps8ConfigPacket
Chaehyun Lim
1
-15
/
+0
2015-08-17
staging: wilc1000: remove unnecessary void pointer cast
Chaehyun Lim
4
-55
/
+55
2015-08-17
staging: wilc1000: remove WILC_NEW and WILC_NEW_EX
Chaehyun Lim
1
-15
/
+0
2015-08-17
staging: wilc1000: use kmalloc instead of WILC_NEW
Chaehyun Lim
1
-1
/
+1
2015-08-17
staging: wilc1000: Process WARN, INFO options of debug levels from user
Chandra S Gorentla
1
-16
/
+8
2015-08-17
staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedef
Greg Kroah-Hartman
3
-95
/
+61
2015-08-17
staging: wilc1000: delete wilc_osconfig.h
Greg Kroah-Hartman
2
-10
/
+0
2015-08-17
staging: wilc1000: delete wilc_log.h
Greg Kroah-Hartman
3
-52
/
+0
2015-08-17
staging: wilc1000: delete wilc_timer.h
Greg Kroah-Hartman
2
-53
/
+0
2015-08-17
staging: wilc1000: remove WILC_TimerStart()
Greg Kroah-Hartman
5
-48
/
+25
2015-08-14
staging: wilc1000: remove WILC_TimerCreate()
Greg Kroah-Hartman
3
-44
/
+17
2015-08-14
staging: wilc1000: remove WILC_TimerDestroy()
Greg Kroah-Hartman
4
-39
/
+10
2015-08-14
staging: wilc1000: remove WILC_TimerStop()
Greg Kroah-Hartman
5
-43
/
+12
2015-08-14
staging: wilc1000: remove tstrWILC_TimerAttrs typedef
Greg Kroah-Hartman
5
-67
/
+45
2015-08-14
staging: wilc1000: remove WILC_TimerHandle typedef
Greg Kroah-Hartman
7
-20
/
+16
2015-08-14
staging: wilc1000: remove WILC_Sleep()
Greg Kroah-Hartman
6
-47
/
+6
2015-08-14
staging: wilc1000: remove commented out WILC_Sleep calls
Greg Kroah-Hartman
2
-3
/
+0
2015-08-14
staging: wilc1000: delete wilc_type.h
Greg Kroah-Hartman
3
-36
/
+2
2015-08-14
staging: wilc1000: remove WILC_MemoryFree
Greg Kroah-Hartman
2
-42
/
+0
2015-08-14
staging: wilc1000: remove WILC_FREE_IF_TRUE macro
Greg Kroah-Hartman
2
-33
/
+10
2015-08-14
staging: wilc1000: clarify the argument type
Johnny Kim
2
-41
/
+41
2015-08-14
staging: wilc1000: change void pointer type to real type
Johnny Kim
1
-1
/
+1
2015-08-14
staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrv
Johnny Kim
5
-136
/
+136
2015-08-14
staging: wilc1000: remove WILC_FREE
Chaehyun Lim
1
-5
/
+0
2015-08-14
staging: wilc1000: use kfree instead of WILC_FREE
Chaehyun Lim
5
-86
/
+86
2015-08-14
staging: wilc1000: remove unused memory functions
Chaehyun Lim
2
-78
/
+0
2015-08-14
staging: wilc1000: wilc_memory.h: remove unused define
Chaehyun Lim
1
-51
/
+0
2015-08-14
staging: wilc1000: Remove unnecessary externs
Joe Perches
3
-18
/
+18
2015-08-14
Staging: wilc1000: Remove null check before kfree
Shraddha Barke
1
-2
/
+1
2015-08-14
staging: wilc1000: remove wilc_strutils.c and wilc_strutils.h
Chaehyun Lim
5
-40
/
+1
2015-08-14
staging: wilc1000: remove WILC_memcpy_INTERNAL
Chaehyun Lim
2
-20
/
+0
2015-08-14
staging: wilc1000: remove WILC_memcpy function
Chaehyun Lim
1
-30
/
+0
2015-08-14
staging: wilc1000: use memcpy instead of WILC_memcpy
Chaehyun Lim
5
-140
/
+140
2015-08-14
staging: wilc1000: remove WILC_strncmp function
Chaehyun Lim
2
-41
/
+0
2015-08-14
staging: wilc1000: use strncmp instead of WILC_strncmp
Chaehyun Lim
1
-1
/
+1
2015-08-14
staging: wilc1000: remove WILC_strncpy function
Chaehyun Lim
2
-24
/
+0
2015-08-14
staging: wilc1000: Use strncpy instead of WILC_strncpy
Chaehyun Lim
1
-1
/
+1
2015-08-14
staging: wilc1000: remove WILC_strlen function
Chaehyun Lim
2
-19
/
+0
2015-08-14
staging: wilc1000: use strlen instead of WILC_strlen
Chaehyun Lim
1
-2
/
+2
2015-08-14
staging: wilc1000: remove commented code
Chaehyun Lim
2
-3
/
+0
2015-08-08
Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error
Daniel Machon
1
-2
/
+2
2015-08-08
staging: wilc1000: Remove braces for single statement 'if' and 'else'
Chandra S Gorentla
9
-77
/
+52
2015-08-08
staging: wilc1000: Remove ' ' before quoted '\n'
Chandra S Gorentla
4
-40
/
+40
[next]