aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-03qlcnic: Disable loopback supportSucheta Chakraborty5-311/+1
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings4-13/+7
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings1-1/+1
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson1-2/+6
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings2-1/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings5-8/+15
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings3-43/+43
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings4-7/+9
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings6-75/+69
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings8-10/+0
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings2-82/+54
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-02can: EG20T PCH: Delete unnecessary spin_lockTomoya1-34/+0
2010-12-02can: EG20T PCH: Enumerate LEC macrosTomoya1-36/+41
2010-12-02can: EG20T PCH: Change Message Object IndexTomoya1-147/+116
2010-12-02can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya1-244/+201
2010-12-01vxge: update driver versionJon Mason1-2/+2
2010-12-01vxge: use strcpy for stringsJon Mason1-1/+1
2010-12-01vxge: remove unnecessary printksJon Mason1-11/+0
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov7-96/+400
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-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller136-1837/+11269
2010-11-28vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-28qeth: l3 fix len in tso hdrFrank Blaschka1-0/+1
2010-11-28qeth: enable interface setup if LAN is offlineUrsula Braun2-10/+12
2010-11-28drivers/s390/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-28qeth lcs: convert mc rwlock to RCUSachin Sant2-9/+12
2010-11-28stmmac: fix stmmac_resume removing not yet used shutdown flagGiuseppe Cavallaro1-7/+0
2010-11-28forcedeth: use usleep_range not msleep for small sleepsSzymon Janc1-1/+1
2010-11-28forcedeth: do not use assignment in if conditionsSzymon Janc1-2/+4
2010-11-28forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and <asm/uaccess.h> as suggested by checkpatchSzymon Janc1-2/+2
2010-11-28forcedeth: remove unnecessary checks before kfreeSzymon Janc1-8/+5
2010-11-28forcedeth: fix multiple code style issuesSzymon Janc1-166/+135
2010-11-28zd1211rw: document need for kmalloc castJoe Perches1-0/+1