summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7Doug Ledford2016-05-051-4/+10
| |\ \
* | \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-05-191-3/+3
|\ \ \ \
| * | | | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-151-2/+2
| * | | | scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-4/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-071-4/+10
| |\ \ \ | | |/ / | |/| / | | |/
| | * IB/iser: Fix max_sectors calculationChristoph Hellwig2016-05-051-4/+10
* | | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-2/+2
* | | drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
|/ /
* / Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche2016-04-082-17/+40
|/
* iser-target: Use ib_drain_qpSagi Grimberg2016-03-312-37/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-224-11/+85
|\
| * IB/ipoib: Allow mcast packets from other VFsEli Cohen2016-03-211-7/+20
| * IB/ipoib: Add ndo operations for configuring VFsEli Cohen2016-03-211-2/+63
| * IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky2016-03-211-1/+1
| * ib_srpt: fix a WARN_ON() messageDan Carpenter2016-03-211-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-224-542/+418
|\ \ | |/ |/|
| * iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2016-03-112-9/+8
| * iser-target: Kill struct isert_rdma_wrChristoph Hellwig2016-03-112-130/+119
| * iser-target: Convert to new CQ APIChristoph Hellwig2016-03-112-243/+184
| * iser-target: Split and properly type the login bufferChristoph Hellwig2016-03-112-30/+29
| * iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2016-03-112-10/+8
| * iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz2016-03-111-8/+0
| * iser-target: Remove redundant wait in release_connJenny Derzhavetz2016-03-112-8/+0
| * iser-target: Rework connection terminationJenny Derzhavetz2016-03-112-56/+52
| * iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz2016-03-111-6/+5
| * iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2016-03-112-2/+6
| * iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz2016-03-111-1/+2
| * ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger2016-03-112-40/+17
| * ib_srpt: Convert to target_alloc_session usageNicholas Bellinger2016-03-111-17/+6
| |
| \
*-. \ Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-162-9/+25
|\ \ \ | | |/ | |/|
| | * iser: Accept arbitrary sg lists mapping if the device supports itSagi Grimberg2016-03-042-9/+25
| |/
| |
| \
| \
| \
*---. \ Merge branches 'ib_core', 'ib_ipoib', 'srpt', 'drain-cq-v4' and 'net/9p' into...Doug Ledford2016-03-1410-680/+380
|\ \ \ \ | |_|_|/ |/| | |
| | | * IB/iser: Use ib_drain_sq()Steve Wise2016-02-293-27/+2
| | | * IB/srp: Use ib_drain_rq()Steve Wise2016-02-291-36/+4
| |_|/ |/| |
| | * IB/srpt: Fix wait list processingBart Van Assche2016-02-291-9/+15
| | * IB/srpt: Introduce srpt_process_wait_list()Bart Van Assche2016-02-291-18/+24
| | * IB/srpt: Log out all initiators if a port is disabledBart Van Assche2016-02-291-4/+19
| | * IB/srpt: Fix srpt_write_pending()Bart Van Assche2016-02-291-29/+4
| | * IB/srpt: Detect session shutdown reliablyBart Van Assche2016-02-292-150/+150
| | * IB/srpt: Use a mutex to protect the channel listBart Van Assche2016-02-292-29/+17
| | * IB/srpt: Log private data associated with REJBart Van Assche2016-02-291-2/+12
| | * IB/srpt: Eliminate srpt_find_channel()Bart Van Assche2016-02-291-65/+29
| | * IB/srpt: Inline trivial CM callback functionsBart Van Assche2016-02-291-27/+10
| | * IB/srpt: Fix how aborted commands are processedBart Van Assche2016-02-291-33/+16
| | * IB/srpt: Fix srpt_handle_cmd() error pathsBart Van Assche2016-02-291-12/+12
| | * IB/srpt: Fix srpt_close_session()Bart Van Assche2016-02-291-15/+16
| | * IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche2016-02-292-15/+2
| | * IB/srpt: Simplify channel state managementBart Van Assche2016-02-291-31/+13
| | * IB/srpt: Use scsilun_to_int()Bart Van Assche2016-02-291-85/+7