aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2-27/+20
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig3-21/+8
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig10-14/+31
2016-09-23IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig2-7/+7
2016-08-25Merge branch 'hns-roce' into k.o/for-4.9Doug Ledford5-34/+136
2016-08-25IB/hns: Add support of ACPI to the Hisilicon RoCE driverSalil5-34/+136
2016-08-25Merge branch 'mlx5-shared' into k.o/for-4.9Doug Ledford5-232/+266
2016-08-22IB/hns: Fix return value check in hns_roce_get_cfg()Wei Yongjun1-2/+2
2016-08-22IB/hns: Kconfig and Makefile for RoCE moduleoulijun4-0/+20
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun18-0/+10324
2016-08-18net/mlx5: Separate query_port_proto_oper for IB and ENNoa Osherovich1-2/+1
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed2-11/+4
2016-08-17{net,IB}/mlx5: Modify QP commands via mlx5 ifcSaeed Mahameed1-16/+6
2016-08-17{net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed1-70/+84
2016-08-14{net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed3-86/+108
2016-08-14{net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed1-47/+63
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds60-2985/+4226
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds90-537/+15933
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford51-72/+13295
2016-08-04Soft RoCE driverMoni Shoua35-0/+12885
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+3
2016-08-03Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2Doug Ledford6-23/+29
2016-08-03IB/core: Support for CMA multicast join flagsAlex Vesker3-23/+107
2016-08-03IB/sa: Add cached attribute containing SM information to SA portAlex Vesker1-0/+41
2016-08-03IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-08-03IB/mthca: Clean up error unwind flow in mthca_reset()Markus Elfring1-21/+20
2016-08-03IB/mthca: NULL arg to pci_dev_put is OKMarkus Elfring1-2/+1
2016-08-03IB/hfi1: NULL arg to sc_return_credits is OKMarkus Elfring1-1/+1
2016-08-03IB/mlx4: Add diagnostic hardware countersMark Bloch2-1/+206
2016-08-03Use smaller 512 byte messages for portmapper messagesMustafa Ismail1-1/+2
2016-08-03IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia2-7/+6
2016-08-03IB/mlx4: Don't use GFP_ATOMIC for CQ resize structRoland Dreier1-2/+2
2016-08-03IB/hfi1: Disable by defaultBart Van Assche1-1/+0
2016-08-03IB/rdmavt: Disable by defaultBart Van Assche1-1/+0
2016-08-03Merge branch 'i40iw' into k.o/for-4.8Doug Ledford7-40/+56
2016-08-03Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8Doug Ledford11-76/+83
2016-08-02IB/hfi1: Add cache evict LRU listDean Luick1-10/+19
2016-08-02IB/hfi1: Fix memory leak during unexpected shutdownIra Weiny1-13/+31
2016-08-02IB/hfi1: Remove unneeded mm argument in remove functionDean Luick4-15/+10
2016-08-02IB/hfi1: Consistently call ops->remove outside spinlockDean Luick4-23/+84
2016-08-02IB/hfi1: Use evict mmu rb operationDean Luick2-73/+47
2016-08-02IB/hfi1: Add evict operation to the mmu rb handlerDean Luick2-0/+38
2016-08-02IB/hfi1: Fix TID caching actionsDean Luick2-9/+11
2016-08-02IB/hfi1: Make the cache handler own its rb tree rootDean Luick6-125/+81
2016-08-02IB/hfi1: Make use of mm consistentIra Weiny8-31/+50
2016-08-02IB/hfi1: Fix user SDMA racy user request claimDean Luick2-13/+20
2016-08-02IB/hfi1: Fix error condition that needs to clean upDean Luick1-1/+2
2016-08-02IB/hfi1: Release node on insert failureDean Luick1-0/+1
2016-08-02IB/hfi1: Validate SDMA user iovector countDean Luick1-2/+22
2016-08-02IB/hfi1: Validate SDMA user request indexDean Luick1-0/+8