aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss
AgeCommit message (Expand)Author
2012-11-21staging: slicoss: remove use of __devexitBill Pemberton
2012-11-21staging: slicoss: remove use of __devinitBill Pemberton
2012-11-21staging: slicoss: remove use of __devexit_pBill Pemberton
2012-10-26staging: slicoss: fix a leak when kzalloc failDevendra Naga
2012-10-23staging: slicoss: get rid of slic_cmdqmem_init functionDevendra Naga
2012-10-23staging: slicoss: remove default case in irqhandlerDevendra Naga
2012-10-23staging: slicoss: return -ENOMEM if kzalloc failDevendra Naga
2012-10-22staging: slicoss: remove ASSERT macro altogetherDevendra Naga
2012-10-22staging: slicoss: fail out if we dont have a valid firmware fileDevendra Naga
2012-09-05staging: slicoss: fix a null deref when pci_alloc_consistent failDevendra Naga
2012-09-05staging: slicoss: remove return statement at the end of slic_mcast_set_listDevendra Naga
2012-09-05staging: slicoss: clean the spinlock code in slic_entry_openDevendra Naga
2012-09-05staging: slicoss: remove default case after we done with request_firmwareDevendra Naga
2012-09-04staging: slicoss: release firmware before returningDevendra Naga
2012-09-04staging: slicoss: return early before calling request_firmware with empty fir...Devendra Naga
2012-07-11staging/slicoss: disable pci device at removeDevendra Naga
2012-07-09staging/slicoss: return -ENODEV if no devid matchesDevendra Naga
2012-07-09staging/slicoss: remove not-needed ASSERTDevendra Naga
2012-06-18staging: slicoss: Fix a typo.Justin P. Mattock
2012-02-15staging: clean up Greg's email address in some TODO filesGreg Kroah-Hartman
2011-11-18staging: slicoss depends on NETRandy Dunlap
2011-10-26Remove stale "depends on NETDEV_1000"in staging driversLinus Torvalds
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-03-31Fix common misspellingsLucas De Marchi
2010-09-30staging: slicoss: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov
2010-08-31Staging: slicoss: Remove explicit arch dependenciesDenis Kirjanov
2010-08-02Staging: slicoss: Remove net_device_stats from the driver's privateDenis Kirjanov
2010-07-22Staging: slicoss: kill functions prototypes and reorder functionsDenis Kirjanov
2010-07-08staging: slicoss: error handling with gotoKulikov Vasiliy
2010-07-08staging: slicoss: error handling with gotoKulikov Vasiliy
2010-07-08staging: slicoss: Remove STATUS_XXX defines.Kulikov Vasiliy
2010-07-08staging: slicoss: Change return codes to -EYYY.Kulikov Vasiliy
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman
2010-03-03Staging: Fix continuation line formatsJoe Perches
2010-03-03staging: declare MODULE_FIRMWARE in various driversBen Hutchings
2010-03-03staging: slicoss Use pci_set_consistent_dma_mask.kirjanov@gmail.com
2010-03-03staging: slicoss Use compare_ether_addr.kirjanov@gmail.com
2010-03-03staging: slicoss Use PCI_DEVICE_TABLE.kirjanov@gmail.com
2010-03-03staging: slicoss Use dev->stats rather than adapter->stats.kirjanov@gmail.com
2010-03-03staging: slicoss No need to check pointer in debugfs_remove()kirjanov@gmail.com
2010-03-03staging: slicoss No need type casting when using netdev_privkirjanov@gmail.com
2010-03-03staging: slicoss Check for valid hw addresskirjanov@gmail.com
2010-03-03staging: slicoss Convert to netdev_tx_tkirjanov@gmail.com
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-11Staging: slicoss: remove duplicate structure field initializationJulia Lawall
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-19Staging: slicoss: fix build warningsGreg Kroah-Hartman