aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-160/+452
2018-04-05IB/uverbs: Add device memory registration ioctl supportGravatar Ariel Levkovich 2-0/+23
2018-04-05IB/uverbs: Add alloc/free dm uverbs ioctl supportGravatar Ariel Levkovich 1-1/+19
2018-04-05IB/uverbs: Add device memory capabilities reportingGravatar Ariel Levkovich 1-0/+1
2018-04-04IB/uverbs: Introduce ESP steering match filterGravatar Matan Barak 1-0/+16
2018-04-04IB/uverbs: Add modify ESP flow_actionGravatar Matan Barak 1-0/+4
2018-04-04IB/uverbs: Introduce egress flow steeringGravatar Boris Pismenny 1-1/+2
2018-04-04IB/uverbs: Add action_handle flow steering specificationGravatar Matan Barak 1-0/+8
2018-04-04IB/uverbs: Add flow_action create and destroy verbsGravatar Matan Barak 1-0/+65
2018-04-04IB/uverbs: Add enum attribute type to ioctl() interfaceGravatar Matan Barak 1-0/+34
2018-04-03RDMA: Use ib_gid_attr during GID modificationGravatar Parav Pandit 1-19/+14
2018-04-03IB/core: Refactor GID modify code for RoCEGravatar Parav Pandit 1-1/+4
2018-04-03RDMA/core: Update query_gid documentation for HCA driversGravatar Parav Pandit 1-0/+4
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2018-03-29RDMA/cma: Move rdma_cm_state to cma_priv.hGravatar Parav Pandit 1-14/+0
2018-03-28RDMA/CMA: Add rdma_port_space to UAPIGravatar Steve Wise 1-11/+6
2018-03-28RDMA/CMA: remove RDMA_PS_SDPGravatar Steve Wise 1-1/+0
2018-03-28RDMA/ucma: Introduce safer rdma_addr_size() variantsGravatar Roland Dreier 1-0/+2
2018-03-27IB/core: Protect against concurrent access to hardware statsGravatar Mark Bloch 1-0/+4
2018-03-26net: Drop NETDEV_UNREGISTER_FINALGravatar Kirill Tkhai 1-2/+2
2018-03-23IB/cma: Resolve route only while receiving CM requestsGravatar Parav Pandit 1-0/+8
2018-03-22RDMA/restrack: Remove ambiguity in resource track clean logicGravatar Leon Romanovsky 1-1/+1
2018-03-19IB/uverbs: Add macros to simplify adding driver specific attributesGravatar Matan Barak 1-0/+31
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileGravatar Matan Barak 1-0/+2
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersGravatar Matan Barak 1-21/+2
2018-03-19IB/uverbs: Safely extend existing attributesGravatar Matan Barak 2-20/+67
2018-03-19IB/uverbs: Enable compact representation of uverbs_attr_specGravatar Matan Barak 1-12/+22
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idGravatar Matan Barak 2-1/+3
2018-03-19IB/uverbs: Move to new headers and make naming consistentGravatar Matan Barak 3-19/+82
2018-03-19RDMA/verbs: Remove restrack entry from XRCD structureGravatar Leon Romanovsky 1-4/+0
2018-03-19IB/core: Remove unimplemented ib_peek_cqGravatar Parav Pandit 1-12/+0
2018-03-15IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.hGravatar Parav Pandit 1-5/+0
2018-03-15IB/core: Refactor ib_init_ah_attr_from_path() for RoCEGravatar Parav Pandit 1-0/+5
2018-03-15IB/core: Remove rdma_resolve_ip_route() as exported symbolGravatar Parav Pandit 1-4/+0
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevGravatar Parav Pandit 1-1/+1
2018-03-15IB/core: Fix comments of GID query functionsGravatar Parav Pandit 1-29/+0
2018-03-14RDMA/verbs: Simplify modify QP checkGravatar Leon Romanovsky 1-3/+3
2018-03-08RDMA/nldev: provide detailed MR informationGravatar Steve Wise 2-0/+9
2018-03-08RDMA/nldev: provide detailed CM_ID informationGravatar Steve Wise 2-5/+33
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionGravatar Jason Gunthorpe 1-6/+4
2018-02-15IB/uverbs: Always use the attribute size provided by the userGravatar Matan Barak 1-7/+28
2018-02-15RDMA/restrack: Remove unimplemented XRCD objectGravatar Leon Romanovsky 1-4/+0
2018-02-01IB/core: Map iWarp AH type to undefined in rdma_ah_find_typeGravatar Don Hiatt 1-6/+14
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsGravatar Sebastian Sanchez 1-6/+4
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsGravatar Sebastian Sanchez 1-0/+5
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetGravatar Sebastian Sanchez 1-0/+4
2018-01-29RDMA/restrack: Add general infrastructure to track RDMA resourcesGravatar Leon Romanovsky 2-0/+176
2018-01-29RDMA/core: Save kernel caller name when creating PD and CQ objectsGravatar Leon Romanovsky 1-3/+10
2018-01-29RDMA/core: Use the MODNAME instead of the function name for pd callersGravatar Leon Romanovsky 1-1/+1
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersGravatar Jason Gunthorpe 1-5/+0