aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-08RDMA/cxgb3: Fix regression caused by class_device -> device conversionSteve Wise1-0/+4
2008-05-16RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()Roland Dreier1-1/+1
2008-05-13RDMA/cxgb3: Wrap the software send queue pointer as needed on flushSteve Wise1-2/+2
2008-05-06RDMA/cxgb3: Fix severe limit on userspace memory registration sizeRoland Dreier5-94/+155
2008-05-06RDMA/cxgb3: Don't add PBL memory to gen_pool in chunksRoland Dreier1-8/+28
2008-05-02RDMA/cxgb3: Bump up the MPA connection setup timeout.Steve Wise1-2/+2
2008-05-02RDMA/cxgb3: Silently ignore close reply after abort.Steve Wise1-1/+1
2008-05-02RDMA/cxgb3: QP flush fixesSteve Wise3-10/+20
2008-04-29RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise6-28/+136
2008-04-29RDMA/cxgb3: Set the max_mr_size device attribute correctlySteve Wise4-1/+4
2008-04-29RDMA/cxgb3: Correctly serialize peer abort pathSteve Wise3-35/+72
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-38/+37
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier2-4/+3
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison12-218/+218
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