summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib
AgeCommit message (Expand)AuthorFilesLines
2025-09-17net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu1-1/+14
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-5/+164
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-07-23RDMA support for DMA handleLeon Romanovsky1-0/+164
2025-07-23net/mlx5: Add support for device steering tagYishai Hadas1-0/+164
2025-07-07Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky1-2/+2
2025-07-02net/mlx5: Check device memory pointer before usageStav Aviram1-2/+2
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-26RDMA/mlx5: Allocate IB device with net namespace supplied from core devMark Bloch1-5/+0
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+18
2025-04-22net/mlx5: Move ttc allocation after switch case to prevent leaksHenry Martin1-8/+8
2025-04-22net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()Henry Martin1-0/+10
2025-04-16net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller1-12/+3
2025-04-16net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller1-7/+4
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+5
2025-03-12net/mlx5: Avoid unnecessary use of comma operatorSimon Horman1-1/+1
2025-03-10net/mlx5: handle errors in mlx5_chains_create_table()Wentao Liang1-0/+5
2025-02-26Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-1/+2
2025-02-23net/mlx5: Change POOL_NEXT_SIZE define value and make it globalPatrisious Haddad1-1/+2
2025-02-12net/mlx5e: Expose RSS via devlink rx reporter diagnoseAmir Tzin2-0/+20
2025-02-06net/mlx5: Generate PPS IN event on new function for shared clockJianbo Liu2-7/+95
2025-02-06net/mlx5: Support one PTP device per hardware clockJianbo Liu2-48/+203
2025-02-06net/mlx5: Move PPS notifier and out_work to clock_stateJianbo Liu2-21/+18
2025-02-06net/mlx5: Add devcom component for the clock shared by functionsJianbo Liu2-1/+59
2025-02-06net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointerJianbo Liu2-24/+98
2025-02-06net/mlx5: Add API to get mlx5_core_dev from mlx5_clockJianbo Liu1-17/+18
2025-02-06net/mlx5: Add init and destruction functions for a single HW clockJianbo Liu1-17/+31
2025-02-06net/mlx5: Change parameters for PTP internal functionsJianbo Liu1-11/+8
2025-02-06net/mlx5: Add helper functions for PTP callbacksJianbo Liu1-10/+22
2025-01-09net/mlx5: use do_aux_work for PHC overflow checksVadim Fedorenko1-11/+13
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh1-4/+4
2024-11-12mlx5/core: relax memory barrier in eq_update_ci()Caleb Sander Mateos1-1/+1
2024-11-06mlx5_en: use read sequence for gettimex64Vadim Fedorenko1-5/+1
2024-11-04net/mlx5: DR, moved all the SWS code into a separate directoryYevgeny Kliteynik1-2/+2
2024-09-25net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella1-0/+10
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2024-08-17net/mlx5: Fix IPsec RoCE MPV trace callPatrisious Haddad1-2/+4
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+9
2024-08-10net/mlx5: SD, Do not query MPIR register if no sd_groupTariq Toukan1-9/+9
2024-08-06net/mlx5: Implement PTM cross timestamping supportRahul Rameshbabu1-0/+91
2024-06-05net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh1-0/+4
2024-05-24net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan1-4/+8
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2024-04-13net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2-3/+3
2024-04-04net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2-50/+206
2024-03-07net/mlx5: Enable SD featureTariq Toukan1-1/+2
2024-03-07net/mlx5: SD, Add debugfsTariq Toukan1-0/+34
2024-03-07net/mlx5: SD, Add informative prints in kernel logTariq Toukan1-0/+21
2024-03-07net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan1-1/+184
2024-03-07net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2-2/+121