aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit4-14/+21
2018-06-25IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit2-15/+27
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit3-54/+60
2018-06-22IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl4-83/+25
2018-06-22IB/hfi1: Reorg ctxtdata and rightsize fieldsMike Marciniszyn2-87/+86
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn8-69/+85
2018-06-22IB/hfi1: Remove unused/writeonly devdata fieldsMike Marciniszyn2-9/+0
2018-06-22IB/hfi1: Rightsize ctxt_eager_bufs fieldsMike Marciniszyn1-6/+6
2018-06-22IB/hfi1: Remove rcvctrl from ctxtdataMike Marciniszyn2-4/+1
2018-06-22IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn4-15/+19
2018-06-22IB/core: Free GID table entry during GID deletionParav Pandit1-5/+23
2018-06-22RDMA/cma: Consider net namespace while leaving multicast groupParav Pandit1-33/+24
2018-06-22IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe1-4/+2
2018-06-22Merge branch 'icrc-counter' into rdma.git for-nextJason Gunthorpe4-3/+73
2018-06-22IB/mlx5: Support RoCE ICRC encapsulated error counterTalat Batheesh4-3/+73
2018-06-19RDMA/mlx5: Refactor transport domain checksLeon Romanovsky1-9/+11
2018-06-19IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn6-20/+40
2018-06-19IB/hfi1: Remove rcvhdrsizeMike Marciniszyn3-5/+1
2018-06-19IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn4-28/+24
2018-06-19IB/hfi1: Move normal functions from hfi1_devdata to const arrayMike Marciniszyn3-37/+23
2018-06-19IB/mlx5: Expose DEVX treeYishai Hadas3-1/+14
2018-06-19IB/mlx5: Add DEVX query EQN supportYishai Hadas1-1/+33
2018-06-19IB/mlx5: Add DEVX support for memory registrationYishai Hadas1-1/+198
2018-06-19IB/mlx5: Add support for DEVX query UARYishai Hadas3-4/+61
2018-06-19IB/mlx5: Add DEVX support for modify and query commandsYishai Hadas2-2/+353
2018-06-19IB/mlx5: Add obj create and destroy functionalityYishai Hadas1-3/+334
2018-06-19IB/mlx5: Add support for DEVX general commandYishai Hadas1-0/+87
2018-06-19IB/mlx5: Introduce DEVXYishai Hadas4-3/+93
2018-06-19IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas1-0/+6
2018-06-19IB/uverbs: Allow an empty namespace in ioctl() frameworkMatan Barak1-2/+13
2018-06-19IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak1-2/+2
2018-06-19IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak1-1/+24
2018-06-19IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak3-59/+54
2018-06-19IB/uverbs: Export uverbs idr and fd typesMatan Barak1-0/+2
2018-06-19Merge branch 'mellanox/mlx5-next' into RDMA for-nextJason Gunthorpe1-2/+17
2018-06-19net/mlx5: Expose DEVX specificationYishai Hadas1-0/+4
2018-06-19net/mlx5: Prevent warns in dmesg upon firmware commandsYishai Hadas1-2/+13
2018-06-18iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri1-3/+0
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise23-32/+50
2018-06-18IB/rxe: avoid unnecessary NULL checkZhu Yanjun1-2/+1
2018-06-18IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel1-0/+5
2018-06-18IB/rxe: increase max MR limitVijay Immanuel1-1/+1
2018-06-18IB/mad: Use IDR for agent IDswilly@infradead.org2-35/+55
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit4-52/+19
2018-06-18RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe1-2/+44
2018-06-18IB/mlx4: Use GID attribute from ah attributeParav Pandit4-20/+9
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit15-233/+92
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe5-6/+65
2018-06-18IB/core: Tidy ib_resolve_eth_dmacParav Pandit1-4/+10
2018-06-18IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe1-27/+225