summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Add enum attribute type to ioctl() interfaceMatan Barak2018-04-041-9/+30
* IB/mlx5: Initialize the parsing tree root without the help of uverbsMatan Barak2018-04-042-0/+39
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-048-76/+49
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-0410-73/+54
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-045-19/+1
* IB/core: Refactor GID modify code for RoCEParav Pandit2018-04-042-234/+268
* IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit2018-04-042-14/+5
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-0411-87/+4
* RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier2018-04-041-0/+3
* IB/qedr: Remove GID add/del dummy routinesParav Pandit2018-04-033-39/+0
* i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem2018-04-031-2/+0
* RDMA/mlx5: Fix definition of mlx5_ib_create_qp_respJason Gunthorpe2018-04-031-2/+2
* IB/ocrdma_hw: Remove redundant checks and goto labelsGustavo A. R. Silva2018-04-031-9/+5
* IB/ipoib: Delete unused structYuval Shaia2018-04-031-5/+0
* iw_cxgb4: print mapped ports correctlyBharat Potnuri2018-03-301-12/+12
* RDMA/cma: Move rdma_cm_state to cma_priv.hParav Pandit2018-03-291-0/+14
* IB/addr: Constify dst_entry pointerParav Pandit2018-03-291-5/+7
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-296-27/+27
* RDMA/nldev: Provide netdevice name and indexLeon Romanovsky2018-03-291-5/+26
* IB/rxe: optimize mcast recv processZhu Yanjun2018-03-291-10/+4
* qedr: Fix spelling mistake: "hanlde" -> "handle"Colin Ian King2018-03-291-2/+2
* RDMA/CMA: Add rdma_port_space to UAPISteve Wise2018-03-291-15/+17
* IB/core: Refer to RoCE port property to decide building cacheParav Pandit2018-03-281-2/+2
* IB/core: Search GID only for IB link layerParav Pandit2018-03-281-1/+1
* IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit2018-03-281-1/+1
* IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit2018-03-281-7/+5
* IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit2018-03-281-0/+14
* IB/core: Protect against concurrent access to hardware statsMark Bloch2018-03-271-6/+28
* IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2018-03-272-8/+48
* IB/mlx5: Enable ECN capable bits for UD RoCE v2 QPsMajd Dibbiny2018-03-271-0/+12
* RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-271-1/+5
* RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-271-2/+7
* iw_cxgb4: Add ib_device->get_netdev supportSteve Wise2018-03-231-0/+19
* IB/cma: Resolve route only while receiving CM requestsParav Pandit2018-03-233-0/+11
* IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit2018-03-221-1/+1
* RDMA/restrack: Remove ambiguity in resource track clean logicLeon Romanovsky2018-03-221-1/+44
* RDMA/hns: Fix cq record doorbell enable in kernelYixian Liu2018-03-221-21/+17
* RDMA/cxgb3: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-221-1/+3
* IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-211-2/+2
* IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak2018-03-193-10/+7
* IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak2018-03-194-177/+215
* IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak2018-03-192-14/+35
* IB/uverbs: Safely extend existing attributesMatan Barak2018-03-193-11/+37
* IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak2018-03-191-2/+2
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-1918-4/+22
* IB/uverbs: Move to new headers and make naming consistentMatan Barak2018-03-193-144/+153
* IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche2018-03-191-3/+0
* IB/mlx5: Packet packing enhancement for RAW QPBodong Wang2018-03-193-20/+80
* net/mlx5: Packet pacing enhancementBodong Wang2018-03-192-28/+54
* RDMA/hns: Fix init resp when alloc ucontextYixian Liu2018-03-191-1/+1