summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2-5/+11
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2-5/+11
2019-01-24IB/core: Destroy QP if XRC QP failsYuval Avnery1-17/+24
2019-01-24IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua1-2/+3
2019-01-24IB/core: Declare local functions 'static'Bart Van Assche1-1/+1
2019-01-24IB/umad: Do not check status of nonseekable_open()Parav Pandit1-23/+13
2019-01-23IB/umad: Avoid additional device reference during open()/close()Parav Pandit1-5/+4
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit3-16/+14
2019-01-18RDMA/device: Use __ib_device_get_by_name() in ib_device_rename()Jason Gunthorpe1-6/+3
2019-01-15RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung1-1/+12
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2-8/+6
2019-01-14RDMA: Rename port_callback to init_portParav Pandit3-17/+10
2019-01-11IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2-2/+31
2019-01-11IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch1-2/+2
2019-01-09RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky1-3/+0
2019-01-09RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky1-2/+0
2019-01-07IB/core: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-07IB/cm: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2019-01-02IB/core: Add advise_mr to the list of known opsMoni Shoua1-0/+1
2018-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+8
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds38-1847/+2672
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-12/+8
2018-12-23IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter1-1/+1
2018-12-21IB/umad: Start using dev_groups of classParav Pandit1-16/+12
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit1-9/+14
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit1-85/+86
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit1-9/+13
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit1-21/+21
2018-12-21RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise1-4/+8
2018-12-21IB/core: Move query port to ioctlMichael Guralnik3-53/+104
2018-12-21RDMA/nldev: Expose port_cap_flags2Michael Guralnik1-3/+6
2018-12-21IB/core: uverbs copy to struct or zero helperMichael Guralnik1-0/+11
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-12-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman8-16/+20
2018-12-20RDMA: Mark if create address handle is in a sleepable contextGal Pressman3-7/+13
2018-12-19RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch7-36/+39
2018-12-19IB/uverbs: Add support to advise_mrMoni Shoua1-1/+55
2018-12-19RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit2-7/+63
2018-12-19RDMA/uverbs: Add a method to introspect handles in a contextJason Gunthorpe1-1/+88
2018-12-19RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit1-4/+3
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe7-23/+89
2018-12-12IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang1-0/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib23-295/+306
2018-12-12RDMA/core: Introduce ib_device_opsKamal Heib1-0/+98
2018-12-12RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky1-6/+8
2018-12-12Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2-16/+10
2018-12-11IB/core: Add new IB ratesMichael Guralnik1-0/+12
2018-12-11Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-2/+12