index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ks7010
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-20
Staging: ks7010: Use "foo *bar" instead of "foo * bar"
Sandhya Bankar
1
-1
/
+1
2016-09-20
Staging: ks7010: Use sizeof structure *pointer over sizeof structure in kzalloc()
Sandhya Bankar
1
-1
/
+1
2016-09-20
staging: ks7010: Remove unnecessary variable used to store return value
sayli karnik
1
-7
/
+3
2016-09-20
staging: ks7010: fixes typo in ks_hostif.c
Hariharan R
1
-3
/
+3
2016-09-18
Staging: ks7010: Drop memory allocation cast.
Sandhya Bankar
1
-2
/
+1
2016-09-18
staging: ks7010: Remove extra round braces around expressions/variables
sayli karnik
1
-2
/
+2
2016-09-18
staging: ks7010: Remove the space after a type cast
sayli karnik
1
-3
/
+3
2016-09-18
staging: ks7010: Remove unnecessary blank lines and commented code
sayli karnik
1
-5
/
+0
2016-09-18
staging: ks7010: Remove space after '(' and before ')'
sayli karnik
1
-6
/
+6
2016-09-18
staging: ks7010: Remove braces following single statement blocks
sayli karnik
1
-20
/
+18
2016-09-18
staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h>
sayli karnik
1
-1
/
+1
2016-09-17
Staging: ks7010: Remove extern keyword from function declaration
Bhumika Goyal
6
-26
/
+20
2016-09-17
Staging: ks7010: Replace memset with eth_zero_addr
Bhumika Goyal
2
-6
/
+7
2016-09-16
staging: ks7010: remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2016-09-16
staging: ks7010: Remove the explicit cast on kmalloc
sayli karnik
1
-31
/
+16
2016-09-16
staging: ks7010: Remove whitespace before newline
Rehas Sachdeva
2
-15
/
+15
2016-09-13
staging: ks7010: Remove the explicit NULL comparison
sayli karnik
3
-23
/
+23
2016-09-12
staging: ks7010: fix two memory leaks on error return path
Colin Ian King
1
-0
/
+2
2016-09-12
staging: ks7010: avoid dereferencing packet if it is null
Colin Ian King
1
-1
/
+1
2016-09-12
staging: ks7010: fix warning on return for void functions
Hariharan R
1
-11
/
+0
2016-09-12
staging: ks7010: fix memory leak
Sudip Mukherjee
1
-1
/
+1
2016-09-12
staging: ks7010: return on failure
Sudip Mukherjee
1
-4
/
+2
2016-08-21
staging: ks7010: don't print skb->dev->name if skb is null
Colin Ian King
1
-4
/
+2
2016-08-21
staging: ks7010: declare private functions static
Nicholas Mc Guire
1
-2
/
+2
2016-08-21
staging: ks7010: fix wait_for_completion_interruptible_timeout return handling
Nicholas Mc Guire
1
-2
/
+6
2016-08-15
staging: ks7010: do not dereference priv if priv is null
Colin Ian King
1
-2
/
+2
2016-08-15
Staging: ks7010: michael_mic: fixed macros coding style issue
Bing Sun
1
-7
/
+13
2016-08-15
staging: ks7010: Delete a variable in write_to_device()
Markus Elfring
1
-2
/
+1
2016-08-15
staging: ks7010: Delete unnecessary assignments for buffer variables
Markus Elfring
1
-4
/
+1
2016-08-15
staging: ks7010: Delete unnecessary checks before the function call "kfree"
Markus Elfring
1
-9
/
+4
2016-06-18
staging: ks7010: remove bogus NULL checks
Dan Carpenter
1
-7
/
+4
2016-06-18
staging: ks7010: drop private handler for driver version
Wolfram Sang
3
-16
/
+2
2016-06-18
staging: ks7010: report interface as wlan not eth
Wolfram Sang
1
-1
/
+1
2016-06-18
staging: ks7010: bail out when registering netdevice fails
Wolfram Sang
1
-7
/
+5
2016-06-18
staging: ks7010: sdio: remove forward declarations
Wolfram Sang
1
-54
/
+46
2016-06-18
staging: ks7010: unify naming to ks7010
Wolfram Sang
2
-14
/
+15
2016-06-18
staging: ks7010: export sdio ids
Wolfram Sang
1
-2
/
+3
2016-06-18
staging: ks7010: collect all includes and sort them
Wolfram Sang
1
-4
/
+3
2016-06-18
staging: ks7010: function declaration should be in a header file
Wolfram Sang
2
-3
/
+3
2016-06-18
staging: ks7010: remove cfg file handling
Wolfram Sang
7
-638
/
+33
2016-06-07
staging: ks7010: cleanup file headers
Wolfram Sang
10
-52
/
+19
2016-06-07
staging: ks7010: drop counting sd errors
Wolfram Sang
2
-16
/
+6
2016-06-07
staging: ks7010: simplify module_init/exit
Wolfram Sang
1
-24
/
+1
2016-06-07
staging: ks7010: adapt to new trans_start handling
Wolfram Sang
1
-1
/
+1
2016-06-07
staging: ks7010: fix module annotations
Wolfram Sang
1
-6
/
+4
2016-06-07
staging: ks7010: remove supported card table with one element
Wolfram Sang
2
-31
/
+2
2016-06-07
staging: ks7010: indent ks7010_sdio.c
Wolfram Sang
1
-346
/
+459
2016-06-07
staging: ks7010: indent michael_mic.h
Wolfram Sang
1
-8
/
+8
2016-06-07
staging: ks7010: indent michael_mic.c
Wolfram Sang
1
-22
/
+21
2016-06-07
staging: ks7010: indent ks_wlan_net.c
Wolfram Sang
1
-1118
/
+1526
[prev]
[next]