summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: fix for rare multicast join race conditionAlex Estrin2016-02-121-7/+17
* IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto2016-02-041-2/+0Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-2417-1194/+854Star
|\
| * IB/srpt: Remove redundant wc arraySagi Grimberg2016-01-191-2/+0Star
| * IB/srpt: Fix the RDMA completion handlersBart Van Assche2016-01-191-2/+2
| * IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig2016-01-191-0/+1
| * IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit2016-01-193-7/+6Star
| * IB/iser: Support the remote invalidation exceptionJenny Derzhavetz2015-12-274-3/+76
| * IB/iser: Change the increment rkey flow logicSagi Grimberg2015-12-241-10/+10
| * IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2015-12-242-7/+41
| * IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz2015-12-241-0/+6
| * IB/isert: Remove unused file iser_proto.hSagi Grimberg2015-12-243-32/+32
| * IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-246-74/+28Star
| * IB/iser: set intuitive values for mr_validJenny Derzhavetz2015-12-242-6/+6
| * IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz2015-12-243-7/+14
| * IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2015-12-242-85/+25Star
| * IB/iser: Fix module init not cleaning up on error flowRoi Dayan2015-12-241-3/+6
| * IB/iser: constify iser_reg_ops structureJulia Lawall2015-12-242-3/+3
| * IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter2015-12-233-14/+23
| * IB/IPoIB: factor out common multicast list removal codeChristoph Lameter2015-12-233-17/+17
| * Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-229-797/+512Star
| |\
| | * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-159-795/+510Star
| | |\
| | | * IB/iser: Convert to CQ abstractionChristoph Hellwig2015-12-114-283/+210Star
| | | * IB/iser: Use helper for container_ofSagi Grimberg2015-12-113-6/+9
| | | * IB/iser: Use a dedicated descriptor for loginSagi Grimberg2015-12-113-83/+89
| | | * IB/srp: use the new CQ APIChristoph Hellwig2015-12-112-94/+86Star
| | | * IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig2015-12-112-345/+130Star
| | | * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-112-3/+5
| * | | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-2212-142/+63Star
| |/ /
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-213-83/+35Star
|\ \ \ | |/ / |/| |
| * | ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-132-81/+30Star
| * | iser-target: Fix non negative ERR_PTR isert_device_get usageNicholas Bellinger2016-01-071-2/+5
| |/
* | iser-target: Remove explicit mlx4 work-aroundSagi Grimberg2015-12-081-10/+3Star
* | IB/srp: Fix srp_map_sg_fr()Bart Van Assche2015-12-072-15/+9Star
* | IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche2015-12-071-1/+1
* | IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig2015-12-071-0/+3
* | IB/srp: Fix possible send queue overflowSagi Grimberg2015-12-071-1/+1
* | IB/srp: Fix a memory leakBart Van Assche2015-12-071-9/+13
* | IB/iser: use sector_div instead of do_divArnd Bergmann2015-12-071-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-141-5/+0Star
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-5/+0Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-141-44/+34Star
|\ \
| * | target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-44/+34Star
| |/
* | IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg2015-10-291-9/+11
* | IB/srp: Remove srp_finish_mappingSagi Grimberg2015-10-291-10/+0Star
* | IB/srp: Convert to new registration APISagi Grimberg2015-10-292-65/+71
* | IB/srp: Split srp_map_sgSagi Grimberg2015-10-291-51/+106
* | iser-target: Port to new memory registration APISagi Grimberg2015-10-292-104/+28Star
* | IB/iser: Port to new fast registration APISagi Grimberg2015-10-293-52/+28Star
* | Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-2913-172/+172
|\ \