summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier2008-11-291-1/+1
* cxgb3: Update FW loading path.Divy Le Ray2008-11-271-2/+2
* cxgb3: avoid potential memory leak.Divy Le Ray2008-11-271-3/+2Star
* cxgb3: set hard_xmit in the netdev_opsDivy Le Ray2008-11-271-0/+1
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+0Star
* cxgb3: convert to net_device_opsStephen Hemminger2008-11-201-13/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-192-2/+10
|\
| * RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise2008-11-111-0/+2
| * cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray2008-11-111-1/+1
| * cxgb3 - eeprom read fixesDivy Le Ray2008-11-111-1/+7
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* | cxgb3 - enable lro control through ethtoolDivy Le Ray2008-10-311-12/+57
|/
* cxgb3: Fix kernel crash caused by uninitialized l2t_entry.arpqRoland Dreier2008-10-221-0/+1
* cxgb3: extend copyrights to 2008Divy Le Ray2008-10-1420-20/+20
* cxgb3: update driver versionDivy Le Ray2008-10-141-1/+1
* cxgb3: Add 1G fiber supportDivy Le Ray2008-10-093-12/+208
* cxgb3: Support for Aeluros 2005 PHYDivy Le Ray2008-10-094-19/+1040
* cxgb3: commnonize LASI phy codeDivy Le Ray2008-10-094-48/+77
* cxgb3: More flexible support for PHY interrupts.Divy Le Ray2008-10-093-18/+27
* cxgb3: simplify port type struct and usageDivy Le Ray2008-10-096-87/+94
* cxgb3: allow for PHY reset statusDivy Le Ray2008-10-094-27/+37
* cxgb3: Allocate multiqueues at init timeDivy Le Ray2008-10-093-37/+145
* cxgb3: reset the adapter on fatal errorDivy Le Ray2008-10-095-60/+119
* [2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray2008-10-093-3/+24
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-4/+4
* cxgb3 - remove duplicate tests in lroDivy Le Ray2008-09-251-35/+0Star
* cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller2008-09-224-48/+42Star
* cxgb3: Allow 64KB firmware images.Steve Wise2008-07-291-1/+1
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-185-6/+16
|\
| * RDMA/cxgb3: Fixes for zero STagSteve Wise2008-07-151-1/+1
| * RDMA/cxgb3: Add support for protocol statisticsSteve Wise2008-07-152-0/+8
| * cxgb3: treat firmware data as constDavid Woodhouse2008-07-102-5/+7
* | cxgb3 - Add iscsi supportKaren Xie2008-07-115-8/+59
* | vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-1/+1
* | cxgb3 - add missing adapter type for RDMADivy Le Ray2008-06-252-2/+22
* | cxgb3 - Add LRO supportDivy Le Ray2008-05-226-12/+267
* | cxgb3 - Add page support to jumbo frame Rx queueDivy Le Ray2008-05-222-35/+84
* | cxgb3 - Fix dma mapping error pathDivy Le Ray2008-05-221-12/+41
|/
* cxgb3 - fix EEHDivy Le Ray2008-05-135-6/+70
* cxgb3 - fix port up/down error pathDivy Le Ray2008-05-132-15/+18
* cxgb3: Use CAP_SYS_RAWIO for firmwareAlan Cox2008-05-061-2/+2
* RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise2008-04-291-1/+1
* net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-192-2/+0Star
* cxgb3: Fix __must_check warning with dev_dbg.Dan Noe2008-04-171-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-9/+9
|\
| * cxgb3: Fix lockdep problems with sge.reg_lockRoland Dreier2008-03-261-9/+9
* | annotate cxgb3 (ab)uses of skb->priority/skb->csumAl Viro2008-03-261-3/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-3/+9
|\|
| * cxgb3: Fix transmit queue stop mechanismDivy Le Ray2008-03-171-3/+9