aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-121-0/+8
|\
| * srp-target: Retry when QP creation fails with ENOMEMBart Van Assche2015-02-021-0/+8
* | Merge tag 'v3.4.100' into HEADBruno Martins2017-11-091-0/+6
|\|
| * IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche2014-07-061-0/+6
* | Merge tag 'v3.4.90' into HEADBruno Martins2017-08-021-6/+10
|\|
| * ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn2014-05-061-6/+10
* | Merge tag 'v3.4.70' into HEADBruno Martins2017-08-011-8/+6
|\|
| * ib_srpt: always set response for task managementJack Wang2013-10-131-6/+4
| * ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-131-2/+2
* | Merge tag 'v3.4.40' into HEADBruno Martins2017-08-011-2/+6
|\|
| * IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-281-2/+6
* | Merge tag 'v3.4.20' into HEADBruno Martins2017-08-013-11/+13
|\|
| * 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
* | Merge tag 'v3.4.10' into HEADBruno Martins2017-08-011-24/+63
|\|
| * IB/srp: Fix a race conditionBart Van Assche2012-08-261-24/+63
* | target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-06-241-1/+1
|/
* IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
* 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-216-97/+82
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-196-97/+81
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * 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/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: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-081-1/+2
| |/
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-4/+4
|\ \
| * | infiniband: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ | |/ |/|
| * SRP: Fix typo in ib_srpt.cMasanari Iida2012-02-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-103-47/+24
|\ \
| * | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-083-47/+24
| |/
* | IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()Jesper Juhl2012-02-061-0/+1
* | IB/srpt: Fix ERR_PTR() vs. NULL checking confusionDan Carpenter2012-02-031-3/+3
* | IB/srpt: Remove unneeded <linux/version.h> includeJesper Juhl2012-02-021-1/+0
* | IB/srpt: Use ARRAY_SIZE() instead of open-codingRoland Dreier2012-02-021-2/+1
* | IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Roland Dreier2012-02-021-5/+2
|/
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-01-185-0/+4670
|\
| * ib_srpt: Initial SRP Target merge for v3.3-rc1Bart Van Assche2011-12-165-0/+4670
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\ \
| * | switch ->is_visible() to returning umode_tAl Viro2012-01-031-1/+1
| |/
* | infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller2011-12-051-12/+12
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-052-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-023-17/+29
|\|