summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_provider.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-12/+7Star
* RDMA/cxgb3: Fix stack info leak in iwch_create_cq()Dan Carpenter2013-07-301-0/+1
* RDMA/cxgb3: Fix uninitialized variableCong Ding2013-04-171-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-261-1/+4
|\
| * IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-211-1/+4
* | IB: cxgb3: delay freeing mem untill entirely done with itJesper Juhl2013-01-291-1/+1
|/
* IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-1/+1
* RDMA/cxgb3: Serialize calls to CQ's comp_handlerKumar Sanghvi2011-10-311-0/+1
* RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-191-8/+0Star
* RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in errorSteve Wise2010-10-231-5/+19
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise2010-02-241-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port()Steve Wise2009-10-081-4/+7
* RDMA/cxgb3: Don't ignore insert_handle() failuresSteve Wise2009-09-091-15/+35
* RDMA/cxgb3: iwch_unregister_device leaks memorySteve Wise2009-09-061-0/+2
* RDMA/cxgb3: Report correct port state and MTUSteve Wise2009-05-271-2/+30
* RDMA/cxgb3: Fix deadlock in iw_cxgb3 (hang when configuring interface)Steve Wise2008-11-121-6/+0Star
* RDMA/cxgb3: Set active_mtu in ib_port_attrJon Mason2008-09-301-6/+3Star
* RDMA/cxgb3: Fix deadlock initializing iw_cxgb3 deviceSteve Wise2008-08-041-25/+3Star
* RDMA/cxgb3: Fixes for zero STagSteve Wise2008-07-151-2/+2
* RDMA/core: Add local DMA L_Key supportSteve Wise2008-07-151-2/+4
* RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw()Steve Wise2008-07-151-0/+1
* RDMA/cxgb3: Propagate HW page size capabilitiesJon Mason2008-07-151-0/+1
* RDMA/cxgb3: Add support for protocol statisticsSteve Wise2008-07-151-4/+58
* RDMA/cxgb3: Fix up some ib_device_attr fieldsSteve Wise2008-07-151-0/+25
* RDMA/cxgb3: MEM_MGT_EXTENSIONS supportSteve Wise2008-07-151-3/+101
* RDMA/cxgb3: Fix regression caused by class_device -> device conversionSteve Wise2008-07-081-0/+4
* RDMA/cxgb3: Fix severe limit on userspace memory registration sizeRoland Dreier2008-05-071-15/+53
* RDMA/cxgb3: Set the max_mr_size device attribute correctlySteve Wise2008-04-291-1/+1
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+1
* IB: convert struct class_device to struct deviceTony Jones2008-04-201-38/+37Star
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-171-2/+1Star
* IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison2008-04-171-38/+38
* RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason2008-03-091-1/+1
* RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason2008-02-291-0/+3
* RDMA/cxgb3: Fix the T3A workaround checksSteve Wise2008-01-251-1/+1
* RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo callSteve Wise2008-01-251-0/+5
* RDMA/cxgb3: Set the max_qp_init_rd_atom attribute in query_deviceSteve Wise2007-11-141-0/+1
* RDMA/cxgb3: Check return of kmalloc() in iwch_register_device()WANG Cong2007-07-101-3/+4
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-091-8/+20
* IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier2007-05-071-3/+5
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-071-1/+2
* RDMA/cxgb3: Fail qp creation if the requested max_inline is too largeSteve Wise2007-05-011-0/+3
* IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes2007-04-251-1/+0Star
* RDMA/cxgb3: Handle build_phys_page_list() failure in iwch_reregister_phys_mem()Steve Wise2007-03-221-1/+4
* RDMA/cxgb3: Fix MR permission problemsSteve Wise2007-03-061-20/+4Star
* RDMA/cxgb3: Move QP to error on destroy if the state is IDLESteve Wise2007-03-061-4/+2Star
* RDMA/cxgb3: Don't use mm after it's freed in iwch_mmap()Steve Wise2007-03-061-4/+6