summaryrefslogtreecommitdiff
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/nes: Fix for terminate timer crashTatyana Nikolova2013-01-173-8/+6
* RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova2013-01-171-0/+5
* infiniband: pass rdma_cm module to netlink_dump_startGao feng2012-10-282-1/+3
* IB/srp: Avoid having aborted requests hangBart Van Assche2012-10-071-0/+1
* IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche2012-10-071-1/+1
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-10-072-10/+11
* IB/srp: Fix a race conditionBart Van Assche2012-08-261-24/+63
* IB/core: Fix mismatch between locked and pinned pagesYishai Hadas2012-06-011-1/+1
* RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise2012-06-011-0/+6
* RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise2012-06-011-1/+1
* RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise2012-06-011-4/+1
* Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds2012-04-262-4/+6
|\
| * Merge branches 'mad-response' and 'mlx4' into fixesRoland Dreier2012-04-241-1/+1
| |\
| | * IB/mlx4: Fix memory leaks in ib_link_query_port()Jesper Juhl2012-04-241-1/+1
| * | IB/mad: Don't send response for failed MADsJack Morgenstein2012-04-241-3/+3
| * | IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein2012-04-241-0/+2
| |/
* | Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2012-04-121-0/+1
|\ \
| * | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
| |/
* | IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier2012-04-021-4/+5
* | IB/mlx4: Don't return an invalid speed when a port is downOr Gerlitz2012-04-021-0/+5
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-40/+24
|\
| * ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger2012-03-171-7/+12
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-28/+0
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-2/+2
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-3/+10
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-2130-289/+379
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------------. \ Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-1917-193/+271
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida2012-02-251-1/+1
| | | | | | | | | | | |/
| | | | | | | | | | * | IB/srp: Consolidate repetitive sysfs codeBart Van Assche2012-02-271-32/+17
| | | | | | | | | | * | IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche2012-02-271-25/+29
| | | | | | | | | | |/
| | | | | | | | | * | IB/qib: Avoid filtering LID on SMA portinfoMike Marciniszyn2012-02-251-3/+1
| | | | | | | | | * | IB/qib: Add logic for affinity hintMike Marciniszyn2012-02-253-34/+104
| | | | | | | | | |/
| | | | | | | | * | RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova2012-02-251-17/+22
| | | | | | | | |/
| | | | | | | * | IB/mad: Return error response for unsupported MADsSwapna Thete2012-02-251-0/+21
| | | | | | | |/
| | | | | | * | IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz2012-03-053-27/+22
| | | | | | * | IB/iser: Free IB connection resources in the proper placeDoug Ledford2012-03-052-12/+12
| | | | | | |/
| | | | | * | IB/ehca: Fix ilog2() compile failureKyle McMartin2012-03-051-1/+1
| | | | | * | IB/ehca: Use kthread_create_on_node()Eric Dumazet2012-02-251-1/+2
| | | | | |/
| | | | * | RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi2012-02-251-1/+1
| | | | |/
| | | * | RDMA/cxgb3: Don't pass irq flags to flush_qp()Steve Wise2012-03-071-20/+20
| | | |/
| | * | RDMA/ucma: Fix AB-BA deadlockHefty, Sean2012-03-051-19/+18
| | |/
| * | Merge branches 'misc' and 'mlx4' into for-nextRoland Dreier2012-03-123-46/+55
| |\ \
| | * | IB/mlx4: Fix info returned when querying IBoE portsOr Gerlitz2012-03-121-44/+53
| | * | IB/mlx4: Fix possible missed completion eventEli Cohen2012-03-121-2/+1
| | * | mlx4: Enforce device max FMR maps in FMR allocEli Cohen2012-02-261-1/+1
| | * | IB/mlx4: Set bad_wr for invalid send opcodeEli Cohen2012-02-261-0/+1
| | |/
| * | IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-085-5/+6
| * | RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise2012-03-071-11/+13
| * | mlx4_core: Get rid of redundant ext_port_cap flagsOr Gerlitz2012-03-061-14/+11