summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-40/+24Star
|\
| * ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger2012-03-181-7/+12
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-28/+0Star
| * 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/+82Star
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-196-97/+81Star
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida2012-02-261-1/+1
| | | |_|/ | | |/| |
| | | | * IB/srp: Consolidate repetitive sysfs codeBart Van Assche2012-02-271-32/+17Star
| | | | * 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/+22Star
| | | * 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-211-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/+24Star
|\ \
| * | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-093-47/+24Star
| |/
* | 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/+0Star
* | IB/srpt: Use ARRAY_SIZE() instead of open-codingRoland Dreier2012-02-021-2/+1Star
* | IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Roland Dreier2012-02-021-5/+2Star
|/
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-01-195-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-041-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
|\|
| *-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-303-17/+29
| |\ \
| | | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-292-9/+15
| | |/ | |/|
| | * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-293-8/+14
| |/
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-12-011-0/+2
* | infiniband: Update net drivers for netdev_features_t changes.David S. Miller2011-11-171-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-075-0/+5
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-11-013-0/+3
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-011-0/+1
* | IB/iser: DMA unmap TX bufs used for iSCSI/iSER headersOr Gerlitz2011-11-042-4/+8
* | IB/iser: Use separate buffers for the login request/responseOr Gerlitz2011-11-043-15/+52
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-012-6/+6
|\ \ | |/ |/|
| *---. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-012-6/+6
| |\ \ \
| | | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+1
| | |_|/ | |/| |
| | | * IPoIB: Use the right function to do DMA unmap pagesDotan Barak2011-10-181-2/+2
| | |/ | |/|
| | * IPoIB: Handle extended rates in debugfsMarcel Apfelbaum2011-10-111-4/+3Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-291-26/+54
|\ \
| * | [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie2011-08-271-3/+9
| * | [SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie2011-08-271-13/+19