summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | IB/srpt: Don't allow reordering of commands on wait listBart Van Assche2018-01-182-35/+49
* | IB/srpt: Fix a race condition related to wait list processingBart Van Assche2018-01-181-5/+7
* | IB/srpt: Fix login-related race conditionsBart Van Assche2018-01-181-84/+111
* | IB/srpt: Log all zero-length writes and completionsBart Van Assche2018-01-181-2/+6
* | IB/srpt: Simplify srpt_close_session()Bart Van Assche2018-01-181-15/+4
* | IB/srpt: Rework multi-channel supportBart Van Assche2018-01-182-60/+160
* | IB/srpt: Use the source GID as session nameBart Van Assche2018-01-182-8/+7
* | IB/srpt: One target per portBart Van Assche2018-01-182-53/+61
* | IB/srpt: Add P_Key supportBart Van Assche2018-01-182-3/+13
* | IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche2018-01-182-24/+23
* | IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche2018-01-182-3/+12
* | IB/srp: Refactor srp_send_req()Bart Van Assche2018-01-181-31/+34
* | IB/srp: Improve path record query error messageBart Van Assche2018-01-181-1/+4
* | IB/srp: Use kstrtoull() instead of simple_strtoull()Bart Van Assche2018-01-181-4/+29
* | infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notationRandy Dunlap2018-01-111-1/+1
* | Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford2018-01-084-165/+244
|\ \
| * | IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche2018-01-082-17/+1
| * | IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche2018-01-081-20/+3
| * | IB/srpt: Introduce srpt_format_guid()Bart Van Assche2018-01-081-11/+13
| * | IB/srpt: Reduce frequency of receive failure messagesBart Van Assche2018-01-081-2/+2
| * | IB/srpt: Convert a warning into a debug messageBart Van Assche2018-01-081-1/+2
| * | IB/srpt: Use the IPv6 format for GIDs in log messagesBart Van Assche2018-01-081-11/+3
| * | IB/srpt: Verify port numbers in srpt_event_handler()Bart Van Assche2018-01-081-6/+16
| * | IB/srpt: Reduce the severity level of a log messageBart Van Assche2018-01-081-1/+1
| * | IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche2018-01-082-16/+16
| * | IB/srpt: Document all structure members in ib_srpt.hBart Van Assche2018-01-081-11/+22
| * | IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche2018-01-081-60/+145
| * | IB/srpt: Remove an unused structure memberBart Van Assche2018-01-082-2/+0
| |/
| * IB/srpt: Fix ACL lookup during loginBart Van Assche2018-01-041-1/+1
| * IB/srpt: Disable RDMA access by the initiatorBart Van Assche2018-01-041-2/+1
| * IB/ipoib: Fix race condition in neigh creationErez Shitrit2018-01-022-8/+22
* | IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin2018-01-032-5/+7
* | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-282-4/+4
|\|
| * IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker2017-12-221-4/+3
| * IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia2017-12-131-0/+1
* | iser-target: avoid reinitializing rdma contexts for isert commandsBharat Potnuri2017-12-192-0/+8
* | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-1/+2
* | IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit2017-12-181-2/+1
* | IB/ipoib: Update pathrec field if not valid recordErez Shitrit2017-12-181-15/+34
* | IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit2017-12-181-0/+16
* | IB/ipoib: Warn when one port fails to initializeYuval Shaia2017-12-131-3/+4
* | IB/srp: replace custom implementation of hex2bin()Andy Shevchenko2017-12-121-10/+3
* | IB/ipoib: Replace printk with pr_warnYuval Shaia2017-12-123-19/+18
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1518-268/+577
|\
| * RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky2017-11-131-2/+3
| * IB/srpt: Ensure that modifying the use_srq configfs attribute worksBart Van Assche2017-11-131-0/+12
| * IB/srpt: Wait until channel release has finished during module unloadBart Van Assche2017-11-131-23/+20
| * IB/srpt: Introduce srpt_disconnect_ch_sync()Bart Van Assche2017-11-131-16/+35
| * IB/srpt: Introduce helper functions for SRQ allocation and freeingBart Van Assche2017-11-131-43/+72
| * IB/srpt: Post receive work requests after qp transition to INIT stateMike Marciniszyn2017-11-131-4/+4