aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31staging: slicoss: Add blank line after variable declarations.Ciprian Manea1-0/+1
2015-06-17staging: slicoss: remove unused macroHari Prasath Gujulan Elango1-2/+0
2015-05-31staging: slicoss: restore IRQs correctly after slic_cmdq_reset()Dan Carpenter1-2/+2
2015-05-13staging: slicoss: fix occasionally writing out only half of a dma addressDavid Matlack2-5/+1
2015-05-13staging: slicoss: remove slic_spinlock wrapperDavid Matlack3-80/+65
2015-03-27Staging: slicoss: Remove redundant and disabled code blockNiranjan Dighe1-35/+0
2015-03-06Staging: slicoss: clean dev_err loggingHaneen Mohammed1-5/+4
2015-03-06staging: slicoss: remove extra parentheses around left bit shift operationsAya Mahfouz1-1/+1
2015-03-06staging: slicoss: remove extra parentheses around right bit shift operationsAya Mahfouz1-3/+3
2015-03-01staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari1-1/+0
2015-02-26Staging: slicoss: Join split string.Ksenija Stanojevic1-2/+1
2015-02-26staging: slicloss: replace init_timer by setup_timerAya Mahfouz1-6/+3
2014-12-02Staging: slicoss: Fix long line issues in slicoss.cSean Cleator1-13/+26
2014-10-28Staging: slicoss: Removed unnecessary parenthesesTina Johnson1-1/+1
2014-10-27staging: slicoss: Use inplace convert with __be32 *Ebru Akagunduz1-2/+1
2014-10-20staging: slicoss: Fix warning of prefer ether_addr_copy().Dilek Uzulmez1-1/+1
2014-09-28staging: slicoss: Fix void function return statements style warningDilek Uzulmez1-1/+0
2014-08-16staging: slicoss: fix a blank line coding style issueQuentin Lambert1-0/+2
2014-08-08staging: use pci_zalloc_consistentJoe Perches1-6/+3
2014-06-26Staging: slicoss: fixed frivolous else statement warnings in slicoss.cVincent Heuken1-10/+12
2014-05-25staging: slicoss: clean up use of dev_errDavid Matlack1-19/+9
2014-05-25staging: slicoss: remove private netdev listDavid Matlack2-5/+0
2014-05-23staging: slicoss: handle errors from slic_config_getDavid Matlack1-12/+16
2014-05-23staging: slicoss: fail on corrupt eepromDavid Matlack2-9/+1
2014-05-23staging: slicoss: fix eeprom checksum codeDavid Matlack1-95/+15
2014-05-23staging: slicoss: fix use-after-free bug in slic_entry_removeDavid Matlack1-1/+2
2014-05-23staging: slicoss: fix 64-bit isr address bugDavid Matlack1-1/+2
2014-05-23staging: slicoss: fix dma memory leakDavid Matlack1-0/+3
2014-05-23staging: slicoss: remove gratuitous debug infrastructureDavid Matlack3-451/+3
2014-05-23staging: slicoss: remove unused members of struct adapterDavid Matlack2-5/+1
2014-05-23staging: slicoss: fix multiple free-after-free in slic_entry_removeDavid Matlack1-8/+0
2014-05-23staging: slicoss: fix use-after-free in slic_entry_probeDavid Matlack1-11/+5
2014-04-25Staging: slicoss: Fix smatch warning in slicoss.cMonam Agarwal1-2/+1
2014-03-18staging: slicoss: free IO remapping on failureKristina Martšenko1-3/+1
2014-03-17Staging: slicoss: Replace macro with inline defination in slicoss.cMonam Agarwal1-13/+7
2014-03-16staging: slicoss: Fix unnecessary line continuationsGulsah Kose1-2/+2
2014-03-10Staging: slicoss: Removal of unused macros in slicoss.cMonam Agarwal1-11/+0
2014-02-27Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slicoss.cMonam Agarwal1-2/+2
2014-02-27Staging: slicoss: Fix quoted string split across linesMonam Agarwal1-20/+10
2014-02-27Staging: slicoss: Fix line over 80 characters in slic.hMonam Agarwal1-3/+6
2014-02-11staging: slicoss: Add MAINTAINERS entry, break README into TODO & READMEJoe Perches2-40/+38
2014-02-11staging: slicoss: Fix possible reuse of freed memory in timer functionKirill Tkhai1-1/+1
2013-12-06staging: slicoss: Remove last reference to compare_ether_addrJoe Perches2-14/+8
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-10-27Staging: slicoss: Replace seq_printf with seq_putsRashika Kheria1-10/+10
2013-10-19Staging: slicoss: Fix quoted string split across linesRashika Kheria1-2/+1
2013-10-19Staging: slicoss: Refactor code by introducing new function slic_interrupt_card_up()Rashika Kheria1-58/+62
2013-10-19Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as requiredRashika Kheria1-4/+4
2013-10-19Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safeRashika Kheria1-12/+3
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-3/+3