Age | Commit message (Expand) | Author |
2024-06-05 | net/mlx5: Stop waiting for PCI if pci channel is offline | Moshe Shemesh |
2024-05-24 | net/mlx5: Do not query MPIR on embedded CPU function | Tariq Toukan |
2024-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-12 | net/mlx5: SD, Handle possible devcom ERR_PTR | Tariq Toukan |
2024-04-03 | net/mlx5: Support matching on l4_type for ttc_table | Jianbo Liu |
2024-03-07 | net/mlx5: Enable SD feature | Tariq Toukan |
2024-03-07 | net/mlx5: SD, Add debugfs | Tariq Toukan |
2024-03-07 | net/mlx5: SD, Add informative prints in kernel log | Tariq Toukan |
2024-03-07 | net/mlx5: SD, Implement steering for primary and secondaries | Tariq Toukan |
2024-03-07 | net/mlx5: SD, Implement devcom communication and primary election | Tariq Toukan |
2024-03-07 | net/mlx5: SD, Implement basic query and instantiation | Tariq Toukan |
2024-03-07 | net/mlx5: SD, Introduce SD lib | Tariq Toukan |
2024-01-24 | net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO | Rahul Rameshbabu |
2024-01-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2024-01-07 | Revert "mlx5 updates 2023-12-20" | Jakub Kicinski |
2023-12-20 | net/mlx5: Enable SD feature | Tariq Toukan |
2023-12-20 | net/mlx5: SD, Add informative prints in kernel log | Tariq Toukan |
2023-12-20 | net/mlx5: SD, Implement steering for primary and secondaries | Tariq Toukan |
2023-12-20 | net/mlx5: SD, Implement devcom communication and primary election | Tariq Toukan |
2023-12-20 | net/mlx5: SD, Implement basic query and instantiation | Tariq Toukan |
2023-12-20 | net/mlx5: SD, Introduce SD lib | Tariq Toukan |
2023-12-13 | net/mlx5: devcom, Add component size getter | Tariq Toukan |
2023-12-12 | net/mlx5: Manage ICM type of SW encap | Shun Hao |
2023-11-18 | Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller |
2023-11-15 | net/mlx5: Decouple PHC .adjtime and .adjphase implementations | Rahul Rameshbabu |
2023-11-15 | net/mlx5: Query maximum frequency adjustment of the PTP hardware clock | Rahul Rameshbabu |
2023-11-15 | net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency a... | Rahul Rameshbabu |
2023-11-15 | net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clock | Rahul Rameshbabu |
2023-11-15 | net/mlx5: Refactor real time clock operation checks for PHC | Rahul Rameshbabu |
2023-10-14 | net/mlx5: Remove unused declaration | Yue Haibing |
2023-10-14 | net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lock | Shay Drory |
2023-10-14 | net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcom | Shay Drory |
2023-10-14 | net/mlx5: Avoid false positive lockdep warning by adding lock_class_key | Shay Drory |
2023-10-02 | net/mlx5: Handle IPsec steering upon master unbind/bind | Patrisious Haddad |
2023-10-02 | net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV traffic | Patrisious Haddad |
2023-10-02 | net/mlx5: Configure IPsec steering for egress RoCEv2 MPV traffic | Patrisious Haddad |
2023-10-02 | net/mlx5: Add create alias flow table function to ipsec roce | Patrisious Haddad |
2023-10-02 | net/mlx5: Store devcom pointer inside IPsec RoCE | Patrisious Haddad |
2023-10-02 | net/mlx5: Register mlx5e priv to devcom in MPV mode | Patrisious Haddad |
2023-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2023-08-24 | net/mlx5e: fix up for "net/mlx5e: Move MACsec flow steering operations to be ... | Stephen Rothwell |
2023-08-24 | net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clock | Rahul Rameshbabu |
2023-08-24 | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m... | Jakub Kicinski |
2023-08-21 | net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event() | Li Zetao |
2023-08-20 | net/mlx5: Add RoCE MACsec steering infrastructure in core | Patrisious Haddad |
2023-08-20 | net/mlx5: Configure MACsec steering for ingress RoCEv2 traffic | Patrisious Haddad |
2023-08-20 | net/mlx5: Configure MACsec steering for egress RoCEv2 traffic | Patrisious Haddad |
2023-08-20 | net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steering | Patrisious Haddad |
2023-08-20 | net/mlx5: Remove netdevice from MACsec steering | Patrisious Haddad |
2023-08-20 | net/mlx5e: Move MACsec flow steering and statistics database from ethernet to... | Patrisious Haddad |