aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16RDMA/cxgb3: IDR IDs are signedRoland Dreier1-1/+1
2008-03-28RDMA/cxgb3: Program hardware IRD with correct valueRoland Dreier1-1/+1
2008-03-09RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason1-1/+1
2008-02-29RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason1-0/+3
2008-02-25RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page listsBryan Rosenburg1-8/+2
2008-02-13RDMA/cxgb3: Fail loopback connectionsSteve Wise1-0/+17
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds1-1/+1
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-1/+1
2008-01-28INFINIBAND: Remove 'TOPDIR' from MakefilesWANG Cong1-2/+1
2008-01-25RDMA/cxgb3: Fix the T3A workaround checksSteve Wise3-4/+4
2008-01-25RDMA/cxgb3: Mark QP as privileged based on user capabilitiesSteve Wise2-1/+3
2008-01-25RDMA/cxgb3: Fix page shift calculation in build_phys_page_list()Steve Wise1-0/+7
2008-01-25RDMA/cxgb3: Flush the receive queue when closingSteve Wise1-2/+5
2008-01-25RDMA/cxgb3: Endianness annotation for irs fieldRoland Dreier1-1/+1
2008-01-25IB: Spelling fixes in commentsJoe Perches1-1/+1
2008-01-25RDMA/cxgb3: Support version 5.0 firmwareSteve Wise1-19/+2
2008-01-25RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo callSteve Wise1-0/+5
2007-11-13RDMA/cxgb3: Set the max_qp_init_rd_atom attribute in query_deviceSteve Wise1-0/+1
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+8
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-09RDMA/cxgb3: Make the iw_cxgb3 module parameters writableSteve Wise1-8/+8
2007-08-31cxgb3 - Fix dev->priv usageDivy Le Ray1-1/+1
2007-08-03RDMA/cxgb3: Always call low level send function via cxgb3_ofld_send()Steve Wise1-8/+8
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17RDMA/cxgb3: Remove cm_id reference on listen failuresSteve Wise1-0/+1
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt1-1/+1
2007-07-09RDMA/cxgb3: Check return of kmalloc() in iwch_register_device()WANG Cong1-3/+4
2007-07-09RDMA/cxgb3: Don't abort after failures sending the mpa replySteve Wise1-1/+0
2007-07-09RDMA/cxgb3: Don't post TID_RELEASE messageSteve Wise1-3/+10
2007-07-09RDMA/cxgb3: ctrl-qp init/clear shouldn't set the gen bitSteve Wise1-2/+2
2007-07-09RDMA/cxgb3: Don't count neg_adv abort_req_rss messages as real abortsSteve Wise1-7/+7
2007-07-09RDMA/cxgb3: TERMINATE WRs can hang the tx ofld queueSteve Wise1-3/+3
2007-07-09RDMA/cxgb3: Streaming -> RDMA mode transition fixesSteve Wise5-52/+37
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2-8/+21
2007-05-06IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier2-3/+8
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+2
2007-05-06RDMA/cxgb3: Support for new abort logicSteve Wise2-0/+24
2007-04-30RDMA/cxgb3: Initialize cpu_idx field in cpl_close_listserv_req messageSteve Wise1-0/+1
2007-04-30RDMA/cxgb3: Fail qp creation if the requested max_inline is too largeSteve Wise2-0/+4
2007-04-30RDMA/cxgb3: Fix TERM codesSteve Wise1-31/+38
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+6
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-3/+3
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-1/+0
2007-04-12RDMA/cxgb3: Add set_tcb_rpl_handlerSteve Wise1-0/+12
2007-03-26RDMA/cxgb3: Fix resource leak in cxio_hal_init_ctrl_qp()Steve Wise1-4/+8
2007-03-22RDMA/cxgb3: Handle build_phys_page_list() failure in iwch_reregister_phys_mem()Steve Wise1-1/+4
2007-03-06RDMA/cxgb3: Fix MR permission problemsSteve Wise3-41/+18
2007-03-06RDMA/cxgb3: Don't reuse skbs that are non-linear or clonedSteve Wise1-2/+1