aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-21IB/mlx4: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21IB/nes: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe3-6/+0
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe2-2/+9
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2-13/+27
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2-110/+18
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe6-169/+191
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe5-93/+120
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe6-26/+27
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe4-83/+69
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe7-114/+129
2018-09-20RDMA/usnic: Do not use ucontext->tgidJason Gunthorpe2-48/+46
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe2-43/+37
2018-09-20RDMA/ucontext: Get rid of the old disassociate flowJason Gunthorpe1-41/+10
2018-09-20RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe2-88/+21
2018-09-20RDMA/mlx5: Use rdma_user_mmap_ioJason Gunthorpe2-125/+7
2018-09-20RDMA/mlx4: Use rdma_user_mmap_ioJason Gunthorpe2-123/+24
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe5-1/+252
2018-09-19RDMA/hns: Move all prints out of irq handleliuyixian2-132/+97
2018-09-19RDMA/uverbs: Fix error unwind in ib_uverbs_add_oneJason Gunthorpe1-13/+10
2018-09-19RDMA/core: Properly return the error code of rdma_set_src_addr_rcuYueHaibing1-6/+7
2018-09-19RDMA/i40iw: Fix incorrect iterator typeHÃ¥kon Bugge1-1/+1
2018-09-19RDMA/uverbs: Remove is_closed from ib_uverbs_fileJason Gunthorpe2-7/+2
2018-09-17IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe2-15/+39
2018-09-13RDMA: Remove duplicated include from ib_addr.hYueHaibing1-1/+0
2018-09-13IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov1-0/+31
2018-09-13IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov1-0/+2
2018-09-13Documentation/ABI: document /sys/class/net/*/dev_portArseny Maslennikov1-0/+18
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit5-16/+73
2018-09-12RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attributeParav Pandit2-0/+35
2018-09-12RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit3-53/+41
2018-09-12RDMA/core: Protect against changing dst->dev during destination resolveParav Pandit1-15/+46
2018-09-12RDMA/core: Refer to network type instead of device typeParav Pandit1-19/+16
2018-09-12RDMA/core: Use common code flow for IPv4/6 for addr resolveParav Pandit1-17/+15
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit4-15/+19
2018-09-12RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6Parav Pandit1-42/+23
2018-09-12RDMA/core: Let protocol specific function typecast sockaddr structureParav Pandit1-16/+15
2018-09-12RDMA/core: Avoid unnecessary sa_family overwriteParav Pandit1-4/+1
2018-09-12RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcuParav Pandit1-26/+35
2018-09-12IB/mlx5: Allow transition of DCI QP to resetMoni Shoua1-1/+3
2018-09-11IB/hfi1: set_intr_bits uses incorrect source for register modificationMichael J. Ruhl1-1/+1
2018-09-11IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl1-1/+3
2018-09-11IB/hfi1: Right size user_sdma sequence numbers and related variablesMichael J. Ruhl4-11/+11
2018-09-11IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2-18/+15
2018-09-11IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl2-51/+39
2018-09-11RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter1-0/+1
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl6-27/+32
2018-09-11infiniband: remove redundant condition check before debugfs_removezhong jiang1-2/+1
2018-09-11RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch3-6/+34
2018-09-11RDMA/mlx5: Add NIC TX namespace when getting a flow tableMark Bloch3-11/+32