summaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss
Commit message (Expand)AuthorAgeFilesLines
* Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman2010-03-042-63/+62Star
|\
| * Staging: Fix continuation line formatsJoe Perches2010-03-041-4/+2Star
| * staging: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-041-0/+6
| * staging: slicoss Use pci_set_consistent_dma_mask.kirjanov@gmail.com2010-03-041-5/+18
| * staging: slicoss Use compare_ether_addr.kirjanov@gmail.com2010-03-042-17/+3Star
| * staging: slicoss Use PCI_DEVICE_TABLE.kirjanov@gmail.com2010-03-041-8/+4Star
| * staging: slicoss Use dev->stats rather than adapter->stats.kirjanov@gmail.com2010-03-041-13/+12Star
| * staging: slicoss No need to check pointer in debugfs_remove()kirjanov@gmail.com2010-03-041-4/+2Star
| * staging: slicoss No need type casting when using netdev_privkirjanov@gmail.com2010-03-041-10/+10
| * staging: slicoss Check for valid hw addresskirjanov@gmail.com2010-03-041-0/+3
| * staging: slicoss Convert to netdev_tx_tkirjanov@gmail.com2010-03-041-2/+2
* | staging: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-12/+4Star
* | 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/+0Star
* Staging: ARRAY_SIZE changesStoyan Gaydarov2009-09-151-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* Staging: slicoss: fix build warningsGreg Kroah-Hartman2009-06-191-1/+0Star
* Staging: slicoss: Add missing __devexit_p()Jean Delvare2009-06-191-1/+1
* staging: slicoss: update READMEStephen Hemminger2009-04-171-1/+30
* 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: slichw.h cleanupGreg Kroah-Hartman2009-04-031-514/+510Star
* Staging: slicoss: delete slicdbg.hGreg Kroah-Hartman2009-04-032-68/+15Star
* Staging: slicoss: remove ASSERTMSG macroGreg Kroah-Hartman2009-04-031-14/+0Star
* Staging: slicoss: remove DBG_ERROR macroGreg Kroah-Hartman2009-04-032-119/+112Star
* Staging: slicoss: remove SLICLEVEL and SLIC_DISPLAY macrosGreg Kroah-Hartman2009-04-032-7/+3Star
* Staging: slicoss: remove SLIC_ETHTOOL_SUPPORTGreg Kroah-Hartman2009-04-031-110/+74Star
* Staging: slicoss: remove DBG_MSGGreg Kroah-Hartman2009-04-032-551/+28Star
* Staging: slicoss: remove VALID_ADDRESS macroGreg Kroah-Hartman2009-04-032-10/+0Star
* Staging: slicoss: remove SLIC_PING_TIMER_ENABLEDGreg Kroah-Hartman2009-04-031-5/+3Star
* Staging: slicoss: remove LINUX_FREES_ADAPTER_RESOURCESGreg Kroah-Hartman2009-04-031-3/+0Star
* Staging: slicoss: remove SLIC_POWER_MANAGEMENT_ENABLEDGreg Kroah-Hartman2009-04-031-8/+0Star
* 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/+1Star
* Staging: slicoss: delete slicinc.hGreg Kroah-Hartman2009-04-032-163/+72Star
* Staging: slicoss: remove SLIC_GET_STATS_TIMER_ENABLEDGreg Kroah-Hartman2009-04-032-66/+0Star
* Staging: slicoss: clean up SLIC_DUMP_ENABLEDGreg Kroah-Hartman2009-04-034-1570/+2Star
* Staging: slicoss: delete slicbuild.hGreg Kroah-Hartman2009-04-031-88/+0Star
* Staging: slicoss: remove unused #definesGreg Kroah-Hartman2009-04-032-22/+12Star
* Staging: slicoss: remove slic_os.hGreg Kroah-Hartman2009-04-032-47/+0Star
* Staging: slicoss: remove WRITE_REG wrapperGreg Kroah-Hartman2009-04-033-107/+96Star
* Staging: slicoss: remove WRITE_REG64 wrapperGreg Kroah-Hartman2009-04-033-87/+51Star
* Staging: slicoss: remove DEBUG_REGISTER_TRACEGreg Kroah-Hartman2009-04-032-42/+0Star
* Staging: slicoss: remove jiffies macrosGreg Kroah-Hartman2009-04-032-15/+9Star
* Staging: slicoss: remove TRUE/FALSE usageGreg Kroah-Hartman2009-04-034-38/+21Star
* Staging: SLICOSS: use gfp_kernel where possibleLior Dotan2009-04-031-4/+4
* Staging: SLICOSS: free resources on entry_probe error pathLior Dotan2009-04-031-8/+9
* Staging: slicoss: add binary firmware to firmware directoryLior Dotan2009-04-031-4/+4
* Staging: SLICOSS: remove the static firmware header filesLior Dotan2009-04-035-22356/+0Star