summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-12-23cnic: Add FCoE support on 57712Michael Chan4-14/+2585
2010-12-23cnic: Add kcq2 support on 57712Michael Chan2-21/+56
2010-12-23cnic: Call cm_connect_complete() immediately on errorEddie Wai1-2/+14
2010-12-23cnic: Check device state before reading the kcq pointer in IRQMichael Chan1-5/+7
2010-12-23cnic: Support NIC Partition modeMichael Chan2-18/+69
2010-12-23cnic: Use proper client and connection IDs on iSCSI ringMichael Chan2-14/+12
2010-12-23cnic: Improve ->iscsi_nl_msg_send()Michael Chan3-12/+25
2010-12-23cnic: Prevent "scheduling while atomic" when calling ->cnic_init()Michael Chan1-2/+1
2010-12-23cnic: Fix iSCSI TCP port endian order.Michael Chan2-11/+14
2010-12-23Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller145-2838/+26741
2010-12-22pch_can: Fix array miss-pointing issueTomoya1-6/+8
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville145-2838/+26741
2010-12-21Merge branch '20101221_static_const' of git://repo.or.cz/linux-2.6/trivial-modsDavid S. Miller41-177/+199
2010-12-21sundance: Program station address into HWDenis Kirjanov1-1/+15
2010-12-21sundance: Wrap up acceess to ASICCtrl high word with a macroDenis Kirjanov1-2/+5
2010-12-21bnx2: remove cancel_work_sync() from remove_oneTejun Heo1-2/+0
2010-12-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller4-115/+35
2010-12-21stmmac: unwind properly in stmmac_dvr_probe()Dan Carpenter1-25/+25
2010-12-21bnx2x: remove bogus checkDan Carpenter1-3/+0
2010-12-21drivers/net/*/: Use static constJoe Perches19-65/+84
2010-12-21tulip: Use DEFINE_PCI_DEVICE_TABLE and static constJoe Perches1-6/+9
2010-12-21usb: Use static const, consolidate codeJoe Perches1-23/+16
2010-12-21drivers/net/*.c: Use static constJoe Perches19-69/+78
2010-12-21tg3: Use DEFINE_PCI_DEVICE_TABLEJoe Perches1-14/+12
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+10
2010-12-20rtlwifi: use alloc_workqueueJohn W. Linville1-1/+1
2010-12-20ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau3-34/+0
2010-12-20ath9k_hw: fix PA predistortion HT40 maskFelix Fietkau3-9/+13
2010-12-20wl1251: wl12xx_get_platform_data() returns an ERR_PTRDan Carpenter1-1/+1
2010-12-20rtlwifi: Fix use of mutex in interrupt codeLarry Finger3-5/+6
2010-12-20ath9k: Properly initialize channel table for 2GHzMohammed Shafi Shajakhan1-0/+1
2010-12-20rtl8192ce: Fix typo in Kconfig descriptionAnisse Astier1-1/+1
2010-12-20ath9k_hw: remove baseband rfsilent supportFelix Fietkau5-43/+1
2010-12-20ath9k: fix queue depth check for forming new aggregatesFelix Fietkau2-3/+19
2010-12-20rtl8192ce: drop 'rtl8192c-' prefix from filesJohn W. Linville21-52/+52
2010-12-20ath5k: Set available antenna information for cfg80211Bruno Randolf1-0/+4
2010-12-20vmxnet3: locking problems in xmitDan Carpenter1-1/+3
2010-12-20typhoon: memory corruption in typhoon_get_drvinfo()Dan Carpenter1-1/+0
2010-12-20net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr1-2/+10
2010-12-20ehea: Fixing some message levelBreno Leitao1-2/+2
2010-12-19vxge: add missing flush of reset_taskTejun Heo1-0/+2
2010-12-19ifb: use netif_receive_skb() instead of netif_rx()Eric Dumazet1-1/+1
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller47-170/+349
2010-12-17asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard1-0/+4
2010-12-17qlcnic: reset pci function unconditionally during probeRajesh Borundia2-6/+3
2010-12-17qlcnic: fix ocm window register offset calculationRajesh Borundia1-1/+1
2010-12-17qlcnic: fix LED test when interface is down.Sucheta Chakraborty2-5/+23
2010-12-17tehuti: Firmware filename is tehuti/bdx.binBen Hutchings1-2/+2
2010-12-16ifb: fix a lockdep splatEric Dumazet1-1/+1
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław14-15/+15