summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | | * | IB/opa_vnic: Set POD value for Ethernet MTUNiranjana Vishwanathapura2017-09-272-0/+2
| | | * | IB/opa_vnic: Mark unused Ethernet MTU fields as reservedNiranjana Vishwanathapura2017-09-274-17/+8
| | * | | IB/ipoib: Remove device when one port fails to initYuval Shaia2017-09-271-1/+2
| | * | | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-1/+0
| | |/ /
* | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \
| * | | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-043-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
| |/ /
* | | IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker2017-10-141-2/+6
* | | IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker2017-10-141-1/+6
|/ /
* | Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin2017-09-271-13/+0
* | IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-252-6/+19
* | IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel2017-09-251-6/+14
* | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
|/
* IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-247-27/+37
|\
| * IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-244-5/+31
| * RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-244-22/+6
OpenPOWER on IntegriCloud