summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | IB/mlx5: Change debugfs to have per port contentsParav Pandit2018-01-083-29/+73
* | IB/mlx5: Implement dual port functionality in query routinesDaniel Jurgens2018-01-081-17/+85
* | IB/mlx5: Move IB event processing onto a workqueueDaniel Jurgens2018-01-081-13/+56
* | {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-082-25/+424
* | IB/mlx5: Make netdev notifications multiport capableDaniel Jurgens2018-01-083-37/+55
* | IB/mlx5: Reduce the use of num_port capabilityDaniel Jurgens2018-01-083-12/+11
* | IB/mlx5: Add support for DC target QPMoni Shoua2018-01-083-3/+212
* | IB/mlx5: Add support for DC Initiator QPMoni Shoua2018-01-081-5/+72
* | IB/mlx5: Handle type IB_QPT_DRIVER when creating a QPMoni Shoua2018-01-082-1/+112
* | IB/mlx5: Move locks initialization to the corresponding stageMark Bloch2018-01-043-22/+15
* | IB/mlx5: Move loopback initialization to the corresponding stageMark Bloch2018-01-042-13/+4
* | IB/mlx5: Move hardware counters initialization to the corresponding stageMark Bloch2018-01-041-7/+6
* | IB/mlx5: Move ODP initialization to the corresponding stageMark Bloch2018-01-041-2/+2
* | IB/mlx5: Move RoCE/ETH initialization to the corresponding stageMark Bloch2018-01-041-21/+12
* | IB/mlx5: Create profile infrastructure to add and remove stagesMark Bloch2018-01-042-93/+282
* | IB/mlx5: Enable QP creation with a given blue flame indexYishai Hadas2017-12-282-11/+41
* | IB/mlx5: Expose dynamic mmap allocationYishai Hadas2017-12-283-21/+101
* | IB/mlx5: Extend UAR stuff to support dynamic allocationYishai Hadas2017-12-283-13/+32
* | IB/mlx5: Report inner RSS capabilityMaor Gottlieb2017-12-281-1/+2
* | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-285-42/+19
|\|