aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_qp.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+12
* RDMA/cxgb3: Don't post zero-byte read if endpoint is going awaySteve Wise2011-05-241-3/+3
* RDMA/cxgb3,cxgb4: Remove dead codeStephen Hemminger2011-01-101-56/+0
* RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in errorSteve Wise2010-10-221-7/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-071-2/+2
|\
| * RDMA/cxgb3: Clean up signed check of unsigned variableDan Carpenter2010-07-211-2/+2
* | fix typos concerning "hierarchy"Uwe Kleine-König2010-06-161-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-241-3/+6
* RDMA/cxgb3: Fix error paths in post_send and post_recvFrank Zago2009-12-151-12/+20
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* RDMA/cxgb3: Set the appropriate IO channel in rdma_init work requestsSteve Wise2009-09-051-0/+1
* RDMA/cxgb3: Don't zero QP attrs when moving to IDLESteve Wise2009-04-201-1/+0
* RDMA/cxgb3: Handle EEH eventsSteve Wise2009-03-301-2/+2
*-. Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier2009-03-241-2/+2
|\ \
| * | IB: Remove __constant_{endian} usesHarvey Harrison2009-01-171-2/+2
| |/
* | RDMA/cxgb3: Remove modulo math from build_rdma_recv()Steve Wise2009-02-161-2/+2
* | RDMA/cxgb3: sgl/pbl offset calculation needs 64 bitsSteve Wise2009-02-101-6/+3
|/
* RDMA/cxgb3: Fix too-big reserved field zeroing in iwch_post_zb_read()Roland Dreier2008-11-011-1/+0
* RDMA/cxgb3: Fix up MW access rightsSteve Wise2008-08-041-1/+1
* RDMA/cxgb3: Fix QP capabilitiesSteve Wise2008-08-041-16/+7
* RDMA/cxgb3: Fixes for zero STagSteve Wise2008-07-141-18/+109
* RDMA/cxgb3: MEM_MGT_EXTENSIONS supportSteve Wise2008-07-141-45/+97
* RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()Roland Dreier2008-05-161-1/+1
* RDMA/cxgb3: QP flush fixesSteve Wise2008-05-021-5/+8
* RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise2008-04-291-4/+50
* RDMA/cxgb3: Correctly serialize peer abort pathSteve Wise2008-04-291-1/+5
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-161-2/+2
* IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison2008-04-161-19/+19
* RDMA/cxgb3: Mark QP as privileged based on user capabilitiesSteve Wise2008-01-251-0/+1
* RDMA/cxgb3: Flush the receive queue when closingSteve Wise2008-01-251-2/+5
* RDMA/cxgb3: Support version 5.0 firmwareSteve Wise2008-01-251-19/+2
* RDMA/cxgb3: TERMINATE WRs can hang the tx ofld queueSteve Wise2007-07-091-3/+3
* RDMA/cxgb3: Streaming -> RDMA mode transition fixesSteve Wise2007-07-091-0/+1
* RDMA/cxgb3: Fix TERM codesSteve Wise2007-04-301-31/+38
* RDMA/cxgb3: Fix MR permission problemsSteve Wise2007-03-061-1/+1
* RDMA/cxgb3: cleanupsAdrian Bunk2007-02-231-16/+13
* RDMA/cxgb3: Remove Open Grid Computing copyrights in iw_cxgb3 driverSteve Wise2007-02-161-1/+0
* RDMA/cxgb3: Fail posts synchronously when in TERMINATE stateSteve Wise2007-02-161-0/+2
* RDMA/cxgb3: Add driver for Chelsio T3 RNICSteve Wise2007-02-121-0/+1007