summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2018-01-18IB/srpt: Fix login-related race conditionsBart Van Assche1-84/+111
2018-01-18IB/srpt: Log all zero-length writes and completionsBart Van Assche1-2/+6
2018-01-18IB/srpt: Simplify srpt_close_session()Bart Van Assche1-15/+4
2018-01-18IB/srpt: Rework multi-channel supportBart Van Assche2-60/+160
2018-01-18IB/srpt: Use the source GID as session nameBart Van Assche2-8/+7
2018-01-18IB/srpt: One target per portBart Van Assche2-53/+61
2018-01-18IB/srpt: Add P_Key supportBart Van Assche2-3/+13
2018-01-18IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche2-24/+23
2018-01-18IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche2-3/+12
2018-01-18IB/srp: Refactor srp_send_req()Bart Van Assche1-31/+34
2018-01-18IB/srp: Improve path record query error messageBart Van Assche1-1/+4
2018-01-18IB/srp: Use kstrtoull() instead of simple_strtoull()Bart Van Assche1-4/+29
2018-01-11infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notationRandy Dunlap1-1/+1
2018-01-11iser-target: Fix possible use-after-free in connection establishment errorSagi Grimberg1-0/+1
2018-01-09Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford4-165/+244
2018-01-09IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche2-17/+1
2018-01-09IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche1-20/+3
2018-01-09IB/srpt: Introduce srpt_format_guid()Bart Van Assche1-11/+13
2018-01-09IB/srpt: Reduce frequency of receive failure messagesBart Van Assche1-2/+2
2018-01-09IB/srpt: Convert a warning into a debug messageBart Van Assche1-1/+2
2018-01-09IB/srpt: Use the IPv6 format for GIDs in log messagesBart Van Assche1-11/+3
2018-01-09IB/srpt: Verify port numbers in srpt_event_handler()Bart Van Assche1-6/+16
2018-01-09IB/srpt: Reduce the severity level of a log messageBart Van Assche1-1/+1
2018-01-09IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche2-16/+16
2018-01-09IB/srpt: Document all structure members in ib_srpt.hBart Van Assche1-11/+22
2018-01-09IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche1-60/+145
2018-01-09IB/srpt: Remove an unused structure memberBart Van Assche2-2/+0
2018-01-04IB/srpt: Fix ACL lookup during loginBart Van Assche1-1/+1
2018-01-04IB/srpt: Disable RDMA access by the initiatorBart Van Assche1-2/+1
2018-01-03IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin2-5/+7
2018-01-02IB/ipoib: Fix race condition in neigh creationErez Shitrit2-8/+22
2017-12-28Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2-4/+4
2017-12-22IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2017-12-19iser-target: avoid reinitializing rdma contexts for isert commandsBharat Potnuri2-0/+8
2017-12-19IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit1-1/+2
2017-12-19IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit1-2/+1
2017-12-19IB/ipoib: Update pathrec field if not valid recordErez Shitrit1-15/+34
2017-12-19IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
2017-12-13IB/ipoib: Warn when one port fails to initializeYuval Shaia1-3/+4
2017-12-13IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia1-0/+1
2017-12-12IB/srp: replace custom implementation of hex2bin()Andy Shevchenko1-10/+3
2017-12-12IB/ipoib: Replace printk with pr_warnYuval Shaia3-19/+18
2017-11-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds18-268/+577
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-14RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky1-2/+3
2017-11-13IB/srpt: Ensure that modifying the use_srq configfs attribute worksBart Van Assche1-0/+12
2017-11-13IB/srpt: Wait until channel release has finished during module unloadBart Van Assche1-23/+20
2017-11-13IB/srpt: Introduce srpt_disconnect_ch_sync()Bart Van Assche1-16/+35
2017-11-13IB/srpt: Introduce helper functions for SRQ allocation and freeingBart Van Assche1-43/+72
2017-11-13IB/srpt: Post receive work requests after qp transition to INIT stateMike Marciniszyn1-4/+4