summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-03-251-1/+3
|\
| * RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun2013-03-221-1/+3
* | Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou2013-03-151-0/+12
|/
* IB/cxgb4: convert to idr_alloc()Tejun Heo2013-02-271-13/+14
*-. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier2013-02-265-72/+114
|\ \
| * | RDMA/cxgb4: Fix cast warningStefan Hasko2013-02-151-1/+1
| * | RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle2013-02-141-2/+2
| * | RDMA/cxgb4: Address sparse warningsVipul Pandya2013-02-142-31/+40
| * | RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya2013-02-141-1/+1
| * | RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya2013-02-141-1/+11
| * | RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya2013-02-141-6/+5
| * | RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya2013-02-142-13/+17
| * | RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya2013-02-141-1/+1
| * | RDMA/cxgb4: Always log async errorsVipul Pandya2013-02-142-6/+8
| * | RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya2013-02-142-4/+17
| * | RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya2013-02-141-12/+14
| * | RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2013-02-142-0/+2
| * | RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya2013-02-141-9/+10
| |/
* | IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-212-2/+5
|/
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-193-82/+352
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-192-55/+442
* RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-192-6/+153
* RDMA/cxgb4: use WARNJulia Lawall2012-11-261-4/+2
* RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo2012-10-221-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-24/+38
|\
| * RDMA/cxgb4: Fix error handling in create_qp()Emil Goode2012-09-301-24/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+1
|\ \ | |/
| * RDMA/cxgb4: Move dereference below NULL testWei Yongjun2012-09-071-1/+1
* | RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya2012-09-051-1/+1
|/
* RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier2012-07-081-6/+6
* RDMA/cxgb4: Fix crash when peer address is 0.0.0.0Thadeu Lima de Souza Cascardo2012-06-031-0/+4
* RDMA/cxgb4: Include vmalloc.h for vmalloc and vfreeVipul Pandya2012-05-211-0/+1
* RDMA/cxgb4: Add query_qp supportVipul Pandya2012-05-183-0/+32
* RDMA/cxgb4: Remove kfifo usageVipul Pandya2012-05-187-150/+203
* RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya2012-05-182-2/+20
* RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya2012-05-184-12/+259
* RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()Vipul Pandya2012-05-183-6/+9
* RDMA/cxgb4: Add DB Overflow AvoidanceVipul Pandya2012-05-184-12/+162
* RDMA/cxgb4: Add debugfs RDMA memory statsVipul Pandya2012-05-185-3/+155
* RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise2012-05-151-0/+6
* RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise2012-05-151-4/+1
* RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise2012-05-081-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-212-2/+2
|\
| *-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-191-1/+1
| |\ \
| | | * RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi2012-02-251-1/+1
| | |/
| * | IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-1/+1
| |/
* | infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup().David Miller2012-01-251-4/+6
|/
* infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper f...David Miller2011-12-051-140/+80
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-3/+3
*-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-291-0/+6
|\ \
OpenPOWER on IntegriCloud