summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-11net/mlx5: Make vport QoS enablement more flexible for future extensionsCarolina Jubran1-3/+2
2024-10-21net/mlx5: Remove vport QoS enabled flagCarolina Jubran1-2/+0
2024-10-21net/mlx5: Refactor vport QoS to use scheduling node structureCarolina Jubran1-9/+2
2024-10-21net/mlx5: Introduce node struct and rename group terminology to nodeCarolina Jubran1-8/+8
2024-10-21net/mlx5: Rename vport QoS group reference to parentCarolina Jubran1-2/+4
2024-10-10net/mlx5: qos: Refactor locking to a qos domain mutexCosmin Ratiu1-3/+3
2024-10-10net/mlx5: qos: Store rate groups in a qos domainCosmin Ratiu1-1/+2
2024-10-10net/mlx5: qos: Drop 'esw' param from vport qos functionsCosmin Ratiu1-3/+2
2024-10-10net/mlx5: qos: Always create group0Cosmin Ratiu1-4/+8
2024-10-10net/mlx5: qos: Maintain rate group vport members in a listCosmin Ratiu1-0/+1
2024-10-10net/mlx5: qos: Refactor and document bw_share calculationCosmin Ratiu1-1/+2
2024-10-10net/mlx5: qos: Rename vport 'tsar' into 'sched_elem'.Cosmin Ratiu1-3/+3
2024-08-19net/mlx5: E-Switch, Remove unused declarationsYue Haibing1-3/+0
2024-07-13net/mlx5: Set default max eqs for SFsDaniel Jurgens1-0/+3
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-05-10net/mlx5: Reload only IB representors upon lag disable/enableMaher Sanalla1-2/+2
2024-04-08mlx5/core: Support max_io_eqs for a functionParav Pandit1-0/+7
2024-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-7/+0
2023-12-13net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport numVlad Buslov1-1/+2
2023-12-12net/mlx5: E-Switch, expose eswitch manager vportMark Bloch1-7/+0
2023-12-04net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu1-0/+2
2023-08-27net/mlx5: Implement devlink port function cmds to control ipsec_packetDima Chumak1-0/+12
2023-08-27net/mlx5: Implement devlink port function cmds to control ipsec_cryptoDima Chumak1-0/+14
2023-08-27net/mlx5: Provide an interface to block change of IPsec capabilitiesLeon Romanovsky1-0/+9
2023-08-27net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky1-11/+4
2023-08-22net/mlx5: Store vport in struct mlx5_devlink_port and use it in port opsJiri Pirko1-0/+19
2023-08-22net/mlx5: Relax mlx5_devlink_eswitch_get() return value checkingJiri Pirko1-1/+5
2023-08-22net/mlx5: Reduce number of vport lookups passing vport pointer instead of indexJiri Pirko1-14/+16
2023-08-22net/mlx5: Embed struct devlink_port into driver structureJiri Pirko1-4/+8
2023-08-22net/mlx5: Don't register ops for non-PF/VF/SF port and avoid checks in opsJiri Pirko1-0/+1
2023-08-22net/mlx5: Remove no longer used mlx5_esw_offloads_sf_vport_enable/disable()Jiri Pirko1-7/+0
2023-08-22net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF codeJiri Pirko1-0/+17
2023-08-22net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...Jiri Pirko1-0/+4
2023-08-02net/mlx5e: Modify and restore TC rules for IPSec TX rulesJianbo Liu1-0/+2
2023-08-02net/mlx5e: Make IPsec offload work together with eswitch and TCJianbo Liu1-0/+14
2023-08-02net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu1-0/+1
2023-07-27net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefixJiri Pirko1-2/+2
2023-07-27net/mlx5: Make mlx5_eswitch_load/unload_vport() staticJiri Pirko1-4/+0
2023-07-27net/mlx5: Make mlx5_esw_offloads_rep_load/unload() staticJiri Pirko1-3/+0
2023-07-27net/mlx5e: E-Switch, Register devcom device with switch id keyRoi Dayan1-2/+2
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan1-0/+3
2023-06-23net/mlx5e: E-Switch, Use xarray for devcom paired device indexRoi Dayan1-1/+1
2023-06-16net/mlx5: Fix the macro for accessing EC VF vportsDaniel Jurgens1-0/+1
2023-06-16net/mlx5: Create eswitch debugfs root directoryVlad Buslov1-0/+3
2023-06-09net/mlx5: Add management of EC VF vportsDaniel Jurgens1-0/+13
2023-06-07net/mlx5: LAG, check if all eswitches are paired for shared FDBShay Drory1-0/+9
2023-06-02net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed1-0/+7
2023-06-02net/mlx5: E-switch, mark devcom as not ready when all eswitches are unpairedShay Drory1-0/+1
2023-06-02net/mlx5: E-switch, generalize shared FDB creationShay Drory1-6/+6
2023-06-02net/mlx5: E-switch, Handle multiple master egress rulesShay Drory1-1/+7