summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky2018-03-151-14/+18
* RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky2018-03-151-1/+1
* RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky2018-03-151-0/+2
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-157-52/+88
|\
| * IB/mlx5: Fix cleanup order on unloadMark Bloch2018-03-142-10/+14
| * RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky2018-03-141-4/+8
| * IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2018-03-131-6/+9
| * IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rqBoris Pismenny2018-03-131-7/+16
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-101-1/+6
| * Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford2018-03-101-6/+1
| * RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-071-1/+6
| * IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()Dan Carpenter2018-03-071-1/+3
| * IB/mlx5: When not in dual port RoCE mode, use provided port as nativeMark Bloch2018-03-071-3/+7
| * IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua2018-02-281-1/+2
| * {net, IB}/mlx5: Raise fatal IB event when sys error occursDaniel Jurgens2018-02-281-9/+2
| * IB/mlx5: Avoid passing an invalid QP type to firmwareNoa Osherovich2018-02-281-1/+6
| * IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko2018-02-281-1/+1
* | IB/mlx5: Maintain a single emergency pageIlya Lesokhin2018-03-143-22/+37
* | IB/mlx5: Only synchronize RCU once when removing mkeysDaniel Jurgens2018-03-141-16/+28
* | RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPsLeon Romanovsky2018-03-141-1/+2
* | Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...Doug Ledford2018-03-072-21/+12
|\ \
| * | {net,IB}/mlx5: Add flow steering helpersBoris Pismenny2018-03-071-4/+3
| * | {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-071-1/+2
| * | IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny2018-03-071-12/+8
| * | IB/mlx5: Removed not used parametersAviad Yehezkel2018-03-072-5/+0
* | | RDMA/mlx5: Refactor QP type check to be as early as possibleLeon Romanovsky2018-02-281-12/+6
|/ /
* | IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch2018-02-231-0/+8
* | IB/mlx5: Add proper representors supportMark Bloch2018-02-234-30/+192
* | IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch2018-02-234-0/+45
* | IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch2018-02-231-2/+3
* | IB/mlx5: When in switchdev mode, expose only raw packet capabilitiesMark Bloch2018-02-232-30/+124
* | IB/mlx5: Listen to netdev register/unresiter events in switchdev modeMark Bloch2018-02-232-3/+20
* | IB/mlx5: Add match on vport when in switchdev modeMark Bloch2018-02-231-0/+12
* | IB/mlx5: Allocate flow DB only on PF IB deviceMark Bloch2018-02-232-14/+34
* | IB/mlx5: Add basic regiser/unregister representors codeMark Bloch2018-02-235-0/+169
* | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-152-28/+42
|/
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-302-7/+9
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-171-4/+3
| |\
| | * RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky2018-01-151-4/+3
| * | net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha2018-01-121-1/+1
| * | {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-111-3/+6
| |/
* | RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2018-01-292-3/+3
* | RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failureLeon Romanovsky2018-01-281-4/+1
* | RDMA/mlx5: Remove redundant allocation warning printLeon Romanovsky2018-01-191-11/+8
* | IB/mlx5: Mmap the HCA's clock info to user-spaceFeras Daoud2018-01-182-12/+42
* | IB/mlx5: remove redundant assignment of mdevColin Ian King2018-01-101-1/+1
* | IB/mlx5: Don't advertise RAW QP support in dual port modeDaniel Jurgens2018-01-081-7/+14
* | IB/mlx5: Route MADs for dual port RoCEDaniel Jurgens2018-01-081-7/+14
* | {net, IB}/mlx5: Change set_roce_gid to take a port numberDaniel Jurgens2018-01-081-1/+1
* | IB/mlx5: Update counter implementation for dual port RoCEDaniel Jurgens2018-01-082-28/+42