summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib
AgeCommit message (Expand)Author
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-12net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan
2024-04-03net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu
2024-03-07net/mlx5: Enable SD featureTariq Toukan
2024-03-07net/mlx5: SD, Add debugfsTariq Toukan
2024-03-07net/mlx5: SD, Add informative prints in kernel logTariq Toukan
2024-03-07net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan
2024-03-07net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan
2024-03-07net/mlx5: SD, Implement basic query and instantiationTariq Toukan
2024-03-07net/mlx5: SD, Introduce SD libTariq Toukan
2024-01-24net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASORahul Rameshbabu
2024-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-01-07Revert "mlx5 updates 2023-12-20"Jakub Kicinski
2023-12-20net/mlx5: Enable SD featureTariq Toukan
2023-12-20net/mlx5: SD, Add informative prints in kernel logTariq Toukan
2023-12-20net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan
2023-12-20net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan
2023-12-20net/mlx5: SD, Implement basic query and instantiationTariq Toukan
2023-12-20net/mlx5: SD, Introduce SD libTariq Toukan
2023-12-13net/mlx5: devcom, Add component size getterTariq Toukan
2023-12-12net/mlx5: Manage ICM type of SW encapShun Hao
2023-11-18Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2023-11-15net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu
2023-11-15net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu
2023-11-15net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency a...Rahul Rameshbabu
2023-11-15net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clockRahul Rameshbabu
2023-11-15net/mlx5: Refactor real time clock operation checks for PHCRahul Rameshbabu
2023-10-14net/mlx5: Remove unused declarationYue Haibing
2023-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory
2023-10-14net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory
2023-10-02net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad
2023-10-02net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV trafficPatrisious Haddad
2023-10-02net/mlx5: Configure IPsec steering for egress RoCEv2 MPV trafficPatrisious Haddad
2023-10-02net/mlx5: Add create alias flow table function to ipsec rocePatrisious Haddad
2023-10-02net/mlx5: Store devcom pointer inside IPsec RoCEPatrisious Haddad
2023-10-02net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-24net/mlx5e: fix up for "net/mlx5e: Move MACsec flow steering operations to be ...Stephen Rothwell
2023-08-24net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2023-08-21net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()Li Zetao
2023-08-20net/mlx5: Add RoCE MACsec steering infrastructure in corePatrisious Haddad
2023-08-20net/mlx5: Configure MACsec steering for ingress RoCEv2 trafficPatrisious Haddad
2023-08-20net/mlx5: Configure MACsec steering for egress RoCEv2 trafficPatrisious Haddad
2023-08-20net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steeringPatrisious Haddad
2023-08-20net/mlx5: Remove netdevice from MACsec steeringPatrisious Haddad
2023-08-20net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...Patrisious Haddad
2023-08-20net/mlx5e: Rename MACsec flow steering functions/parameters to suit core nami...Patrisious Haddad
2023-08-20net/mlx5: Remove dependency of macsec flow steering on ethernetPatrisious Haddad