summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+5Star
| * 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/+17Star
| * 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/+7Star
| * 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/+0Star
| * IB/mlx5: Packet packing enhancement for RAW QPBodong Wang2018-03-193-20/+80
| * RDMA/hns: Fix init resp when alloc ucontextYixian Liu2018-03-191-1/+1
| * IB/core: Use rdma_is_port_valid()Parav Pandit2018-03-191-3/+2Star
| * IB/mlx5: Set the default active rate and width to QDR and 4XHonggang Li2018-03-191-0/+3
| * IB/core: Set speed string to SDR for invalid active ratesHonggang Li2018-03-191-0/+1
| * RDMA/restrack: Don't rely on uninitialized variable in restrack_add flowLeon Romanovsky2018-03-161-1/+3
| * IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi2018-03-153-9/+32
| * IB/mlx4: Report TSO capabilitiesYishai Hadas2018-03-151-2/+20
| * i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco2018-03-154-10/+30
| * i40iw: Refactor of driver generated AEsHenry Orosco2018-03-156-10/+108
| * RDMA/cxgb4: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-1/+3
| * RDMA/hns: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-1/+4
| * RDMA/i40iw: Move uapi header to include/uapiJason Gunthorpe2018-03-152-108/+1Star
| * RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-152-5/+1Star
| * RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-157-79/+94
| * RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe2018-03-153-4/+4
| * RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-151-4/+6
| * RDMA/qedr: eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-151-2/+2
| * RDMA/hns: Fix cqn type and init respYixian Liu2018-03-152-12/+11Star
| * IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.hParav Pandit2018-03-151-0/+5
| * IB/cm: Introduce and use helper function to get cm_port from pathParav Pandit2018-03-151-4/+13
| * IB/core: Refactor ib_init_ah_attr_from_path() for RoCEParav Pandit2018-03-151-96/+103
| * IB/cm: Add and use a helper function to add cm_id's to the port listParav Pandit2018-03-151-10/+21
| * IB/ocrdma: Removed GID add/del null routinesParav Pandit2018-03-153-28/+0Star
| * IB/core: Remove rdma_resolve_ip_route() as exported symbolParav Pandit2018-03-152-1/+6
| * IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()Parav Pandit2018-03-151-12/+3Star