aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08IB/srpt: Document all structure members in ib_srpt.hBart Van Assche1-11/+22
2018-01-08IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche1-60/+145
2018-01-08IB/srpt: Remove an unused structure memberBart Van Assche2-2/+0
2018-01-03IB/srpt: Fix ACL lookup during loginBart Van Assche1-1/+1
2018-01-03IB/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-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe2-4/+4
2017-12-21IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2017-12-18iser-target: avoid reinitializing rdma contexts for isert commandsBharat Potnuri2-0/+8
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_pathParav Pandit1-1/+2
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit1-2/+1
2017-12-18IB/ipoib: Update pathrec field if not valid recordErez Shitrit1-15/+34
2017-12-18IB/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-11IB/srp: replace custom implementation of hex2bin()Andy Shevchenko1-10/+3
2017-12-11IB/ipoib: Replace printk with pr_warnYuval Shaia3-19/+18
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds18-268/+577
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-13RDMA/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
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-25IB/ipoib: Change number of TX wqe to 64Erez Shitrit1-1/+1
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit5-79/+136
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit3-11/+10
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford3-5/+6
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford15-130/+324
2017-10-18IB/srp: Make CM timeout dependent on subnet timeoutBart Van Assche1-2/+22
2017-10-18IB/srp: Cache global rkeyBart Van Assche2-14/+16
2017-10-18IB/srp: Remove second argument of srp_destroy_qp()Bart Van Assche1-6/+6
2017-10-18IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche1-6/+19
2017-10-18IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche2-35/+123
2017-10-18IB/srpt: Cache global L_KeyBart Van Assche2-3/+6
2017-10-18IB/srpt: Limit the send and receive queue sizes to what the HCA supportsBart Van Assche1-4/+5
2017-10-18IB/srpt: Do not accept invalid initiator port namesBart Van Assche1-5/+4
2017-10-14RDMA/isert: Suppress gcc 7 fall-through complaintsBart Van Assche1-7/+7
2017-10-14IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker1-2/+6
2017-10-14IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche1-1/+1
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook3-5/+6
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani3-10/+10
2017-09-29Merge branch 'vnic' into k.o/for-nextDoug Ledford6-35/+103
2017-09-27IB/opa_vnic: Add routing control informationNiranjana Vishwanathapura4-4/+61