aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/siox (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03RDMA/core: Update query_gid documentation for HCA driversParav Pandit1-0/+4
2018-04-03RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-04-03IB/qedr: Remove GID add/del dummy routinesParav Pandit3-39/+0
2018-04-03i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem1-2/+0
2018-04-03RDMA/mlx5: Fix definition of mlx5_ib_create_qp_respJason Gunthorpe2-2/+3
2018-04-03IB/ocrdma_hw: Remove redundant checks and goto labelsGustavo A. R. Silva1-9/+5
2018-04-03IB/ipoib: Delete unused structYuval Shaia1-5/+0
2018-03-29iw_cxgb4: print mapped ports correctlyBharat Potnuri1-12/+12
2018-03-29RDMA/cma: Move rdma_cm_state to cma_priv.hParav Pandit2-14/+14
2018-03-29IB/addr: Constify dst_entry pointerParav Pandit1-5/+7
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe6-27/+27
2018-03-29RDMA/nldev: Provide netdevice name and indexLeon Romanovsky2-5/+39
2018-03-29IB/rxe: optimize mcast recv processZhu Yanjun1-10/+4
2018-03-29qedr: Fix spelling mistake: "hanlde" -> "handle"Colin Ian King1-2/+2
2018-03-28RDMA/CMA: Add rdma_port_space to UAPISteve Wise3-27/+32
2018-03-28RDMA/CMA: remove RDMA_PS_SDPSteve Wise1-1/+0
2018-03-27IB/core: Refer to RoCE port property to decide building cacheParav Pandit1-2/+2
2018-03-27IB/core: Search GID only for IB link layerParav Pandit1-1/+1
2018-03-27IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-27IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit1-7/+5
2018-03-27IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit1-0/+14
2018-03-27IB/core: Protect against concurrent access to hardware statsMark Bloch2-6/+32
2018-03-27IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny3-9/+53
2018-03-27IB/mlx5: Enable ECN capable bits for UD RoCE v2 QPsMajd Dibbiny1-0/+12
2018-03-27IB/uverbs: UAPI pointers should use __aligned_u64 typeMatan Barak1-1/+1
2018-03-27RDMA: Change all uapi headers to use __aligned_u64 instead of __u64Jason Gunthorpe19-276/+276
2018-03-27RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2-3/+15
2018-03-27RDMA/mlx4: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-0/+1
2018-03-27RDMA/qedr: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-0/+4
2018-03-27RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2-2/+12
2018-03-27RDMA: Remove minor pahole differences between 32/64Jason Gunthorpe2-0/+3
2018-03-23RDMA/ocrdma: Fix structure layout for ocrdma_alloc_pdJason Gunthorpe1-2/+2
2018-03-23iw_cxgb4: Add ib_device->get_netdev supportSteve Wise1-0/+19
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit4-0/+19
2018-03-22IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-22RDMA/restrack: Remove ambiguity in resource track clean logicLeon Romanovsky2-2/+45
2018-03-22RDMA/hns: Fix cq record doorbell enable in kernelYixian Liu1-21/+17
2018-03-22RDMA/cxgb3: Use structs to describe the uABI instead of opencodingJason Gunthorpe2-1/+8
2018-03-21IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak3-10/+7
2018-03-19IB/uverbs: Add macros to simplify adding driver specific attributesMatan Barak1-0/+31
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak5-177/+217
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak3-35/+37
2018-03-19IB/uverbs: Safely extend existing attributesMatan Barak5-31/+104
2018-03-19IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak2-14/+24
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak21-6/+48
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak10-247/+396
2018-03-19IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche1-3/+0
2018-03-19IB/mlx5: Packet packing enhancement for RAW QPBodong Wang4-21/+98
2018-03-19net/mlx5: Packet pacing enhancementBodong Wang4-33/+76