Age | Commit message (Expand) | Author | Files | Lines |
2024-06-16 | net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex... | Carolina Jubran | 1 | -1/+1 |
2024-06-16 | net/mlx5: Discard command completions in internal error | Akiva Goldberger | 1 | -0/+3 |
2024-05-02 | net/mlx5e: Fix a race in command alloc flow | Shifeng Li | 1 | -5/+7 |
2024-05-02 | net/mlx5: Properly link new fs rules into the tree | Cosmin Ratiu | 1 | -1/+2 |
2024-02-23 | net/mlx5e: fix a double-free in arfs_create_groups | Zhipeng Lu | 1 | -11/+15 |
2024-02-23 | net/mlx5: DR, Use the right GVMI number for drop action | Yevgeny Kliteynik | 1 | -0/+1 |
2024-01-05 | net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by... | Rahul Rameshbabu | 1 | -1/+1 |
2024-01-05 | net/mlx5: Fix fw tracer first block check | Moshe Shemesh | 1 | -1/+1 |
2024-01-05 | net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list() | Shifeng Li | 1 | -1/+1 |
2024-01-05 | Revert "net/mlx5e: fix double free of encap_header" | Vlad Buslov | 1 | -4/+6 |
2023-11-28 | net/mlx5e: Check return value of snprintf writing to fw_version buffer for re... | Rahul Rameshbabu | 1 | -4/+8 |
2023-11-28 | net/mlx5_core: Clean driver version and name | Leon Romanovsky | 6 | -13/+9 |
2023-11-28 | net/mlx5e: fix double free of encap_header | Dust Li | 1 | -6/+4 |
2023-10-25 | net/mlx5: Handle fw tracer change ownership event based on MTRC | Maher Sanalla | 1 | -1/+1 |
2023-09-19 | net/mlx5: Use RMW accessors for changing LNKCTL | Ilpo Järvinen | 1 | -7/+2 |
2023-08-26 | net/mlx5: Skip clock update work when device is in error state | Moshe Shemesh | 1 | -0/+5 |
2023-08-26 | net/mlx5: Move all internal timer metadata into a dedicated struct | Eran Ben Elisha | 2 | -47/+63 |
2023-08-26 | net/mlx5: Refactor init clock function | Eran Ben Elisha | 1 | -23/+53 |
2023-08-16 | net/mlx5: Allow 0 for total host VFs | Daniel Jurgens | 1 | -2/+1 |
2023-08-11 | net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio | Jianbo Liu | 1 | -8/+72 |
2023-08-11 | net/mlx5: fs_core: Make find_closest_ft more generic | Jianbo Liu | 1 | -15/+14 |
2023-08-11 | net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() | Yuanjun Gong | 1 | -1/+3 |
2023-08-11 | net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx | Zhengchao Shao | 1 | -2/+3 |
2023-07-27 | net/mlx5e: Check for NOT_READY flag state after locking | Vlad Buslov | 1 | -3/+3 |
2023-07-27 | net/mlx5e: fix double free in mlx5e_destroy_flow_table | Zhengchao Shao | 1 | -0/+1 |
2023-06-09 | net/mlx5: Read embedded cpu after init bit cleared | Moshe Shemesh | 1 | -1/+1 |
2023-06-09 | net/mlx5: fw_tracer, Fix event handling | Shay Drory | 1 | -1/+1 |
2023-06-05 | net/mlx5: Devcom, serialize devcom registration | Shay Drory | 1 | -5/+14 |
2023-06-05 | net/mlx5: devcom only supports 2 ports | Mark Bloch | 2 | -7/+11 |
2023-05-30 | net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device | Shay Drory | 1 | -1/+2 |
2023-05-30 | net/mlx5: Fix error message when failing to allocate device memory | Roi Dayan | 1 | -1/+1 |
2023-05-30 | net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs | Erez Shitrit | 1 | -1/+2 |
2023-05-30 | net/mlx5e: do as little as possible in napi poll when budget is 0 | Jakub Kicinski | 1 | -7/+9 |
2023-04-05 | net/mlx5: E-Switch, Fix an Oops in error handling code | Dan Carpenter | 1 | -2/+1 |
2023-04-05 | net/mlx5: Read the TC mapping of all priorities on ETS query | Maher Sanalla | 1 | -2/+4 |
2023-04-05 | net/mlx5: Fix steering rules cleanup | Lama Kayal | 1 | -0/+1 |
2023-03-11 | net/mlx5: Geneve, Fix handling of Geneve object id as error code | Maor Dickman | 1 | -0/+1 |
2023-03-11 | net/mlx5: fw_tracer: Fix debug print | Shay Drory | 1 | -1/+1 |
2023-03-11 | net/mlx5: Enhance debug print in page allocation failure | Jack Morgenstein | 1 | -1/+2 |
2023-02-15 | net/mlx5: fw_tracer, Zero consumer index when reloading the tracer | Shay Drory | 1 | -1/+1 |
2023-02-15 | net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffers | Shay Drory | 1 | -0/+1 |
2023-02-15 | net/mlx5e: IPoIB, Show unknown speed instead of error | Dragos Tatulea | 1 | -8/+5 |
2023-02-01 | net: mlx5: eliminate anonymous module_init & module_exit | Randy Dunlap | 1 | -4/+4 |
2023-01-24 | net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work() | Yang Yingliang | 1 | -0/+1 |
2023-01-18 | net/mlx5e: Don't support encap rules with gbp option | Gavin Li | 1 | -0/+2 |
2023-01-18 | net/mlx5: Fix ptp max frequency adjustment range | Rahul Rameshbabu | 1 | -1/+1 |
2023-01-14 | net/mlx5e: Fix hw mtu initializing at XDP SQ allocation | Adham Faris | 1 | -1/+1 |
2023-01-14 | net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default | Dragos Tatulea | 1 | -0/+4 |
2023-01-14 | net/mlx5: Avoid recovery in probe flows | Shay Drory | 1 | -0/+6 |
2023-01-14 | net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path | Jiri Pirko | 1 | -0/+2 |