summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+3Star
* 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-141-7/+11
* staging: slicoss: information leak in ETHTOOL_GSETDan Carpenter2013-04-051-0/+1
* staging: slicoss: Remove dma_addr_t cast compilation warningsJoe Perches2013-03-111-11/+16
* staging/slicoss: Use ether_crc for mac hash calculationPeter Huewe2013-03-111-65/+4Star
* staging/slicoss: Fix buffer possible overflow in slic_card_locatePeter Huewe2013-03-111-3/+4
* staging/slicoss: Fix operation may be undefined warningPeter Huewe2013-03-111-1/+1
* staging/slicoss: Remove always true if statementPeter Huewe2013-03-111-14/+10Star
* staging/slicoss: Check pointer before dereferencingPeter Huewe2013-03-111-2/+1Star
* staging: slicoss: Fix space-related checkpatch.pl warningsCruz Julian Bishop2013-01-173-266/+266
* staging: slicoss: Fix three checkpatch.pl errors in slicoss.cCruz Julian Bishop2013-01-171-3/+6
* staging: slicoss: Stop swearing in slicoss.cCruz Julian Bishop2013-01-171-2/+2
* staging: slicoss: remove use of __devexitBill Pemberton2012-11-221-1/+1
* staging: slicoss: remove use of __devinitBill Pemberton2012-11-221-1/+1
* staging: slicoss: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* staging: slicoss: fix a leak when kzalloc failDevendra Naga2012-10-261-1/+4
* staging: slicoss: get rid of slic_cmdqmem_init functionDevendra Naga2012-10-241-8/+1Star