summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-06-09Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14-63/+111
2023-06-09mlxsw: spectrum_nve_vxlan: Fix unsupported flag regressionIdo Schimmel1-2/+4
2023-06-08net/mlx5e: simplify condition after napi budget handling changeJakub Kicinski1-1/+1
2023-06-08mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch managerBodong Wang1-1/+2
2023-06-08net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failureJiri Pirko1-1/+2
2023-06-08net/mlx5e: TC, refactor access to hash keyOz Shlomo1-6/+3
2023-06-08net/mlx5e: Remove RX page cache leftoversTariq Toukan1-7/+0
2023-06-08net/mlx5e: Expose catastrophic steering error countersLama Kayal1-0/+10
2023-06-08net/mlx5: Enable 4 ports VF LAGShay Drory3-5/+6
2023-06-08net/mlx5: LAG, block multiport eswitch LAG in case ldev have more than 2 portsShay Drory1-0/+4
2023-06-08net/mlx5: LAG, block multipath LAG in case ldev have more than 2 portsShay Drory1-0/+4
2023-06-08net/mlx5: LAG, change mlx5_shared_fdb_supported() to staticShay Drory2-2/+1
2023-06-08net/mlx5: LAG, generalize handling of shared FDBShay Drory1-28/+38
2023-06-08net/mlx5: LAG, check if all eswitches are paired for shared FDBShay Drory2-1/+12
2023-06-08{net/RDMA}/mlx5: introduce lag_for_each_peerShay Drory2-14/+31
2023-06-06Merge tag 'mlx5-updates-2023-05-31' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski24-271/+603
2023-06-05mlxsw: spectrum_router: Do not query MAX_VRS on each iterationPetr Machata1-4/+8
2023-06-05mlxsw: spectrum_router: Do not query MAX_RIFS on each iterationPetr Machata1-2/+4
2023-06-05mlxsw: spectrum_router: Use extack in mlxsw_sp~_rif_ipip_lb_configure()Petr Machata1-2/+2
2023-06-05mlxsw: spectrum_router: Clarify a commentPetr Machata1-2/+2
2023-06-02net/mlx5: Devcom, extend mlx5_devcom_send_event to work with more than two de...Shay Drory3-4/+19
2023-06-02net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed7-99/+209
2023-06-02net/mlx5: E-switch, mark devcom as not ready when all eswitches are unpairedShay Drory2-1/+8
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory6-22/+22
2023-06-02net/mlx5: DR, handle more than one peer domainShay Drory12-30/+42
2023-06-02net/mlx5: E-switch, generalize shared FDB creationShay Drory5-26/+66
2023-06-02net/mlx5: E-switch, Handle multiple master egress rulesShay Drory3-36/+79
2023-06-02net/mlx5: E-switch, refactor FDB miss rule add/removeShay Drory2-5/+6
2023-06-02net/mlx5: E-switch, enlarge peer miss group tableShay Drory1-3/+4
2023-06-02net/mlx5e: Handle offloads flows per peerShay Drory4-11/+34
2023-06-02net/mlx5e: en_tc, re-factor query route portMark Bloch1-19/+13
2023-06-02net/mlx5e: rep, store send to vport rules per peerMark Bloch3-26/+98
2023-06-02net/mlx5e: tc, Refactor peer add/del flowShay Drory1-31/+34
2023-06-02net/mlx5e: en_tc, Extend peer flows to a listMark Bloch2-17/+28
2023-06-02devlink: bring port new reply backJiri Pirko2-4/+8
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-187/+260
2023-06-01net/mlx5: Read embedded cpu after init bit clearedMoshe Shemesh1-1/+1
2023-06-01net/mlx5e: Fix error handling in mlx5e_refresh_tirsSaeed Mahameed1-7/+4
2023-06-01net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever1-1/+1
2023-06-01net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle1-4/+5
2023-06-01net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory1-1/+1
2023-05-31mlxsw: spectrum_flower: Add ability to match on layer 2 missIdo Schimmel4-5/+7
2023-05-31mlxsw: spectrum_flower: Do not force matching on iifIdo Schimmel1-0/+3
2023-05-31mlxsw: spectrum_flower: Split iif parsing to a separate functionIdo Schimmel1-21/+33
2023-05-31flow_offload: Reject matching on layer 2 missIdo Schimmel2-0/+12
2023-05-30devlink: move port_del() to devlink_port_opsJiri Pirko2-1/+3
2023-05-30devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2-2/+4
2023-05-30devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2-2/+2
2023-05-30devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2-2/+4
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko4-14/+16