aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2019-01-02IB/core: Add advise_mr to the list of known opsMoni Shoua
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-22IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter
2018-12-21IB/umad: Start using dev_groups of classParav Pandit
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit
2018-12-20RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise
2018-12-20IB/core: Move query port to ioctlMichael Guralnik
2018-12-20RDMA/nldev: Expose port_cap_flags2Michael Guralnik
2018-12-20IB/core: uverbs copy to struct or zero helperMichael Guralnik
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch
2018-12-18IB/uverbs: Add support to advise_mrMoni Shoua
2018-12-18RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit
2018-12-18RDMA/uverbs: Add a method to introspect handles in a contextJason Gunthorpe
2018-12-18RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe
2018-12-12IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-11RDMA/core: Introduce ib_device_opsKamal Heib
2018-12-11RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe
2018-12-11IB/core: Add new IB ratesMichael Guralnik
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2018-12-07RDMA/core: Validate port number in query_pkey verbYuval Shaia
2018-12-04IB/core: Enable getting an object type from a given uobjectYishai Hadas
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas
2018-12-03RDMA/nldev: Export to user space number of contextsLeon Romanovsky
2018-12-03RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky
2018-12-03RDMA/restrack: Track ucontextLeon Romanovsky
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe
2018-12-03RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe
2018-12-03RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe
2018-12-03RDMA/uverbs: Add a simple iterator interface for reading the commandJason Gunthorpe
2018-12-03RDMA/uverbs: Simplify ib_uverbs_ex_query_deviceJason Gunthorpe
2018-12-03RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_response() for remaining response copyingJason Gunthorpe
2018-12-03RDMA/uverbs: Get rid of the 'callback' scheme in the compat pathJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe
2018-12-03RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe
2018-11-29RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe