aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter1-3/+1
2008-02-03cxgb3: Remove incorrect __devinit annotationsRoland Dreier3-14/+12
2008-01-28annotate cxgb3Al Viro4-24/+26
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy1-1/+1
2008-01-28cxgb3 - Fix EEH, missing softirq blockingDivy Le Ray2-11/+10
2008-01-28cxgb3 - parity initialization for T3C adapters.Divy Le Ray6-29/+472
2008-01-28drivers/net/cxgb3: trim trailing whitespaceJeff Garzik5-31/+31
2008-01-28cxgb3 - Fix I/O synchronizationDivy Le Ray1-2/+5
2008-01-28cxgb3 - HW set up updatesDivy Le Ray3-4/+44
2008-01-28cxgb3 - sysfs methods clean upDivy Le Ray1-10/+9
2008-01-28cxgb3 - fix interaction with pktgenDivy Le Ray1-42/+40
2008-01-28cxgb3 - FW upgradeDivy Le Ray2-5/+9
2008-01-28cxgb3 - Add EEH supportDivy Le Ray1-0/+107
2008-01-28cxgb3 - Fix resources release.Divy Le Ray1-4/+4
2008-01-28cxgb3 - Use wild card for PCI subdevice ID matchDivy Le Ray1-12/+12
2008-01-28cxgb3 - fix MSI-X failure pathDivy Le Ray1-1/+2
2008-01-28drivers/net/cxgb3: Add missing "space"Joe Perches1-1/+1
2007-12-07cxgb3 - T3C support updateDivy Le Ray3-19/+58
2007-10-23[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2-4/+2
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-10cxgb3 sparse warning fixesStephen Hemminger5-33/+31
2007-10-10drivers/net/cxgb3/xgmac.c: remove dead codeAdrian Bunk1-4/+1
2007-10-10cxgb3: trivial endianness annotationsAl Viro2-5/+5
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10cxgb3 - Update engine microcode versionDivy Le Ray1-2/+2
2007-10-10cxgb3 - Add T3C revDivy Le Ray2-0/+4
2007-10-10cxgb3 - CQ context operations time out too soon.Divy Le Ray1-8/+11
2007-10-10cxgb3 - Set the CQ_ERR bit in CQ contexts.Divy Le Ray2-1/+6
2007-10-10cxgb3 - remove false positive in xgmac workaroundDivy Le Ray2-1/+4
2007-10-10cxgb3 - log and clear PEX errorsDivy Le Ray1-0/+6
2007-10-10cxgb3 - Firmware updateDivy Le Ray4-11/+22
2007-10-10cxgb3 - Update internal memory managementDivy Le Ray2-0/+4
2007-10-10cxgb3 - log adapter serial numberDivy Le Ray3-3/+8
2007-10-10cxgb3 - Fatal error updateDivy Le Ray1-0/+4
2007-10-10cxgb3 - tighten checks on TID valuesDivy Le Ray2-7/+41
2007-10-10cxgb3 - Expose HW memory page infoDivy Le Ray2-21/+38
2007-10-10cxgb3 - use immediate data for offload TxDivy Le Ray1-6/+11
2007-10-10cxgb3 - SGE doorbell overflow warningDivy Le Ray2-0/+12
2007-10-10cxgb3 - Update rx coalescing lengthDivy Le Ray1-1/+1
2007-10-10cxgb3 - MAC workaround updateDivy Le Ray2-11/+12
2007-10-10drivers/net/cxgb3: removed several unneeded zero initilizationDenis Cheng1-3/+3
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger3-186/+102
2007-08-31- cxgb3 engine microcode loadDivy Le Ray3-52/+123
2007-08-31cxgb3 - Fix dev->priv usageDivy Le Ray6-68/+104
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-26cxgb3 gfp_t annotationsAl Viro1-1/+1
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2007-07-10use is_power_of_2() in cxgb3/cxgb3_main.cvignesh babu1-2/+3