summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-02-08net/mlx5: fw_tracer, allow 0 size string DBsShay Drory1-0/+6
2023-02-08net/mlx5: fw_tracer: Fix debug printShay Drory1-1/+1
2023-02-08net/mlx5: fs, Remove redundant assignment of sizeRoi Dayan1-2/+0
2023-02-08net/mlx5: fs_core, Remove redundant variable errMaor Dickman1-2/+1
2023-02-08net/mlx5: Fix memory leak in error flow of port set bufferMaher Sanalla1-2/+2
2023-02-08net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLSGal Pressman1-2/+0
2023-02-08net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpinGal Pressman1-2/+0
2023-02-08net/mlx5: fs, Remove redundant vport_number assignmentRoi Dayan1-5/+0
2023-02-08net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan4-243/+14
2023-02-08net/mlx5e: Don't listen to remove flows eventLeon Romanovsky1-3/+1
2023-02-08net/mlx5: fw reset: Skip device ID check if PCI link up failedMoshe Shemesh1-0/+1
2023-02-08net/mlx5: Remove redundant health work lockShay Drory1-21/+7
2023-02-08mlx5: reduce stack usage in mlx5_setup_tcArnd Bergmann1-6/+11
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-02-04net/mlx5e: Trigger NAPI after activating an SQMaxim Mikityanskiy4-7/+15
2023-02-04net/mlx5e: IPsec, support upper protocol selector field offloadRaed Salem3-0/+56
2023-02-04net/mlx5e: IPoIB, Add support for XDR speedDragos Tatulea1-0/+2
2023-02-04net/mlx5: Enhance debug print in page allocation failureJack Morgenstein1-1/+2
2023-02-04net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustmentsRahul Rameshbabu1-3/+12
2023-02-04net/mlx5: Lag, Move mpesw related definitions to mpesw.hRoi Dayan2-15/+15
2023-02-04net/mlx5: Lag, Use flag to check for shared FDB modeMark Bloch1-2/+1
2023-02-04net/mlx5: Lag, Remove redundant bool allocation on the stackRoi Dayan2-9/+3
2023-02-04net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointersRoi Dayan3-10/+11
2023-02-04net/mlx5: Lag, Update multiport eswitch check to log an errorRoi Dayan3-8/+13
2023-02-03net: flow_offload: provision conntrack info in ct_metadataVlad Buslov1-0/+4
2023-01-31net/mlx5e: kTLS, Improve connection rate by using fast update encryption keyJianbo Liu4-30/+45
2023-01-31net/mlx5: Keep only one bulk of full available DEKsJianbo Liu1-5/+13
2023-01-31net/mlx5: Add async garbage collector for DEK bulkJianbo Liu1-9/+65
2023-01-31net/mlx5: Reuse DEKs after executing SYNC_CRYPTO commandJianbo Liu1-9/+183
2023-01-31net/mlx5: Use bulk allocation for fast update encryption keyJianbo Liu1-7/+208
2023-01-31net/mlx5: Add bulk allocation and modify_dek operationJianbo Liu1-2/+83
2023-01-31net/mlx5: Add support SYNC_CRYPTO commandJianbo Liu2-0/+39
2023-01-31net/mlx5: Add new APIs for fast update encryption keyJianbo Liu2-5/+98
2023-01-31net/mlx5: Refactor the encryption key creationJianbo Liu1-24/+53
2023-01-31net/mlx5: Add const to the key pointer of encryption key creationJianbo Liu3-3/+3
2023-01-31net/mlx5: Prepare for fast crypto key update if hardware supports itJianbo Liu5-0/+55
2023-01-31net/mlx5: Change key type to key purposeJianbo Liu2-4/+4
2023-01-31net/mlx5: Add IFC bits for general obj create paramJianbo Liu1-2/+4
2023-01-31net/mlx5: Header file for cryptoTariq Toukan6-15/+23
2023-01-30devlink: remove devlink featuresJiri Pirko3-6/+5
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-82/+205
2023-01-27net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko4-55/+94
2023-01-27net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko2-70/+83
2023-01-27net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko3-29/+38
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko8-126/+128
2023-01-27net/mlx5: Covert devlink params registration to use devlink_params_register/u...Jiri Pirko1-34/+46
2023-01-27net/mlx5: Change devlink param register/unregister function namesJiri Pirko3-9/+9
2023-01-27net/mlx5e: Fill IPsec state validation failure reasonLeon Romanovsky1-43/+32
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+2
2023-01-27net/mlx5e: Fill IPsec policy validation failure reasonLeon Romanovsky1-10/+12