| Commit message (Expand) | Author | Age | Files | Lines |
* | Staging : ks7010 : Fix block comments warninig | Muraru Mihaela | 2016-10-02 | 1 | -8/+16 |
* | staging: ks7010: declare private functions static | Sergio Paracuellos | 2016-09-28 | 1 | -3/+3 |
* | staging: ks7010: Use __packed over __attribute__((packed)) | Matt Kilgore | 2016-09-27 | 3 | -54/+59 |
* | staging: ks7010: Fix warnings on printk() usage | Sabitha George | 2016-09-27 | 1 | -7/+10 |
* | staging: ks7010: ks_wlan_net: Use netdev_info instead of printk | Georgiana Rodica Chelu | 2016-09-27 | 1 | -38/+38 |
* | staging: ks7010: ks_wlan_net: Use netdev_ instead of printk | Georgiana Rodica Chelu | 2016-09-27 | 1 | -10/+10 |
* | staging: ks7010: ks_wlan_net: Remove return statement from void function | Georgiana Rodica Chelu | 2016-09-25 | 1 | -4/+0 |
* | staging: ks7010: ks_wlan_net: Remove unnecessary variable used to store retur... | Georgiana Rodica Chelu | 2016-09-25 | 1 | -2/+1 |
* | Staging: ks7010: remove unused function in ks_wlan_net.c | Baoyou Xie | 2016-09-23 | 1 | -5/+0 |
* | staging: ks7010: add blank line after variable declarations | Johan Svensson | 2016-09-23 | 1 | -0/+3 |
* | staging: ks7010: Remove unnecessary variable used to store return value | sayli karnik | 2016-09-22 | 1 | -3/+2 |
* | Staging: ks7010: michael_mic: Use "foo *bar" instead of "foo * bar". | Sandhya Bankar | 2016-09-20 | 1 | -6/+6 |
* | Staging: ks7010: Use "foo *bar" instead of "foo * bar". | Sandhya Bankar | 2016-09-20 | 1 | -3/+3 |
* | Staging: ks7010: Use "foo *bar" instead of "foo * bar" | Sandhya Bankar | 2016-09-20 | 1 | -1/+1 |
* | Staging: ks7010: Use sizeof structure *pointer over sizeof structure in kzall... | Sandhya Bankar | 2016-09-20 | 1 | -1/+1 |
* | staging: ks7010: Remove unnecessary variable used to store return value | sayli karnik | 2016-09-20 | 1 | -7/+3 |
* | staging: ks7010: fixes typo in ks_hostif.c | Hariharan R | 2016-09-20 | 1 | -3/+3 |
* | Staging: ks7010: Drop memory allocation cast. | Sandhya Bankar | 2016-09-18 | 1 | -2/+1 |
* | staging: ks7010: Remove extra round braces around expressions/variables | sayli karnik | 2016-09-18 | 1 | -2/+2 |
* | staging: ks7010: Remove the space after a type cast | sayli karnik | 2016-09-18 | 1 | -3/+3 |
* | staging: ks7010: Remove unnecessary blank lines and commented code | sayli karnik | 2016-09-18 | 1 | -5/+0 |
* | staging: ks7010: Remove space after '(' and before ')' | sayli karnik | 2016-09-18 | 1 | -6/+6 |
* | staging: ks7010: Remove braces following single statement blocks | sayli karnik | 2016-09-18 | 1 | -20/+18 |
* | staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h> | sayli karnik | 2016-09-18 | 1 | -1/+1 |
* | Staging: ks7010: Remove extern keyword from function declaration | Bhumika Goyal | 2016-09-17 | 6 | -26/+20 |
* | Staging: ks7010: Replace memset with eth_zero_addr | Bhumika Goyal | 2016-09-17 | 2 | -6/+7 |
* | staging: ks7010: remove unused including <linux/version.h> | Wei Yongjun | 2016-09-16 | 1 | -1/+0 |
* | staging: ks7010: Remove the explicit cast on kmalloc | sayli karnik | 2016-09-16 | 1 | -31/+16 |
* | staging: ks7010: Remove whitespace before newline | Rehas Sachdeva | 2016-09-16 | 2 | -15/+15 |
* | staging: ks7010: Remove the explicit NULL comparison | sayli karnik | 2016-09-13 | 3 | -23/+23 |
* | staging: ks7010: fix two memory leaks on error return path | Colin Ian King | 2016-09-12 | 1 | -0/+2 |
* | staging: ks7010: avoid dereferencing packet if it is null | Colin Ian King | 2016-09-12 | 1 | -1/+1 |
* | staging: ks7010: fix warning on return for void functions | Hariharan R | 2016-09-12 | 1 | -11/+0 |
* | staging: ks7010: fix memory leak | Sudip Mukherjee | 2016-09-12 | 1 | -1/+1 |
* | staging: ks7010: return on failure | Sudip Mukherjee | 2016-09-12 | 1 | -4/+2 |
* | staging: ks7010: don't print skb->dev->name if skb is null | Colin Ian King | 2016-08-21 | 1 | -4/+2 |
* | staging: ks7010: declare private functions static | Nicholas Mc Guire | 2016-08-21 | 1 | -2/+2 |
* | staging: ks7010: fix wait_for_completion_interruptible_timeout return handling | Nicholas Mc Guire | 2016-08-21 | 1 | -2/+6 |
* | staging: ks7010: do not dereference priv if priv is null | Colin Ian King | 2016-08-15 | 1 | -2/+2 |
* | Staging: ks7010: michael_mic: fixed macros coding style issue | Bing Sun | 2016-08-15 | 1 | -7/+13 |
* | staging: ks7010: Delete a variable in write_to_device() | Markus Elfring | 2016-08-15 | 1 | -2/+1 |
* | staging: ks7010: Delete unnecessary assignments for buffer variables | Markus Elfring | 2016-08-15 | 1 | -4/+1 |
* | staging: ks7010: Delete unnecessary checks before the function call "kfree" | Markus Elfring | 2016-08-15 | 1 | -9/+4 |
* | staging: ks7010: remove bogus NULL checks | Dan Carpenter | 2016-06-18 | 1 | -7/+4 |
* | staging: ks7010: drop private handler for driver version | Wolfram Sang | 2016-06-18 | 3 | -16/+2 |
* | staging: ks7010: report interface as wlan not eth | Wolfram Sang | 2016-06-18 | 1 | -1/+1 |
* | staging: ks7010: bail out when registering netdevice fails | Wolfram Sang | 2016-06-18 | 1 | -7/+5 |
* | staging: ks7010: sdio: remove forward declarations | Wolfram Sang | 2016-06-18 | 1 | -54/+46 |
* | staging: ks7010: unify naming to ks7010 | Wolfram Sang | 2016-06-18 | 2 | -14/+15 |
* | staging: ks7010: export sdio ids | Wolfram Sang | 2016-06-18 | 1 | -2/+3 |