Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | net/mlx5e: Disable loopback self-test on multi-PF netdev | Carolina Jubran | 1 | -0/+4 |
2024-11-11 | net/mlx5e: CT: Fix null-ptr-deref in add rule err flow | Moshe Shemesh | 1 | -1/+1 |
2024-11-11 | net/mlx5e: clear xdp features on non-uplink representors | William Tu | 1 | -1/+2 |
2024-11-11 | net/mlx5e: kTLS, Fix incorrect page refcounting | Dragos Tatulea | 1 | -4/+4 |
2024-11-11 | net/mlx5: fs, lock FTE when checking if active | Mark Bloch | 1 | -3/+12 |
2024-11-11 | net/mlx5: Fix msix vectors to respect platform limit | Parav Pandit | 1 | -5/+27 |
2024-11-11 | net/mlx5: E-switch, unload IB representors when unloading ETH representors | Chiara Meiohas | 1 | -1/+4 |
2024-10-30 | mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address | Ido Schimmel | 1 | -2/+24 |
2024-10-30 | mlxsw: pci: Sync Rx buffers for device | Amit Cohen | 1 | -1/+2 |
2024-10-30 | mlxsw: pci: Sync Rx buffers for CPU | Amit Cohen | 1 | -7/+15 |
2024-10-30 | mlxsw: spectrum_ptp: Add missing verification before pushing Tx header | Amit Cohen | 1 | -0/+7 |
2024-10-22 | mlxsw: spectrum_router: fix xa_store() error checking | Yuan Can | 1 | -6/+3 |
2024-10-17 | net/mlx5e: Don't call cleanup on profile rollback failure | Cosmin Ratiu | 1 | -1/+3 |
2024-10-17 | net/mlx5: Unregister notifier on eswitch init failure | Cosmin Ratiu | 1 | -2/+3 |
2024-10-17 | net/mlx5: Fix command bitmask initialization | Shay Drory | 1 | -2/+6 |
2024-10-17 | net/mlx5: Check for invalid vector index on EQ creation | Maher Sanalla | 1 | -0/+6 |
2024-10-17 | net/mlx5: HWS, use lock classes for bwc locks | Cosmin Ratiu | 2 | -2/+19 |
2024-10-17 | net/mlx5: HWS, don't destroy more bwc queue locks than allocated | Cosmin Ratiu | 1 | -1/+1 |
2024-10-17 | net/mlx5: HWS, fixed double free in error flow of definer layout | Yevgeny Kliteynik | 1 | -2/+2 |
2024-10-17 | net/mlx5: HWS, removed wrong access to a number of rules variable | Yevgeny Kliteynik | 1 | -3/+1 |
2024-10-02 | Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 9 | -8/+32 |
2024-09-26 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -5/+16 |
2024-09-25 | net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice | Jianbo Liu | 1 | -1/+7 |
2024-09-25 | net/mlx5e: SHAMPO, Fix overflow of hd_per_wq | Dragos Tatulea | 1 | -1/+1 |
2024-09-25 | net/mlx5: HWS, changed E2BIG error to a negative return code | Yevgeny Kliteynik | 3 | -4/+4 |
2024-09-25 | net/mlx5: HWS, fixed double-free in error flow of creating SQ | Yevgeny Kliteynik | 1 | -1/+7 |
2024-09-25 | net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc() | Elena Salomatkina | 1 | -0/+3 |
2024-09-25 | net/mlx5: Added cond_resched() to crdump collection | Mohamed Khalfella | 1 | -0/+10 |
2024-09-25 | net/mlx5: Fix error path in multi-packet WQE transmit | Gerd Bayer | 1 | -1/+0 |
2024-09-25 | net/mlx5: Support throttled commands from async API | Dragos Tatulea | 1 | -5/+16 |
2024-09-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -55/+75 |
2024-09-16 | Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -84/+31 |
2024-09-15 | net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq() | Dan Carpenter | 1 | -1/+1 |
2024-09-13 | RDMA/mlx5: Use IB set_netdev and get_netdev functions | Chiara Meiohas | 1 | -35/+41 |
2024-09-13 | net/mlx5: Handle memory scheme ODP capabilities | Michael Guralnik | 1 | -4/+18 |
2024-09-12 | net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rq | Rahul Rameshbabu | 1 | -12/+13 |
2024-09-12 | net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data split | Dragos Tatulea | 3 | -0/+13 |
2024-09-12 | net/mlx5: Add NOT_READY command return status | Shay Drory | 1 | -1/+6 |
2024-09-12 | net/mlx5: Allow users to configure affinity for SFs | Shay Drory | 1 | -1/+1 |
2024-09-12 | net/mlx5: Skip HotPlug check on sync reset using hot reset | Moshe Shemesh | 1 | -5/+8 |
2024-09-12 | net/mlx5: Add support for sync reset using hot reset | Moshe Shemesh | 2 | -16/+69 |
2024-09-12 | net/mlx5: fs, add support for no append at software level | Mark Bloch | 4 | -16/+242 |
2024-09-12 | net/mlx5: fs, separate action and destination into distinct struct | Mark Bloch | 5 | -98/+104 |
2024-09-12 | net/mlx5: fs, remove unused member | Mark Bloch | 1 | -1/+0 |
2024-09-12 | net/mlx5: fs, move hardware fte deletion function reset | Mark Bloch | 1 | -2/+2 |
2024-09-12 | net/mlx5: fs, make get_root_namespace API function | Moshe Shemesh | 1 | -8/+8 |
2024-09-12 | net/mlx5: fs, move steering common function to fs_cmd.h | Moshe Shemesh | 2 | -16/+16 |
2024-09-12 | net/mlx5: HWS, fixed error flow return values of some functions | Yevgeny Kliteynik | 3 | -6/+6 |
2024-09-12 | net/mlx5: HWS, updated API functions comments to kernel doc | Yevgeny Kliteynik | 1 | -392/+364 |
2024-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -22/+51 |