summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
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 Pirko1-4/+5
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-64/+136
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 Pirko5-70/+70
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
2023-01-27xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-1/+2
2023-01-23net/mlx5e: Support RX XDP metadataToke Høiland-Jørgensen8-26/+84
2023-01-23net/mlx5e: Introduce wrapper for xdp_buffToke Høiland-Jørgensen4-43/+57
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-40/+27
2023-01-20Merge tag 'mlx5-updates-2023-01-18' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski15-292/+174
2023-01-20devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko2-2/+2
2023-01-20net/mlx5: Remove MLX5E_LOCKED_FLOW flagJiri Pirko1-12/+2
2023-01-20net/mlx5e: Create separate devlink instance for ethernet auxiliary deviceJiri Pirko4-23/+55
2023-01-18net/mlx5e: Use read lock for eswitch get callbacksLeon Romanovsky1-6/+6
2023-01-18net/mlx5e: Remove redundant allocation of spec in create indirect fwd groupMaor Dickman1-9/+1
2023-01-18net/mlx5e: Support Geneve and GRE with VF tunnel offloadMaor Dickman6-195/+48
2023-01-18net/mlx5: E-Switch, Fix typo for egressRoi Dayan1-1/+1
2023-01-18net/mlx5e: Warn when destroying mod hdr hash table that is not emptyRoi Dayan1-0/+1
2023-01-18net/mlx5e: TC, Use common function allocating flow mod hdr or encap mod hdrRoi Dayan3-51/+25
2023-01-18net/mlx5e: TC, Add tc prefix to attach/detach hdr functionsRoi Dayan1-10/+10
2023-01-18net/mlx5e: TC, Pass flow attr to attach/detach mod hdr functionsRoi Dayan3-22/+23
2023-01-18net/mlx5e: Add warning when log WQE size is smaller than log stride sizeAdham Faris1-3/+8
2023-01-18net/mlx5e: Fail with messages when params are not valid for XSKAdham Faris2-4/+24
2023-01-18net/mlx5: E-switch, Remove redundant comment about meta rulesRoi Dayan1-3/+1
2023-01-18net/mlx5: Add hardware extended range support for PTP adjtime and adjphaseRahul Rameshbabu1-3/+31
2023-01-18net/mlx5: Add adjphase function to support hardware-only offset controlRahul Rameshbabu1-0/+9
2023-01-18net/mlx5: Suppress error logging on UCTX creationYishai Hadas1-1/+2
2023-01-18net/mlx5e: Suppress Send WQEBB room warning for PAGE_SIZE >= 16KBRahul Rameshbabu1-1/+1
2023-01-18net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2023-01-18net/mlx5: E-switch, Fix switchdev mode after devlink reloadChris Mi1-0/+1