aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-07stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO5-90/+95
2010-01-07stmmac: move the dma out from the mainGiuseppe CAVALLARO8-387/+481
2010-01-07stmmac: reorganise class operations.Giuseppe CAVALLARO7-146/+162
2010-01-07stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO1-2/+3
2010-01-07stmmac: perform hw bus configurationGiuseppe CAVALLARO2-3/+3
2010-01-07stmmac: rewiew platform dataGiuseppe CAVALLARO2-7/+33
2010-01-07stmmac: convert unicast addr list to list_headGiuseppe CAVALLARO1-16/+8
2010-01-07stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO1-3/+4
2010-01-07drivers/net/skfp/skfddi.c: use %pMF to show MAC addresshartleys1-16/+3
2010-01-07drivers/net/defxx.c: use %pMF to show MAC addresshartleys1-5/+2
2010-01-07drivers/message/i2o/i2o_proc.c: use %pM to show MAC addressH Hartley Sweeten1-8/+3
2010-01-07drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten1-9/+2
2010-01-07drivers/net/wimax/i2400m/driver.c: use %pM to show MAC addresshartleys1-13/+4
2010-01-07drivers/net/qlge/qlge_main.c: use %pM to show MAC addresshartleys1-3/+1
2010-01-07drivers/net/atl1e/atl1e_main.c: use %pM to show MAC addresshartleys1-4/+1
2010-01-07drivers/net/wimax/i2400m/fw.c: use %pM to show MAC addresshartleys1-9/+2
2010-01-07drivers/net/atl1c/atl1c_main.c: use %pM to show MAC addresshartleys1-5/+2
2010-01-07drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys1-4/+2
2010-01-07drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC addresshartleys1-5/+2
2010-01-07drivers/atm/lanai.c: use %pM to show MAC addresshartleys1-11/+3
2010-01-07drivers/atm/fore200e.c: use %pM to show MAC addresshartleys1-7/+4
2010-01-07drivers/firmware/iscsi_ibft.c: use %pM to show MAC addresshartleys1-5/+1
2010-01-07drivers/atm/idt77252.c: use %pM to show MAC addresshartleys1-4/+1
2010-01-07drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys1-10/+2
2010-01-07drivers/atm/nicstar.c: use %pM to show MAC addresshartleys1-3/+1
2010-01-07mv643xx_eth: don't include cache padding in rx desc buffer sizeSaeed Bishara1-2/+4
2010-01-07NET: atlx, fix memory leakJiri Slaby1-2/+5
2010-01-07pcmcia: ncmlan_cs: remove odd bracketAlexander Beregalov1-1/+0
2010-01-07cs89x0: Always report failure to request interruptMark Brown1-2/+1
2010-01-07hso: fixed missing newlinesJan Dumon1-8/+8
2010-01-07hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon1-0/+4
2010-01-07hso: Attempt to recover from usb bus errorsJan Dumon1-10/+44
2010-01-07hso: don't change the state of a closed portJan Dumon1-5/+5
2010-01-07hso: Fix for endian issues on big endian machinesJan Dumon1-5/+7
2010-01-07hso: Add Vendor/Product ID's for new devicesJan Dumon1-0/+9
2010-01-078139too: make PCI device ids constantMárton Németh2-2/+2
2010-01-07claw: use "claw" as root device nameUrsula Braun1-1/+1
2010-01-06drivers/net/mac8390.c: Add mac8390_init functionJoe Perches1-102/+105
2010-01-06drivers/net/mac8390.c: Checkpatch cleanupsJoe Perches1-107/+122
2010-01-06drivers/net/mac8390.c: Convert printk(KERN_<level> to pr_<level>(Joe Perches1-32/+25
2010-01-06drivers/net/mac8390.c: Remove useless memcpy castingJoe Perches1-9/+10
2010-01-06drivers/net/mac8390.c: Indent case labelsJoe Perches1-126/+126
2010-01-06pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki2-3/+16
2010-01-06phy: SMSC device Energy Detect power-down modeGiuseppe Cavallaro1-2/+19
2010-01-06ucc_geth: Fix the wrong the Rx/Tx FIFO sizeDave Liu1-6/+7
2010-01-06qlge: Add napi gro frags interface.Ron Mercer1-0/+53
2010-01-06qlge: Add RX frame handlers for non-split frames.Ron Mercer1-4/+257
2010-01-06qlge: Turn on RX header split based on platform.Ron Mercer2-7/+18
2010-01-06sky2: Lock transmit queue while disabling deviceMike McCormack1-0/+2
2010-01-06sky2: Refactor sky2_get_regs into two functionsMike McCormack1-46/+48