summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-12-021-0/+4
| |\ \ \ \ \
| | * | | | | mlx4_core: Workaround firmware bug in query dev capEli Cohen2010-12-011-0/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-2914-115/+172
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2010-11-254-0/+2429
| |\ \ \ \ \ \ \
| | * | | | | | | drivers/net/tile/: on-chip network drivers for the tile architectureChris Metcalf2010-11-244-0/+2429
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-245-22/+164
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-1916-28/+48
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2010-12-2529-126/+381
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ixgbevf: Add X540 VF device support to the ixgbevf driverGreg Rose2010-12-245-4/+15
| * | | | | | | | | | ixgbe: Add anti-spoofing feature supportGreg Rose2010-12-246-3/+114
| * | | | | | | | | | ixgbe: Add SR-IOV feature support to X540Greg Rose2010-12-243-2/+6
| * | | | | | | | | | ixgbe: Warn on VF attempt to override Administratively set MAC/VLANGreg Rose2010-12-241-11/+29
| * | | | | | | | | | igbvf: add support for i350 VF deviceWilliams, Mitch A2010-12-243-0/+12
| * | | | | | | | | | igbvf: force link checking when mailbox timeout has occurredAlexander Duyck2010-12-241-2/+2
| * | | | | | | | | | igb: Add Anti-spoofing feature supportGreg Rose2010-12-245-0/+87
| * | | | | | | | | | igb: Some fine tuningGasparakis, Joseph2010-12-243-3/+9
| * | | | | | | | | | igb: Warn on attempt to override administratively set MAC/VLANGreg Rose2010-12-241-3/+14
| * | | | | | | | | | igb: Fix overwrite of the VF's flagsGreg Rose2010-12-241-4/+4
| * | | | | | | | | | e1000e: checkpatch warnings - bracesBruce Allan2010-12-244-21/+12
| * | | | | | | | | | e1000e: checkpatch error - open bracesBruce Allan2010-12-243-15/+15
| * | | | | | | | | | e1000e: checkpatch error - trailing statementsBruce Allan2010-12-241-2/+2
| * | | | | | | | | | e1000e: checkpatch error - macro panethesisBruce Allan2010-12-242-56/+60
* | | | | | | | | | | bna: Update the driver version to 2.3.2.3Rasesh Mody2010-12-251-1/+1
* | | | | | | | | | | bna: IOC failure auto recovery fixRasesh Mody2010-12-257-350/+1061
* | | | | | | | | | | bna: Restore VLAN filter tableRasesh Mody2010-12-251-2/+27
* | | | | | | | | | | bna: Removed unused codeRasesh Mody2010-12-253-253/+3
* | | | | | | | | | | bna: IOC uninit check and misc cleanupRasesh Mody2010-12-252-65/+2
* | | | | | | | | | | bna: Fix for TX queueRasesh Mody2010-12-253-6/+25
* | | | | | | | | | | bna: Enable pure priority tagged packet reception and rxf uninit cleanup fixRasesh Mody2010-12-251-0/+25
* | | | | | | | | | | bna: Fix ethtool register dump and reordered an APIRasesh Mody2010-12-252-9/+3
* | | | | | | | | | | bna: Port enable disable sync and txq priority fixRasesh Mody2010-12-254-39/+116
* | | | | | | | | | | bna: TxRx and datapath fixRasesh Mody2010-12-252-197/+178
|/ / / / / / / / / /
* | | | | | | | | | cnic: Add FCoE support on 57712Michael Chan2010-12-234-14/+2585
* | | | | | | | | | cnic: Add kcq2 support on 57712Michael Chan2010-12-232-21/+56
* | | | | | | | | | cnic: Call cm_connect_complete() immediately on errorEddie Wai2010-12-231-2/+14
* | | | | | | | | | cnic: Check device state before reading the kcq pointer in IRQMichael Chan2010-12-231-5/+7
* | | | | | | | | | cnic: Support NIC Partition modeMichael Chan2010-12-232-18/+69
* | | | | | | | | | cnic: Use proper client and connection IDs on iSCSI ringMichael Chan2010-12-232-14/+12
* | | | | | | | | | cnic: Improve ->iscsi_nl_msg_send()Michael Chan2010-12-232-6/+17
* | | | | | | | | | cnic: Prevent "scheduling while atomic" when calling ->cnic_init()Michael Chan2010-12-231-2/+1
* | | | | | | | | | cnic: Fix iSCSI TCP port endian order.Michael Chan2010-12-232-11/+14
* | | | | | | | | | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2010-12-23145-2838/+26741
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-22145-2838/+26741
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | rtlwifi: use alloc_workqueueJohn W. Linville2010-12-201-1/+1
| | * | | | | | | | | | ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau2010-12-203-34/+0
| | * | | | | | | | | | ath9k_hw: fix PA predistortion HT40 maskFelix Fietkau2010-12-203-9/+13
| | * | | | | | | | | | wl1251: wl12xx_get_platform_data() returns an ERR_PTRDan Carpenter2010-12-201-1/+1
| | * | | | | | | | | | rtlwifi: Fix use of mutex in interrupt codeLarry Finger2010-12-203-5/+6
| | * | | | | | | | | | ath9k: Properly initialize channel table for 2GHzMohammed Shafi Shajakhan2010-12-201-0/+1