summaryrefslogtreecommitdiff
path: root/include/linux/mlx5/driver.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2021-08-11net/mlx5: Allocate individual capabilityParav Pandit1-1/+1
2021-08-11net/mlx5: Reorganize current and maximal capabilities to be per-typeParav Pandit1-2/+6
2021-08-11net/mlx5: Delete impossible dev->state checksLeon Romanovsky1-2/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-2/+2
2021-08-10net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-2/+1
2021-08-05net/mlx5: Lag, add initial logic for shared FDBMark Bloch1-0/+3
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-06-17net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-05-28Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+2
2021-05-27net/mlx5: Move chains ft pool to be used by all firmware steeringPaul Blakey1-0/+2
2021-05-19{net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb1-22/+22
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2021-04-16net/mlx5: Add register layout to support extended link stateMoshe Tal1-0/+1
2021-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe1-1/+5
2021-04-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-1/+5
2021-04-03net/mlx5: Allocate rate limit table when rate is configuredParav Pandit1-0/+1
2021-04-03net/mlx5: Pack mlx5_rl_entry structureParav Pandit1-1/+1
2021-03-17net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan1-0/+1
2021-03-17net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan1-0/+1
2021-03-17net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan1-4/+6
2021-03-13net/mlx5: Use order-0 allocations for EQsTariq Toukan1-0/+5
2021-03-13net/mlx5: Remove unused mlx5_core_health member recover_workMikhael Goikhman1-1/+0
2021-03-12RDMA/mlx5: Fix query RoCE portMaor Gottlieb1-1/+1
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+2
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-18/+0
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller1-4/+9
2021-02-17net/mlx5: Move all internal timer metadata into a dedicated structEran Ben Elisha1-4/+8
2021-02-17net/mlx5: Add register layout to support real-time time-stampEran Ben Elisha1-0/+1
2021-02-11net/mlx5: Delete device list leftoverLeon Romanovsky1-1/+0
2021-02-09RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas1-0/+2
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit1-8/+0
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+0
2021-01-29Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-1/+15
2021-01-28net/mlx5: Notify on trap action by blocking eventAya Levin1-0/+15
2021-01-28net/mlx5: Add support for devlink traps in mlx5 core driverAya Levin1-0/+1
2021-01-22net/mlx5: SF, Add port add delete functionalityParav Pandit1-0/+6
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit1-1/+3
2021-01-22net/mlx5: SF, Add auxiliary device supportParav Pandit1-0/+2
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit1-0/+4
2021-01-20Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit1-18/+0
2020-12-08Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-17/+17
2020-12-06net/mlx5: Delete custom device management logicLeon Romanovsky1-22/+0
2020-12-04net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky1-3/+23
2020-12-04net/mlx5_core: Clean driver version and nameLeon Romanovsky1-0/+2
2020-12-03Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski1-6/+2
2020-11-27net/mlx5: Rename peer_pf to host_pfParav Pandit1-1/+1
2020-11-27net/mlx5: Make API mlx5_core_is_ecpf accept const pointerParav Pandit1-1/+1
2020-11-27net/mlx5: Avoid exposing driver internal command helpersParav Pandit1-4/+0
2020-10-27RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-0/+18