aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-26cxgb3: add control to access embedded imagesDivy Le Ray2-0/+19
2008-12-25drivers/net/cxgb3: comment out dead codeHannes Eder1-0/+2
2008-12-18cxgb3: manage private iSCSI IP addressKaren Xie4-21/+121
2008-12-16cxgb3: untie strict FW matchingDivy Le Ray3-30/+15
2008-12-16cxgb3: Add multiple Tx queue support.Divy Le Ray4-16/+31
2008-11-28cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier1-1/+1
2008-11-26cxgb3: Update FW loading path.Divy Le Ray1-2/+2
2008-11-26cxgb3: avoid potential memory leak.Divy Le Ray1-3/+2
2008-11-26cxgb3: set hard_xmit in the netdev_opsDivy Le Ray1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+0
2008-11-19cxgb3: convert to net_device_opsStephen Hemminger1-13/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+10
2008-11-11RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise1-0/+2
2008-11-11cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray1-1/+1
2008-11-11cxgb3 - eeprom read fixesDivy Le Ray1-1/+7
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31cxgb3 - enable lro control through ethtoolDivy Le Ray1-12/+57
2008-10-22cxgb3: Fix kernel crash caused by uninitialized l2t_entry.arpqRoland Dreier1-0/+1
2008-10-13cxgb3: extend copyrights to 2008Divy Le Ray20-20/+20
2008-10-13cxgb3: update driver versionDivy Le Ray1-1/+1
2008-10-08cxgb3: Add 1G fiber supportDivy Le Ray3-12/+208
2008-10-08cxgb3: Support for Aeluros 2005 PHYDivy Le Ray4-19/+1040
2008-10-08cxgb3: commnonize LASI phy codeDivy Le Ray4-48/+77
2008-10-08cxgb3: More flexible support for PHY interrupts.Divy Le Ray3-18/+27
2008-10-08cxgb3: simplify port type struct and usageDivy Le Ray6-87/+94
2008-10-08cxgb3: allow for PHY reset statusDivy Le Ray4-27/+37
2008-10-08cxgb3: Allocate multiqueues at init timeDivy Le Ray3-37/+145
2008-10-08cxgb3: reset the adapter on fatal errorDivy Le Ray5-60/+119
2008-10-08[2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray3-3/+24
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-4/+4
2008-09-24cxgb3 - remove duplicate tests in lroDivy Le Ray1-35/+0
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller4-48/+42
2008-07-29cxgb3: Allow 64KB firmware images.Steve Wise1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller5-6/+16
2008-07-14RDMA/cxgb3: Fixes for zero STagSteve Wise1-1/+1
2008-07-14RDMA/cxgb3: Add support for protocol statisticsSteve Wise2-0/+8
2008-07-11cxgb3 - Add iscsi supportKaren Xie5-8/+59
2008-07-10cxgb3: treat firmware data as constDavid Woodhouse2-5/+7
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-1/+1
2008-06-24cxgb3 - add missing adapter type for RDMADivy Le Ray2-2/+22
2008-05-22cxgb3 - Add LRO supportDivy Le Ray6-12/+267
2008-05-22cxgb3 - Add page support to jumbo frame Rx queueDivy Le Ray2-35/+84
2008-05-22cxgb3 - Fix dma mapping error pathDivy Le Ray1-12/+41
2008-05-13cxgb3 - fix EEHDivy Le Ray5-6/+70
2008-05-13cxgb3 - fix port up/down error pathDivy Le Ray2-15/+18
2008-05-06cxgb3: Use CAP_SYS_RAWIO for firmwareAlan Cox1-2/+2
2008-04-29RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise1-1/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2-2/+0
2008-04-17cxgb3: Fix __must_check warning with dev_dbg.Dan Noe1-2/+2