aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mlx5/driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+5
2020-01-25IB/mlx5: Return the administrative GUID if existsDanit Goldberg1-0/+5
2020-01-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxSaeed Mahameed1-1/+3
2020-01-16net/mlx5: Expose resource dump register mappingAya Levin1-0/+1
2020-01-16net/mlx5: Add structures and defines for MIRC registerEran Ben Elisha1-0/+1
2020-01-16net/mlx5: Read MCAM register groups 1 and 2Eran Ben Elisha1-1/+1
2020-01-07net/mlx5: limit the function in local scopeZhu Yanjun1-2/+0
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe1-0/+16
2019-11-11net/mlx5: Handle "enable_roce" devlink paramMichael Guralnik1-0/+11
2019-11-01IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit1-0/+5
2019-10-28RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe1-4/+0
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+14
2019-09-01net/mlx5: Move device memory management to mlx5_coreAriel Levkovich1-0/+14
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+2
2019-08-22net/mlx5: Add HV VHCA infrastructureEran Ben Elisha1-0/+2
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-10/+2
2019-08-07mlx5: Use refcount_t for refcountChuhong Yuan1-1/+2
2019-08-01net/mlx5: Add flow counter poolGavi Teitz1-0/+12
2019-08-01net/mlx5: Refactor and optimize flow counter bulk queryGavi Teitz1-0/+1
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-7/+15
2019-07-03net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit1-4/+5
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas1-0/+2
2019-07-01net/mlx5: Reduce dependency on enabled_vfs counter and num_vfsParav Pandit1-1/+0
2019-07-01net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_typeHuy Nguyen1-3/+8
2019-07-01net/mlx5: Added MCQI and MCQS registers' description to ifcShay Agroskin1-0/+1
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-16/+7
2019-06-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox1-11/+2
2019-06-13net/mlx5: Report devlink health on FW fatal issuesMoshe Shemesh1-1/+1
2019-06-13net/mlx5: Add fw fatal devlink_health_reporterMoshe Shemesh1-0/+1
2019-06-13net/mlx5: Report devlink health on FW issuesMoshe Shemesh1-1/+2
2019-06-13net/mlx5: Create FW devlink_health_reporterMoshe Shemesh1-0/+2
2019-06-13net/mlx5: Issue SW reset on FW assertFeras Daoud1-0/+1
2019-06-13net/mlx5: Handle SW reset of FW in error flowFeras Daoud1-1/+1
2019-06-13net/mlx5: Add Crdump supportAlex Vesker1-0/+1
2019-06-13net/mlx5: Add Vendor Specific Capability access gatewayAlex Vesker1-0/+1
2019-06-13net/mlx5: Separate IRQ data from EQ table dataYuval Avnery1-0/+3
2019-06-13net/mlx5: Support querying max VFs from deviceBodong Wang1-5/+2
2019-05-31net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik1-0/+2
2019-05-31net/mlx5: Add core dump register access HW bitsMoshe Shemesh1-0/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+0
2019-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-2/+8
2019-04-29net/mlx5: Eswitch, enable RoCE loopback trafficMaor Gottlieb1-0/+7
2019-04-29net/mlx5: Get rid of storing copy of device nameParav Pandit1-2/+1
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-1/+2
2019-04-24RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe1-1/+0
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed1-4/+8
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe1-0/+3
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+3
2019-04-05Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+3
2019-04-02net/mlx5: Expose MPEIN (Management PCIE INfo) register layoutAya Levin1-0/+1