aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+18
2020-05-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+5
2020-05-29net/mlx5: Fix crash upon suspend/resumeMark Bloch1-0/+18
2020-05-27net/mlx5: Add missing mutex destroyParav Pandit1-2/+14
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2020-05-22net/mlx5: Fix error flow in case of function_setup failureShay Drory1-1/+2
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha1-0/+4
2020-05-18net/mlx5: Move iseg access helper routines close to mlx5_core driverParav Pandit1-0/+5
2020-05-15net/mlx5: Move internal timer read function to clock libraryEran Ben Elisha1-20/+0
2020-05-15net/mlx5: Drain wq first during PCI device removalParav Pandit1-3/+2
2020-05-15net/mlx5: Have single error unwinding pathParav Pandit1-4/+3
2020-04-30net/mlx5: Add support for release all pages eventEran Ben Elisha1-0/+3
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-73/+71
2020-04-23net/mlx5: Update main.c new cmd interfaceLeon Romanovsky1-22/+13
2020-04-20net/mlx5: Read embedded cpu bit only onceParav Pandit1-2/+1
2020-04-19net/mlx5: Enable SW-defined RoCEv2 UDP source portMark Zhang1-0/+32
2020-04-19net/mlx5: Refactor HCA capability set flowLeon Romanovsky1-52/+31
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky1-4/+0
2020-03-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+0
2020-03-25net/mlx5: Simplify mlx5_unload_one() and its callersParav Pandit1-8/+2
2020-03-25net/mlx5: Simplify mlx5_register_device to return voidParav Pandit1-11/+3
2020-03-13{IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed1-1/+0
2020-02-18net/mlx5: Add support for resource dumpAya Levin1-0/+12
2020-01-24net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger1-0/+1
2020-01-06net/mlx5: Move devlink registration before interfaces loadMichael Guralnik1-7/+9
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2019-11-20net/mlx5: Update the list of the PCI supported devicesShani Shapp1-0/+1
2019-11-13net/mlx5: Add devlink reloadMichael Guralnik1-2/+2
2019-11-01net/mlx5: Remove unneeded variable in mlx5_unload_onezhong jiang1-3/+1
2019-10-28RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe1-4/+0
2019-09-24net/mlx5: Add device ID of upcoming BlueField-2Bodong Wang1-0/+1
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+5
2019-09-01net/mlx5: Move device memory management to mlx5_coreAriel Levkovich1-0/+5
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+6
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik1-0/+6
2019-08-22net/mlx5: Add HV VHCA infrastructureEran Ben Elisha1-0/+7
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2019-08-01net/mlx5: Make load_one() and unload_one() symmetricParav Pandit1-2/+3
2019-07-05net/mlx5: Accel, Expose accel wrapper for IPsec FPGA functionTariq Toukan1-1/+1
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-3/+4
2019-07-01net/mlx5: Move pci status reg access mutex to mlx5_pci_initParav Pandit1-1/+1
2019-07-01net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_typeHuy Nguyen1-2/+3
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-14/+42
2019-06-13net/mlx5: Report devlink health on FW fatal issuesMoshe Shemesh1-6/+4
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/+5
2019-06-13net/mlx5: Add Vendor Specific Capability access gatewayAlex Vesker1-0/+3
2019-06-13net/mlx5: Move all devlink related functions calls to devlink.cEran Ben Elisha1-37/+7