summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss
Commit message (Expand)AuthorAgeFilesLines
* staging: slicoss: use status in isrSudip Mukherjee2015-09-191-1/+2
* staging: slicoss: use status in slic_ioctlSudip Mukherjee2015-09-191-1/+2
* staging: slicoss: use status in slic_if_initSudip Mukherjee2015-09-191-1/+16
* staging: slicoss: return status of slic_link_event_handlerSudip Mukherjee2015-09-191-2/+3
* staging: slicoss: Add blank line after variable declarations.Ciprian Manea2015-08-011-0/+1
* staging: slicoss: remove unused macroHari Prasath Gujulan Elango2015-06-181-2/+0Star
* 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-142-5/+1Star
* staging: slicoss: remove slic_spinlock wrapperDavid Matlack2015-05-143-80/+65Star
* Staging: slicoss: Remove redundant and disabled code blockNiranjan Dighe2015-03-271-35/+0Star
* Staging: slicoss: clean dev_err loggingHaneen Mohammed2015-03-071-5/+4Star
* staging: slicoss: remove extra parentheses around left bit shift operationsAya Mahfouz2015-03-071-1/+1
* staging: slicoss: remove extra parentheses around right bit shift operationsAya Mahfouz2015-03-071-3/+3
* staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari2015-03-021-1/+0Star
* Staging: slicoss: Join split string.Ksenija Stanojevic2015-02-271-2/+1Star
* staging: slicloss: replace init_timer by setup_timerAya Mahfouz2015-02-261-6/+3Star
* Staging: slicoss: Fix long line issues in slicoss.cSean Cleator2014-12-031-13/+26
* Staging: slicoss: Removed unnecessary parenthesesTina Johnson2014-10-281-1/+1
* staging: slicoss: Use inplace convert with __be32 *Ebru Akagunduz2014-10-271-2/+1Star
* 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-291-1/+0Star
* staging: slicoss: fix a blank line coding style issueQuentin Lambert2014-08-161-0/+2
* staging: use pci_zalloc_consistentJoe Perches2014-08-091-6/+3Star
* Staging: slicoss: fixed frivolous else statement warnings in slicoss.cVincent Heuken2014-06-271-10/+12
* staging: slicoss: clean up use of dev_errDavid Matlack2014-05-251-19/+9Star
* staging: slicoss: remove private netdev listDavid Matlack2014-05-252-5/+0Star
* staging: slicoss: handle errors from slic_config_getDavid Matlack2014-05-231-12/+16
* staging: slicoss: fail on corrupt eepromDavid Matlack2014-05-232-9/+1Star
* staging: slicoss: fix eeprom checksum codeDavid Matlack2014-05-231-95/+15Star
* 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/+3Star
* staging: slicoss: remove unused members of struct adapterDavid Matlack2014-05-232-5/+1Star
* staging: slicoss: fix multiple free-after-free in slic_entry_removeDavid Matlack2014-05-231-8/+0Star
* staging: slicoss: fix use-after-free in slic_entry_probeDavid Matlack2014-05-231-11/+5Star
* Staging: slicoss: Fix smatch warning in slicoss.cMonam Agarwal2014-04-261-2/+1Star
* staging: slicoss: free IO remapping on failureKristina Martšenko2014-03-181-3/+1Star
* Staging: slicoss: Replace macro with inline defination in slicoss.cMonam Agarwal2014-03-171-13/+7Star
* staging: slicoss: Fix unnecessary line continuationsGulsah Kose2014-03-171-2/+2
* Staging: slicoss: Removal of unused macros in slicoss.cMonam Agarwal2014-03-101-11/+0Star
* Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slico...Monam Agarwal2014-02-281-2/+2
* Staging: slicoss: Fix quoted string split across linesMonam Agarwal2014-02-281-20/+10Star
* Staging: slicoss: Fix line over 80 characters in slic.hMonam Agarwal2014-02-281-3/+6
* staging: slicoss: Add MAINTAINERS entry, break README into TODO & READMEJoe Perches2014-02-112-40/+38Star
* 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/+8Star
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-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/+1Star