aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss/slicoss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17staging: slicoss: Fix space-related checkpatch.pl warningsCruz Julian Bishop1-11/+11
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
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-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 Kirjanov1-23/+19
2010-08-02Staging: slicoss: Remove net_device_stats from the driver's privateDenis Kirjanov1-20/+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: 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-Hartman1-54/+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.com1-8/+3
2010-03-03staging: slicoss Use PCI_DEVICE_TABLE.kirjanov@gmail.com1-8/+4
2010-03-03staging: slicoss Use dev->stats rather than adapter->stats.kirjanov@gmail.com1-13/+12
2010-03-03staging: slicoss No need to check pointer in debugfs_remove()kirjanov@gmail.com1-4/+2
2010-03-03staging: slicoss No need type casting when using netdev_privkirjanov@gmail.com1-10/+10
2010-03-03staging: slicoss Check for valid hw addresskirjanov@gmail.com1-0/+3
2010-03-03staging: slicoss Convert to netdev_tx_tkirjanov@gmail.com1-2/+2
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-12/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-11Staging: slicoss: remove duplicate structure field initializationJulia Lawall1-1/+0
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-19Staging: slicoss: fix build warningsGreg Kroah-Hartman1-1/+0
2009-06-19Staging: slicoss: Add missing __devexit_p()Jean Delvare1-1/+1
2009-04-17Revert Staging: SLICOSS: use gfp_kernel where possibleLior Dotan1-2/+2