aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss/slicoss.c
Commit message (Expand)AuthorAgeFilesLines
* staging: slicoss: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov2010-09-301-1/+1
* Staging: slicoss: Remove explicit arch dependenciesDenis Kirjanov2010-08-311-23/+19
* Staging: slicoss: Remove net_device_stats from the driver's privateDenis Kirjanov2010-08-021-20/+21
* Staging: slicoss: kill functions prototypes and reorder functionsDenis Kirjanov2010-07-221-1990/+1920
* staging: slicoss: error handling with gotoKulikov Vasiliy2010-07-081-13/+15
* staging: slicoss: error handling with gotoKulikov Vasiliy2010-07-081-8/+7
* staging: slicoss: Change return codes to -EYYY.Kulikov Vasiliy2010-07-081-26/+26
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman2010-03-041-54/+62
|\
| * Staging: Fix continuation line formatsJoe Perches2010-03-031-4/+2
| * staging: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-031-0/+6
| * staging: slicoss Use pci_set_consistent_dma_mask.kirjanov@gmail.com2010-03-031-5/+18
| * staging: slicoss Use compare_ether_addr.kirjanov@gmail.com2010-03-031-8/+3
| * staging: slicoss Use PCI_DEVICE_TABLE.kirjanov@gmail.com2010-03-031-8/+4
| * staging: slicoss Use dev->stats rather than adapter->stats.kirjanov@gmail.com2010-03-031-13/+12
| * staging: slicoss No need to check pointer in debugfs_remove()kirjanov@gmail.com2010-03-031-4/+2
| * staging: slicoss No need type casting when using netdev_privkirjanov@gmail.com2010-03-031-10/+10
| * staging: slicoss Check for valid hw addresskirjanov@gmail.com2010-03-031-0/+3
| * staging: slicoss Convert to netdev_tx_tkirjanov@gmail.com2010-03-031-2/+2
* | staging: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-12/+4
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
|/
* Staging: slicoss: remove duplicate structure field initializationJulia Lawall2009-12-111-1/+0
* Staging: ARRAY_SIZE changesStoyan Gaydarov2009-09-151-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* Staging: slicoss: fix build warningsGreg Kroah-Hartman2009-06-191-1/+0
* Staging: slicoss: Add missing __devexit_p()Jean Delvare2009-06-191-1/+1
* Revert Staging: SLICOSS: use gfp_kernel where possibleLior Dotan2009-04-171-2/+2
* Staging: slicoss: convert to netdev_opsAlexander Beregalov2009-04-171-7/+14
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* Staging: slicoss: delete slicdbg.hGreg Kroah-Hartman2009-04-031-2/+15
* Staging: slicoss: remove DBG_ERROR macroGreg Kroah-Hartman2009-04-031-115/+110
* Staging: slicoss: remove SLICLEVEL and SLIC_DISPLAY macrosGreg Kroah-Hartman2009-04-031-1/+2
* Staging: slicoss: remove SLIC_ETHTOOL_SUPPORTGreg Kroah-Hartman2009-04-031-110/+74
* Staging: slicoss: remove DBG_MSGGreg Kroah-Hartman2009-04-031-543/+28
* Staging: slicoss: remove VALID_ADDRESS macroGreg Kroah-Hartman2009-04-031-5/+0
* Staging: slicoss: remove SLIC_PING_TIMER_ENABLEDGreg Kroah-Hartman2009-04-031-5/+3
* Staging: slicoss: remove LINUX_FREES_ADAPTER_RESOURCESGreg Kroah-Hartman2009-04-031-3/+0
* Staging: slicoss: remove SLIC_POWER_MANAGEMENT_ENABLEDGreg Kroah-Hartman2009-04-031-8/+0
* Staging: slicoss: add proper KERN_DEBUG to 2 printksGreg Kroah-Hartman2009-04-031-3/+3
* Staging: slicoss: remove SLIC_GET_STATS_ENABLEDGreg Kroah-Hartman2009-04-031-12/+1
* Staging: slicoss: delete slicinc.hGreg Kroah-Hartman2009-04-031-15/+72
* Staging: slicoss: remove SLIC_GET_STATS_TIMER_ENABLEDGreg Kroah-Hartman2009-04-031-64/+0
* Staging: slicoss: clean up SLIC_DUMP_ENABLEDGreg Kroah-Hartman2009-04-031-1206/+2
* Staging: slicoss: remove unused #definesGreg Kroah-Hartman2009-04-031-2/+0
* Staging: slicoss: remove WRITE_REG wrapperGreg Kroah-Hartman2009-04-031-102/+96
* Staging: slicoss: remove WRITE_REG64 wrapperGreg Kroah-Hartman2009-04-031-83/+51
* Staging: slicoss: remove DEBUG_REGISTER_TRACEGreg Kroah-Hartman2009-04-031-15/+0
* Staging: slicoss: remove jiffies macrosGreg Kroah-Hartman2009-04-031-12/+9
* Staging: slicoss: remove TRUE/FALSE usageGreg Kroah-Hartman2009-04-031-16/+16
* Staging: SLICOSS: use gfp_kernel where possibleLior Dotan2009-04-031-4/+4