summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-031-1/+1
| * IB/srpt: Disable RDMA access by the initiatorBart Van Assche2018-01-031-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-272-4/+4
|\|
| * IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker2017-12-211-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-182-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-111-10/+3
* | IB/ipoib: Replace printk with pr_warnYuval Shaia2017-12-113-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
| * IB/ipoib: Change number of TX wqe to 64Erez Shitrit2017-10-251-1/+1
| * IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit2017-10-255-79/+136
| * IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit2017-10-253-11/+10
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-183-5/+6
| |\
| | * IB/ipoib: Convert timers to use timer_setup()Kees Cook2017-10-093-5/+6
| * | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-1815-130/+324
| |\ \
| | * | IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche2017-10-181-2/+22
| | * | IB/srp: Cache global rkeyBart Van Assche2017-10-182-14/+16
| | * | IB/srp: Remove second argument of srp_destroy_qp()Bart Van Assche2017-10-181-6/+6
| | * | IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche2017-10-181-6/+19
| | * | IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche2017-10-182-35/+123
| | * | IB/srpt: Cache global L_KeyBart Van Assche2017-10-182-3/+6
| | * | IB/srpt: Limit the send and receive queue sizes to what the HCA supportsBart Van Assche2017-10-181-4/+5
| | * | IB/srpt: Do not accept invalid initiator port namesBart Van Assche2017-10-181-5/+4
| | * | RDMA/isert: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-7/+7
| | * | IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-101-1/+1
| | * | IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani2017-09-293-10/+10
| | * | Merge branch 'vnic' into k.o/for-nextDoug Ledford2017-09-296-35/+103
| | |\ \
| | | * | IB/opa_vnic: Add routing control informationNiranjana Vishwanathapura2017-09-274-4/+61
| | | * | IB/opa_vnic: Properly set vesw port statusNiranjana Vishwanathapura2017-09-271-12/+27
| | | * | IB/opa_vnic: Properly clear Mac Table DigestScott Franco2017-09-271-0/+1
| | | * | IB/opa_vnic: Properly return the total MACs in UC MAC listNiranjana Vishwanathapura2017-09-271-3/+5
| | | * | IB/opa_vnic: Allow reset of MAC addressNiranjana Vishwanathapura2017-09-271-1/+1