aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss/slicoss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-17Staging: slicoss: convert to netdev_opsAlexander Beregalov1-7/+14
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-03Staging: slicoss: delete slicdbg.hGreg Kroah-Hartman1-2/+15
2009-04-03Staging: slicoss: remove DBG_ERROR macroGreg Kroah-Hartman1-115/+110
2009-04-03Staging: slicoss: remove SLICLEVEL and SLIC_DISPLAY macrosGreg Kroah-Hartman1-1/+2
2009-04-03Staging: slicoss: remove SLIC_ETHTOOL_SUPPORTGreg Kroah-Hartman1-110/+74
2009-04-03Staging: slicoss: remove DBG_MSGGreg Kroah-Hartman1-543/+28
2009-04-03Staging: slicoss: remove VALID_ADDRESS macroGreg Kroah-Hartman1-5/+0
2009-04-03Staging: slicoss: remove SLIC_PING_TIMER_ENABLEDGreg Kroah-Hartman1-5/+3
2009-04-03Staging: slicoss: remove LINUX_FREES_ADAPTER_RESOURCESGreg Kroah-Hartman1-3/+0
2009-04-03Staging: slicoss: remove SLIC_POWER_MANAGEMENT_ENABLEDGreg Kroah-Hartman1-8/+0
2009-04-03Staging: slicoss: add proper KERN_DEBUG to 2 printksGreg Kroah-Hartman1-3/+3
2009-04-03Staging: slicoss: remove SLIC_GET_STATS_ENABLEDGreg Kroah-Hartman1-12/+1
2009-04-03Staging: slicoss: delete slicinc.hGreg Kroah-Hartman1-15/+72
2009-04-03Staging: slicoss: remove SLIC_GET_STATS_TIMER_ENABLEDGreg Kroah-Hartman1-64/+0
2009-04-03Staging: slicoss: clean up SLIC_DUMP_ENABLEDGreg Kroah-Hartman1-1206/+2
2009-04-03Staging: slicoss: remove unused #definesGreg Kroah-Hartman1-2/+0
2009-04-03Staging: slicoss: remove WRITE_REG wrapperGreg Kroah-Hartman1-102/+96
2009-04-03Staging: slicoss: remove WRITE_REG64 wrapperGreg Kroah-Hartman1-83/+51
2009-04-03Staging: slicoss: remove DEBUG_REGISTER_TRACEGreg Kroah-Hartman1-15/+0
2009-04-03Staging: slicoss: remove jiffies macrosGreg Kroah-Hartman1-12/+9
2009-04-03Staging: slicoss: remove TRUE/FALSE usageGreg Kroah-Hartman1-16/+16
2009-04-03Staging: SLICOSS: use gfp_kernel where possibleLior Dotan1-4/+4