summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix IPsec RoCE MPV trace callPatrisious Haddad14 days1-2/+4
* net/mlx5: SD, Do not query MPIR register if no sd_groupTariq Toukan2024-08-091-9/+9
* net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh2024-06-051-0/+4
* net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan2024-05-241-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-182-3/+3
|\
| * net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-122-3/+3
* | net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2024-04-032-50/+206
|/
* net/mlx5: Enable SD featureTariq Toukan2024-03-071-1/+2
* net/mlx5: SD, Add debugfsTariq Toukan2024-03-071-0/+34
* net/mlx5: SD, Add informative prints in kernel logTariq Toukan2024-03-071-0/+21
* net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan2024-03-071-1/+184
* net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2024-03-072-2/+121
* net/mlx5: SD, Implement basic query and instantiationTariq Toukan2024-03-071-1/+109
* net/mlx5: SD, Introduce SD libTariq Toukan2024-03-073-0/+109
* net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASORahul Rameshbabu2024-01-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-01-121-1/+37
|\
| * net/mlx5: Manage ICM type of SW encapShun Hao2023-12-121-1/+37
* | Revert "mlx5 updates 2023-12-20"Jakub Kicinski2024-01-074-538/+0
* | net/mlx5: Enable SD featureTariq Toukan2023-12-201-1/+2
* | net/mlx5: SD, Add informative prints in kernel logTariq Toukan2023-12-201-0/+21
* | net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan2023-12-201-1/+184
* | net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2023-12-202-2/+121
* | net/mlx5: SD, Implement basic query and instantiationTariq Toukan2023-12-201-1/+106
* | net/mlx5: SD, Introduce SD libTariq Toukan2023-12-203-0/+109
* | net/mlx5: devcom, Add component size getterTariq Toukan2023-12-132-0/+8
* | Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-11-181-27/+51
|\ \ | |/ |/|
| * net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu2023-11-151-0/+22
| * net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency a...Rahul Rameshbabu2023-11-151-2/+4
| * net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clockRahul Rameshbabu2023-11-151-4/+5
| * net/mlx5: Refactor real time clock operation checks for PHCRahul Rameshbabu2023-11-151-21/+20
* | net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu2023-11-151-1/+6
|/
* net/mlx5: Remove unused declarationYue Haibing2023-10-141-1/+0
* net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory2023-10-142-0/+8
* net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory2023-10-142-0/+18
* net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory2023-10-141-0/+4
* net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad2023-10-022-26/+57
* net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV trafficPatrisious Haddad2023-10-022-18/+200
* net/mlx5: Configure IPsec steering for egress RoCEv2 MPV trafficPatrisious Haddad2023-10-022-4/+222
* net/mlx5: Add create alias flow table function to ipsec rocePatrisious Haddad2023-10-021-0/+66
* net/mlx5: Store devcom pointer inside IPsec RoCEPatrisious Haddad2023-10-022-2/+9
* net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad2023-10-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-5/+27
|\
| * net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu2023-08-241-5/+27
* | net/mlx5e: fix up for "net/mlx5e: Move MACsec flow steering operations to be ...Stephen Rothwell2023-08-241-0/+1
* | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-242-0/+2474
|\ \
| * | net/mlx5: Add RoCE MACsec steering infrastructure in corePatrisious Haddad2023-08-201-9/+390
| * | net/mlx5: Configure MACsec steering for ingress RoCEv2 trafficPatrisious Haddad2023-08-201-8/+351
| * | net/mlx5: Configure MACsec steering for egress RoCEv2 trafficPatrisious Haddad2023-08-201-1/+45
| * | net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steeringPatrisious Haddad2023-08-202-15/+235
| * | net/mlx5: Remove netdevice from MACsec steeringPatrisious Haddad2023-08-202-76/+70