summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller29-126/+381
2010-12-26bna: Update the driver version to 2.3.2.3Rasesh Mody1-1/+1
2010-12-26bna: IOC failure auto recovery fixRasesh Mody7-350/+1061
2010-12-26bna: Restore VLAN filter tableRasesh Mody1-2/+27
2010-12-26bna: Removed unused codeRasesh Mody3-253/+3
2010-12-26bna: IOC uninit check and misc cleanupRasesh Mody2-65/+2
2010-12-26bna: Fix for TX queueRasesh Mody3-6/+25
2010-12-26bna: Enable pure priority tagged packet reception and rxf uninit cleanup fixRasesh Mody1-0/+25
2010-12-26bna: Fix ethtool register dump and reordered an APIRasesh Mody2-9/+3
2010-12-26bna: Port enable disable sync and txq priority fixRasesh Mody4-39/+116
2010-12-26bna: TxRx and datapath fixRasesh Mody2-197/+178
2010-12-25ixgbevf: Add X540 VF device support to the ixgbevf driverGreg Rose5-4/+15
2010-12-25ixgbe: Add anti-spoofing feature supportGreg Rose6-3/+114
2010-12-25ixgbe: Add SR-IOV feature support to X540Greg Rose3-2/+6
2010-12-25ixgbe: Warn on VF attempt to override Administratively set MAC/VLANGreg Rose1-11/+29
2010-12-25igbvf: add support for i350 VF deviceWilliams, Mitch A3-0/+12
2010-12-25igbvf: force link checking when mailbox timeout has occurredAlexander Duyck1-2/+2
2010-12-25igb: Add Anti-spoofing feature supportGreg Rose5-0/+87
2010-12-25igb: Some fine tuningGasparakis, Joseph3-3/+9
2010-12-25igb: Warn on attempt to override administratively set MAC/VLANGreg Rose1-3/+14
2010-12-25igb: Fix overwrite of the VF's flagsGreg Rose1-4/+4
2010-12-25e1000e: checkpatch warnings - bracesBruce Allan4-21/+12
2010-12-25e1000e: checkpatch error - open bracesBruce Allan3-15/+15
2010-12-25e1000e: checkpatch error - trailing statementsBruce Allan1-2/+2
2010-12-25e1000e: checkpatch error - macro panethesisBruce Allan2-56/+60
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-23pch_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-22Merge branch '20101221_static_const' of git://repo.or.cz/linux-2.6/trivial-modsDavid S. Miller41-177/+199
2010-12-22sundance: Program station address into HWDenis Kirjanov1-1/+15
2010-12-22sundance: 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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+10