summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss
Commit message (Expand)AuthorAgeFilesLines
* staging: slicoss: remove unused macroHari Prasath Gujulan Elango2015-06-171-2/+0
* staging: slicoss: restore IRQs correctly after slic_cmdq_reset()Dan Carpenter2015-05-311-2/+2
* staging: slicoss: fix occasionally writing out only half of a dma addressDavid Matlack2015-05-132-5/+1
* staging: slicoss: remove slic_spinlock wrapperDavid Matlack2015-05-133-80/+65
* Staging: slicoss: Remove redundant and disabled code blockNiranjan Dighe2015-03-271-35/+0
* Staging: slicoss: clean dev_err loggingHaneen Mohammed2015-03-061-5/+4
* staging: slicoss: remove extra parentheses around left bit shift operationsAya Mahfouz2015-03-061-1/+1
* staging: slicoss: remove extra parentheses around right bit shift operationsAya Mahfouz2015-03-061-3/+3
* staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari2015-03-011-1/+0
* Staging: slicoss: Join split string.Ksenija Stanojevic2015-02-261-2/+1
* staging: slicloss: replace init_timer by setup_timerAya Mahfouz2015-02-261-6/+3
* Staging: slicoss: Fix long line issues in slicoss.cSean Cleator2014-12-021-13/+26
* Staging: slicoss: Removed unnecessary parenthesesTina Johnson2014-10-281-1/+1
* staging: slicoss: Use inplace convert with __be32 *Ebru Akagunduz2014-10-271-2/+1
* staging: slicoss: Fix warning of prefer ether_addr_copy().Dilek Uzulmez2014-10-201-1/+1
* staging: slicoss: Fix void function return statements style warningDilek Uzulmez2014-09-281-1/+0
* staging: slicoss: fix a blank line coding style issueQuentin Lambert2014-08-161-0/+2
* staging: use pci_zalloc_consistentJoe Perches2014-08-081-6/+3
* Staging: slicoss: fixed frivolous else statement warnings in slicoss.cVincent Heuken2014-06-261-10/+12
* staging: slicoss: clean up use of dev_errDavid Matlack2014-05-251-19/+9
* staging: slicoss: remove private netdev listDavid Matlack2014-05-252-5/+0
* staging: slicoss: handle errors from slic_config_getDavid Matlack2014-05-231-12/+16
* staging: slicoss: fail on corrupt eepromDavid Matlack2014-05-232-9/+1
* staging: slicoss: fix eeprom checksum codeDavid Matlack2014-05-231-95/+15
* staging: slicoss: fix use-after-free bug in slic_entry_removeDavid Matlack2014-05-231-1/+2
* staging: slicoss: fix 64-bit isr address bugDavid Matlack2014-05-231-1/+2
* staging: slicoss: fix dma memory leakDavid Matlack2014-05-231-0/+3
* staging: slicoss: remove gratuitous debug infrastructureDavid Matlack2014-05-233-451/+3
* staging: slicoss: remove unused members of struct adapterDavid Matlack2014-05-232-5/+1
* staging: slicoss: fix multiple free-after-free in slic_entry_removeDavid Matlack2014-05-231-8/+0
* staging: slicoss: fix use-after-free in slic_entry_probeDavid Matlack2014-05-231-11/+5
* Staging: slicoss: Fix smatch warning in slicoss.cMonam Agarwal2014-04-251-2/+1
* staging: slicoss: free IO remapping on failureKristina Martšenko2014-03-181-3/+1
* Staging: slicoss: Replace macro with inline defination in slicoss.cMonam Agarwal2014-03-171-13/+7
* staging: slicoss: Fix unnecessary line continuationsGulsah Kose2014-03-161-2/+2
* Staging: slicoss: Removal of unused macros in slicoss.cMonam Agarwal2014-03-101-11/+0
* Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slico...Monam Agarwal2014-02-271-2/+2
* Staging: slicoss: Fix quoted string split across linesMonam Agarwal2014-02-271-20/+10
* Staging: slicoss: Fix line over 80 characters in slic.hMonam Agarwal2014-02-271-3/+6
* staging: slicoss: Add MAINTAINERS entry, break README into TODO & READMEJoe Perches2014-02-112-40/+38
* staging: slicoss: Fix possible reuse of freed memory in timer functionKirill Tkhai2014-02-111-1/+1
* staging: slicoss: Remove last reference to compare_ether_addrJoe Perches2013-12-062-14/+8
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* Staging: slicoss: Replace seq_printf with seq_putsRashika Kheria2013-10-271-10/+10
* Staging: slicoss: Fix quoted string split across linesRashika Kheria2013-10-191-2/+1
* Staging: slicoss: Refactor code by introducing new function slic_interrupt_ca...Rashika Kheria2013-10-191-58/+62
* Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as requiredRashika Kheria2013-10-191-4/+4
* Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safeRashika Kheria2013-10-191-12/+3
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-3/+3
* staging: slicoss: fix error return code in slic_entry_probe()Wei Yongjun2013-05-131-7/+11
OpenPOWER on IntegriCloud