aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15IB/cma: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2018-01-15IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein2-8/+8
2018-01-15RDMA/qedr: Fix endian problems around imm_dataJason Gunthorpe1-2/+2
2018-01-15RDMA/hns: Fix endian problems around imm_data and rkeyJason Gunthorpe3-7/+11
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe3-5/+3
2018-01-15IB/core: Limit DMAC resolution to RoCE Connected QPsParav Pandit1-1/+10
2018-01-15IB/core: Attempt DMAC resolution for only RoCEParav Pandit1-4/+2
2018-01-15IB/core: Limit DMAC resolution to userspace QPsParav Pandit1-19/+29
2018-01-15IB/core: Perform modify QP on real oneParav Pandit1-2/+3
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap5-17/+18
2018-01-10infiniband: fix ulp/opa_vnic/opa_vnic_vema.c kernel-doc notationRandy Dunlap1-1/+1
2018-01-10infiniband: fix core/fmr_pool.c kernel-doc notationRandy Dunlap1-7/+5
2018-01-10infiniband: fix core/verbs.c kernel-doc notationRandy Dunlap1-2/+2
2018-01-10RDMA/cma: Fix rdma_cm path querying for RoCEParav Pandit1-3/+4
2018-01-10RDMA/cma: Fix rdma_cm raw IB path setting for RoCEParav Pandit1-0/+14
2018-01-10RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit2-7/+7
2018-01-10RDMA/cma: Provide a function to set RoCE path record L2 parametersParav Pandit1-35/+53
2018-01-10RDMA/cma: Use the right net namespace for the rdma_cm_idParav Pandit1-2/+3
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen4-156/+113
2018-01-10IB/core: Remove the locking for character device bitmapsHuy Nguyen2-10/+0
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche1-0/+2
2018-01-10IB/mlx5: remove redundant assignment of mdevColin Ian King1-1/+1
2018-01-08IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun1-11/+5
2018-01-08IB/rxe: add the static type to the variableZhu Yanjun2-2/+1
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford8-186/+299
2018-01-08IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche2-17/+1
2018-01-08IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche1-20/+3
2018-01-08IB/srpt: Introduce srpt_format_guid()Bart Van Assche1-11/+13
2018-01-08IB/srpt: Reduce frequency of receive failure messagesBart Van Assche1-2/+2
2018-01-08IB/srpt: Convert a warning into a debug messageBart Van Assche1-1/+2
2018-01-08IB/srpt: Use the IPv6 format for GIDs in log messagesBart Van Assche1-11/+3
2018-01-08IB/srpt: Verify port numbers in srpt_event_handler()Bart Van Assche1-6/+16
2018-01-08IB/srpt: Reduce the severity level of a log messageBart Van Assche1-1/+1
2018-01-08IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche2-16/+16
2018-01-08IB/srpt: Document all structure members in ib_srpt.hBart Van Assche1-11/+22
2018-01-08IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche1-60/+145
2018-01-08IB/srpt: Remove an unused structure memberBart Van Assche2-2/+0
2018-01-08net/mlx5: Set num_vhca_ports capabilityDaniel Jurgens1-0/+6
2018-01-08IB/mlx5: Don't advertise RAW QP support in dual port modeDaniel Jurgens1-7/+14
2018-01-08IB/mlx5: Route MADs for dual port RoCEDaniel Jurgens1-7/+14
2018-01-08{net, IB}/mlx5: Change set_roce_gid to take a port numberDaniel Jurgens3-5/+9
2018-01-08IB/mlx5: Update counter implementation for dual port RoCEDaniel Jurgens2-28/+42
2018-01-08IB/mlx5: Change debugfs to have per port contentsParav Pandit3-29/+73
2018-01-08IB/mlx5: Implement dual port functionality in query routinesDaniel Jurgens1-17/+85
2018-01-08IB/mlx5: Move IB event processing onto a workqueueDaniel Jurgens1-13/+56
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens8-33/+494
2018-01-08IB/mlx5: Make netdev notifications multiport capableDaniel Jurgens3-37/+55
2018-01-08IB/mlx5: Reduce the use of num_port capabilityDaniel Jurgens3-12/+11
2018-01-08IB/core: Change roce_rescan_device to return voidDaniel Jurgens3-10/+3
2018-01-08net/mlx5: Set software owner ID during init HCADaniel Jurgens3-3/+15