summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings1-33/+24
2010-12-03sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson1-0/+1
2010-12-03sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings1-0/+6
2010-12-03sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings1-0/+4
2010-12-03sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings1-29/+80
2010-12-03sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings1-1/+1
2010-12-03sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings1-1/+1
2010-12-03tulip: fix hang in dmfe driver on sending of big packetAlexander V. Lukyanov1-3/+3
2010-12-03stmmac: priv->lock can be used uninitializedVlad Lungu1-2/+2
2010-12-03can: EG20T PCH: Delete unnecessary spin_lockTomoya1-34/+0
2010-12-03can: EG20T PCH: Enumerate LEC macrosTomoya1-36/+41
2010-12-03can: EG20T PCH: Change Message Object IndexTomoya1-147/+116
2010-12-03can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya1-244/+201
2010-12-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville2-4/+3
2010-12-02ath9k_hw: fix more bitfield related endian issuesFelix Fietkau2-9/+16
2010-12-02ath9k_hw: fix endian issues with CTLs on AR9003Felix Fietkau4-54/+47
2010-12-02ath9k: Fix bug in reading input gpio state for ar9003Vasanthakumar Thiagarajan2-3/+6
2010-12-02vxge: update driver versionJon Mason1-2/+2
2010-12-02vxge: use strcpy for stringsJon Mason1-1/+1
2010-12-02vxge: remove unnecessary printksJon Mason1-11/+0
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov7-96/+400
2010-12-01bonding: check for assigned mac before adopting the slaves mac addressDavid Strand1-1/+1
2010-12-01b44: fix workarround for wap54g10Hauke Mehrtens1-6/+5
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2-3/+4
2010-11-30orinoco: abort scan on interface downDavid Kilroy3-7/+14
2010-11-29forcedeth: Use netdev_dbg for printk(KERN_DEBUGJoe Perches1-7/+12
2010-11-29forcedeth: Remove netdev_dbg usesJoe Perches1-133/+0
2010-11-29forcedeth: Convert dev_printk(<level> to dev_<level>(Joe Perches1-38/+26
2010-11-29forcedeth: Separate vendor specific initializations into functionsJoe Perches1-179/+188
2010-11-29forcedeth: Add function init_realtek_8211bJoe Perches1-73/+32
2010-11-29forcedeth: Convert pr_<level> to netdev_<level>Joe Perches1-132/+161
2010-11-29forcedeth: Use pr_fmt and pr_<level>Joe Perches1-114/+142
2010-11-29forcedeth: Convert remaining dprintk to netdev_dbgJoe Perches1-19/+12
2010-11-29forcedeth: Use print_hex_dumpJoe Perches1-37/+17
2010-11-29forcedeth: convert dprintk(KERN_DEBUG to netdev_dbgJoe Perches1-89/+87
2010-11-29forcedeth: Change reg_delay arguments and useJoe Perches1-16/+14
2010-11-29carl9170: fix carl9170_tx_prepare typoChristian Lamparter1-1/+1
2010-11-29ath9k: Disable SWBA interrupt on remove_interfaceRajkumar Manoharan1-1/+10
2010-11-29ath9k/carl9170: advertise P2PJohannes Berg3-2/+6
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos3-9/+7
2010-11-29libertas: fix invalid accessSven Neumann2-2/+0
2010-11-29libertas: fix memory corruption in lbs_remove_card()Daniel Drake1-2/+0
2010-11-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller134-1809/+11244
2010-11-29pch_gbe driver: The wrong of initializer entryToshiharu Okada1-4/+4
2010-11-29pch_gbe dreiver: chang authorToshiharu Okada2-6/+6
2010-11-29ucc_geth: fix ucc halt problem in half duplex modeYang Li1-1/+2
2010-11-29vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-29ehea: Add some info messages and fix an issueBreno Leitao1-4/+14
2010-11-29stmmac: fix stmmac_resume removing not yet used shutdown flagGiuseppe Cavallaro1-7/+0
2010-11-29forcedeth: use usleep_range not msleep for small sleepsSzymon Janc1-1/+1