summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ks7010: rename return value identifierTobin C. Harding2017-03-211-8/+8
* staging: ks7010: remove non-zero comparisonTobin C. Harding2017-03-211-3/+3
* staging: ks7010: fix checkpatch MULTIPLE_ASSIGNMENTSTobin C. Harding2017-03-211-1/+2
* staging: ks7010: fix checkpatch BRACESTobin C. Harding2017-03-211-13/+9
* staging: ks7010: remove custom return valuesTobin C. Harding2017-03-161-10/+16
* staging: ks7010: fix spelling of Michael MICTobin C. Harding2017-03-141-8/+8
* staging: ks7010: add variables key, key_indexTobin C. Harding2017-03-141-3/+5
* staging: ks7010: reduce length of comment stringTobin C. Harding2017-03-141-1/+1
* staging: ks7010: move quoted string onto single lineTobin C. Harding2017-03-141-2/+1
* staging: ks7010: refactor newly separated functionTobin C. Harding2017-03-141-25/+17
* staging: ks7010: fix line continuationsTobin C. Harding2017-03-141-10/+7
* staging: ks7010: reduce level of indentationTobin C. Harding2017-03-141-67/+69
* staging: ks7010: move WPA code to separate functionTobin C. Harding2017-03-141-79/+97
* Staging: ks7010: ks_hostif.*: Use preferred 'u32' kernel type over 'uint32_t'Shiva Kerdel2017-03-121-9/+9
* Staging: ks7010: ks_hostif.*: Use preferred 'u16' kernel type over 'uint16_t'Shiva Kerdel2017-03-121-10/+10
* Staging: ks7010: ks_*: Use preferred 'u8' kernel type over 'uint8_t'Shiva Kerdel2017-03-121-2/+2
* staging: ks7010: fix checkpatch CONSTANT_COMPARISONTobin C. Harding2017-03-091-2/+2
* staging: ks7010: fix checkpatch whitespace warningsTobin C. Harding2017-03-091-2/+0
* staging: ks7010: Unnecessary parentheses removed and improved coding style.Arushi Singhal2017-03-091-12/+11
* staging: ks7010: Unnecessary parentheses removed and improved coding style.Arushi Singhal2017-03-061-13/+13
* staging: ks7010: remove unecessary spaces after castsKatie Dunne2017-03-061-104/+102
* Staging: ks7010: ks_*: Braces should be used on all arms of these statementsShiva Kerdel2017-03-061-2/+4
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-12/+1
|\
| * Staging: ks7010: Add required and preferred spaces around operatorsShiva Kerdel2017-02-161-1/+1
| * Staging: ks7010: ks_*: Removed blank lines before and after braces.Shiva Kerdel2017-02-121-11/+0
* | net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-2/+0
|/
* staging: ks7010: convert list_for_each to entry variantWei Yongjun2016-10-251-3/+1
* staging: ks7010: Remove braces around single statement blocksSabitha George2016-10-171-15/+8
* staging: ks7010: Add blank line after declarationsSabitha George2016-10-171-0/+6
* staging: ks7010: use netdev_* instead of printk()Sabitha George2016-10-161-13/+9
* Staging: ks7010: Delete unnecessary return statementMihaela Muraru2016-10-161-8/+0
* Staging: ks7010: __packed instedad of __attribute__((packed))Mihaela Muraru2016-10-161-4/+4
* staging: ks7010: Use printk format specifier for MAC addressesPontus Fuchs2016-10-161-29/+7
* staging: ks7010: fix checkpatch "space after #ifdef" errorPhilipp Hoefflin2016-10-161-1/+1
* staging: ks7010: reformat makro ps_confirm_wait_inc()Philipp Hoefflin2016-10-161-4/+5
* staging: ks7010: use tabs for indentationPhilipp Hoefflin2016-10-161-3/+3
* staging: ks7010: fix "prohibited space" errors reported by checkpatchPhilipp Hoefflin2016-10-161-4/+4
* staging: ks7010: add blank line after variable declarationsJohan Svensson2016-09-231-0/+3
* Staging: ks7010: Use "foo *bar" instead of "foo * bar"Sandhya Bankar2016-09-201-1/+1
* staging: ks7010: Remove unnecessary variable used to store return valuesayli karnik2016-09-201-7/+3
* staging: ks7010: fixes typo in ks_hostif.cHariharan R2016-09-201-3/+3
* Staging: ks7010: Remove extern keyword from function declarationBhumika Goyal2016-09-171-9/+0
* Staging: ks7010: Replace memset with eth_zero_addrBhumika Goyal2016-09-171-3/+4
* staging: ks7010: Remove the explicit cast on kmallocsayli karnik2016-09-161-31/+16
* staging: ks7010: Remove whitespace before newlineRehas Sachdeva2016-09-161-12/+12
* staging: ks7010: Remove the explicit NULL comparisonsayli karnik2016-09-131-15/+15
* staging: ks7010: fix two memory leaks on error return pathColin Ian King2016-09-121-0/+2
* staging: ks7010: don't print skb->dev->name if skb is nullColin Ian King2016-08-211-4/+2
* staging: ks7010: declare private functions staticNicholas Mc Guire2016-08-211-2/+2
* staging: ks7010: fix wait_for_completion_interruptible_timeout return handlingNicholas Mc Guire2016-08-211-2/+6
OpenPOWER on IntegriCloud