summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-09-262-119/+195
|\
| * iser-target: Skip data copy if all the command data comes as immediateJenny Derzhavetz2015-09-152-8/+19
| * iser-target: Change the recv buffers posting logicJenny Derzhavetz2015-09-152-48/+67
| * iser-target: Fix pending connections handling in target stack shutdown sequnceJenny Derzhavetz2015-09-152-31/+40
| * iser-target: Remove np_ prefix from isert_np membersJenny Derzhavetz2015-09-152-33/+33
| * iser-target: Remove unused variablesJenny Derzhavetz2015-09-152-6/+0
| * iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz2015-09-151-1/+37
| * iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz2015-09-151-1/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-1633-13987/+0
|\ \ | |/ |/|
| * IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford2015-09-1133-13987/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-111-25/+4
|\ \
| * | target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-261-2/+2
| * | target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-261-19/+2
| * | target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-261-6/+2
* | | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-102-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-09130-42094/+5498
|\ \ \ | | |/ | |/|
| * | IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe2015-09-031-2/+10
| * | IB/ipoib: Clean up send-only multicast joinsDoug Ledford2015-09-031-11/+27
| * | IB/srp: Fix possible protection faultSagi Grimberg2015-09-031-6/+10
| * | IB/core: Move SM class defines from ib_mad.h to ib_smi.hIra Weiny2015-09-031-0/+1
| * | mlx5: Fix incorrect wc pkey_index assignment for GSI messagesSagi Grimberg2015-09-033-6/+14
| * | IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowHaggai Eran2015-09-031-12/+0
| * | IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig2015-09-031-1/+9
| * | IB/cxgb4: Fix if statement in pick_local_ip6adddrsNicholas Krause2015-09-031-1/+1
| * | IB/sa: Fix rdma netlink message flagsKaike Wan2015-09-021-1/+1
| * | IB/ucma: HW Device hot-removal supportYishai Hadas2015-08-301-11/+129
| * | IB/mlx4_ib: Disassociate supportYishai Hadas2015-08-302-2/+150
| * | IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas2015-08-302-68/+301
| * | IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas2015-08-303-39/+88
| * | IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2015-08-302-14/+32
| * | IB/uverbs: Fix reference counting usage of event filesYishai Hadas2015-08-303-16/+40
| * | IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-304-16/+38
| * | IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2015-08-302-19/+25
| * | IB/srp: Register the indirect data buffer descriptorBart Van Assche2015-08-302-3/+58
| * | IB/srp: Introduce srp_device.use_fmrBart Van Assche2015-08-302-11/+12
| * | IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche2015-08-301-21/+15
| * | IB/srp: Remove the memory registration backtracking codeBart Van Assche2015-08-302-55/+13
| * | IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2015-08-302-6/+20
| * | IB/srp: Use multiple registrations for large memory regionsBart Van Assche2015-08-301-10/+0
| * | IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche2015-08-301-9/+5
| * | ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-12/+4
| * | IB/srp: Use pd->local_dma_lkeyJason Gunthorpe2015-08-301-1/+1
| * | iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-23/+11
| * | IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-304-5/+5
| * | IB/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-303-17/+2
| * | IB/mlx4: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-20/+4
| * | IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-303-17/+4
| * | IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-24/+3
| * | IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe2015-08-302-5/+43
| * | IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-304-77/+99