summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-241-11/+2
* net/mlx5: Separate IRQ data from EQ table dataYuval Avnery2019-06-131-0/+3
* net/mlx5: Support querying max VFs from deviceBodong Wang2019-06-131-5/+2
* net/mlx5: Add core dump register access HW bitsMoshe Shemesh2019-05-311-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-1/+0
|\
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-1/+2
| |\
| | * RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-04-241-1/+0
| * | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-101-0/+3
| |\ \
* | \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-2/+8
|\ \ \ \
| * | | | net/mlx5: Eswitch, enable RoCE loopback trafficMaor Gottlieb2019-04-291-0/+7
| * | | | net/mlx5: Get rid of storing copy of device nameParav Pandit2019-04-291-2/+1
| * | | | Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed2019-04-221-4/+8
| |\| | | | | |/ / | |/| |
* | | | Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-081-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-051-0/+3
| |\| | | | |/ | |/|
| | * net/mlx5: Expose MPEIN (Management PCIE INfo) register layoutAya Levin2019-04-021-0/+1
| | * net/mlx5: Add explicit bar address fieldHuy Nguyen2019-04-021-0/+1
| | * net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed2019-04-021-0/+1
* | | net/mlx5e: Add a lock on tir listYuval Avnery2019-03-291-0/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-4/+1
|\ \
| * | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-211-6/+21
| |\|
| * | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-8/+26
| |\ \
| * | | IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas2019-01-211-0/+1
| * | | RDMA/mlx5: Delete declaration of already removed functionLeon Romanovsky2019-01-081-4/+0
* | | | net/mlx5: Emit port affinity event for multipath offloadsRoi Dayan2019-03-011-0/+1
* | | | net/mlx5: Add multipath modeRoi Dayan2019-03-011-0/+1
* | | | net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang2019-02-151-0/+5
| |_|/ |/| |
* | | net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-141-6/+0
* | | net/mlx5: Provide an alternative VF upper bound for ECPFBodong Wang2019-02-141-1/+10
* | | net/mlx5: Add host params change eventBodong Wang2019-02-141-0/+5
* | | net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-141-1/+8
| |/ |/|
* | net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe2019-01-241-6/+26
* | RDMA/mad: Reduce MAD scope to mlx5_ib onlyLeon Romanovsky2019-01-151-2/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-2/+2
|\
| * Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-201-2/+0
| |\
| * | IB/mlx5: Report CapabilityMask2 in ib_query_portMichael Guralnik2018-12-111-2/+2
* | | net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-141-0/+2
* | | net/mlx5: Introduce inter-device communication mechanismAviv Heller2018-12-141-0/+2
| |/ |/|
* | net/mlx5: Remove the get protocol device interface entryOr Gerlitz2018-12-101-2/+0
|/
* RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky2018-12-041-25/+0
* net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2018-12-041-8/+0
* net/mlx5: Forward SRQ resource eventsSaeed Mahameed2018-11-291-2/+1
* net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed2018-11-291-1/+1
* net/mlx5: Remove all deprecated software versions of FW eventsSaeed Mahameed2018-11-291-9/+0
* net/mlx5: Remove unused events callback and logicSaeed Mahameed2018-11-291-9/+1
* net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed2018-11-291-1/+1
* net/mlx5: Driver events notifier APISaeed Mahameed2018-11-291-0/+4
* net/mlx5: Device events, Use async events chainSaeed Mahameed2018-11-261-27/+2
* net/mlx5: Resource tables, Use async events chainSaeed Mahameed2018-11-261-2/+4
* net/mlx5: CmdIF, Use async events chainSaeed Mahameed2018-11-261-0/+2
* net/mlx5: FWPage, Use async events chainSaeed Mahameed2018-11-261-2/+3