aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: slicoss: fix error return code in slic_entry_probe()Wei Yongjun1-7/+11
2013-04-05staging: slicoss: information leak in ETHTOOL_GSETDan Carpenter1-0/+1
2013-03-11staging: slicoss: Remove dma_addr_t cast compilation warningsJoe Perches1-11/+16
2013-03-11staging/slicoss: Use ether_crc for mac hash calculationPeter Huewe1-65/+4
2013-03-11staging/slicoss: Fix buffer possible overflow in slic_card_locatePeter Huewe1-3/+4
2013-03-11staging/slicoss: Fix operation may be undefined warningPeter Huewe1-1/+1
2013-03-11staging/slicoss: Remove always true if statementPeter Huewe1-14/+10
2013-03-11staging/slicoss: Check pointer before dereferencingPeter Huewe1-2/+1
2013-01-17staging: slicoss: Fix space-related checkpatch.pl warningsCruz Julian Bishop3-266/+266
2013-01-17staging: slicoss: Fix three checkpatch.pl errors in slicoss.cCruz Julian Bishop1-3/+6
2013-01-17staging: slicoss: Stop swearing in slicoss.cCruz Julian Bishop1-2/+2
2012-11-21staging: slicoss: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: slicoss: remove use of __devinitBill Pemberton1-1/+1
2012-11-21staging: slicoss: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-26staging: slicoss: fix a leak when kzalloc failDevendra Naga1-1/+4
2012-10-23staging: slicoss: get rid of slic_cmdqmem_init functionDevendra Naga1-8/+1
2012-10-23staging: slicoss: remove default case in irqhandlerDevendra Naga1-3/+0
2012-10-23staging: slicoss: return -ENOMEM if kzalloc failDevendra Naga1-0/+2
2012-10-22staging: slicoss: remove ASSERT macro altogetherDevendra Naga1-138/+2
2012-10-22staging: slicoss: fail out if we dont have a valid firmware fileDevendra Naga1-2/+1
2012-09-05staging: slicoss: fix a null deref when pci_alloc_consistent failDevendra Naga1-3/+2
2012-09-05staging: slicoss: remove return statement at the end of slic_mcast_set_listDevendra Naga1-1/+0
2012-09-05staging: slicoss: clean the spinlock code in slic_entry_openDevendra Naga1-15/+5
2012-09-05staging: slicoss: remove default case after we done with request_firmwareDevendra Naga1-3/+0
2012-09-04staging: slicoss: release firmware before returningDevendra Naga1-2/+6
2012-09-04staging: slicoss: return early before calling request_firmware with empty firmware filenameDevendra Naga1-2/+1
2012-07-11staging/slicoss: disable pci device at removeDevendra Naga1-0/+1
2012-07-09staging/slicoss: return -ENODEV if no devid matchesDevendra Naga1-2/+1
2012-07-09staging/slicoss: remove not-needed ASSERTDevendra Naga1-1/+0
2012-06-18staging: slicoss: Fix a typo.Justin P. Mattock1-1/+1
2012-02-15staging: clean up Greg's email address in some TODO filesGreg Kroah-Hartman1-1/+1
2011-11-18staging: slicoss depends on NETRandy Dunlap1-1/+1
2011-10-26Remove stale "depends on NETDEV_1000"in staging driversLinus Torvalds1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-09-30staging: slicoss: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-1/+1
2010-08-31Staging: slicoss: Remove explicit arch dependenciesDenis Kirjanov2-26/+24
2010-08-02Staging: slicoss: Remove net_device_stats from the driver's privateDenis Kirjanov2-21/+21
2010-07-22Staging: slicoss: kill functions prototypes and reorder functionsDenis Kirjanov1-1990/+1920
2010-07-08staging: slicoss: error handling with gotoKulikov Vasiliy1-13/+15
2010-07-08staging: slicoss: error handling with gotoKulikov Vasiliy1-8/+7
2010-07-08staging: slicoss: Remove STATUS_XXX defines.Kulikov Vasiliy1-11/+0
2010-07-08staging: slicoss: Change return codes to -EYYY.Kulikov Vasiliy1-26/+26
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman2-63/+62
2010-03-03Staging: Fix continuation line formatsJoe Perches1-4/+2
2010-03-03staging: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+6
2010-03-03staging: slicoss Use pci_set_consistent_dma_mask.kirjanov@gmail.com1-5/+18
2010-03-03staging: slicoss Use compare_ether_addr.kirjanov@gmail.com2-17/+3
2010-03-03staging: slicoss Use PCI_DEVICE_TABLE.kirjanov@gmail.com1-8/+4