aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-09RDMA/cxgb3: Streaming -> RDMA mode transition fixesSteve Wise1-1/+1
2007-07-08cxgb3 - TP SRAM updateDivy Le Ray4-0/+164
2007-07-08cxgb3 - Firmware updateDivy Le Ray3-20/+28
2007-07-08cxgb3 - sge page managementDivy Le Ray2-229/+232
2007-06-27cxgb3 - fix register to stop bc/mc trafficDivy Le Ray1-3/+5
2007-06-20cxgb3 - MAC watchdog updateDivy Le Ray1-10/+21
2007-06-20cxgb3 - Stop mac RX when changing MTUDivy Le Ray2-1/+70
2007-06-20cxgb3 - Fix direct XAUI supportDivy Le Ray2-2/+10
2007-06-20cxgb3 - fix netpoll hanlderDivy Le Ray2-4/+13
2007-06-20cxgb3 - fix skb->dev dereferenceDivy Le Ray1-1/+1
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-6/+0
2007-05-06RDMA/cxgb3: Support for new abort logicSteve Wise1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-3/+5
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-1/+1