aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-02net/mlx5: E-switch, mark devcom as not ready when all eswitches are unpairedShay Drory1-1/+7
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory1-2/+2
2023-06-02net/mlx5: DR, handle more than one peer domainShay Drory1-5/+7
2023-06-02net/mlx5: E-switch, generalize shared FDB creationShay Drory1-14/+18
2023-06-02net/mlx5: E-switch, Handle multiple master egress rulesShay Drory1-29/+63
2023-06-02net/mlx5: E-switch, refactor FDB miss rule add/removeShay Drory1-4/+5
2023-06-02net/mlx5: E-switch, enlarge peer miss group tableShay Drory1-3/+4
2023-06-02net/mlx5e: Handle offloads flows per peerShay Drory1-1/+3
2023-06-02net/mlx5e: rep, store send to vport rules per peerMark Bloch1-8/+10
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko1-6/+6
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+10
2023-05-22net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory1-1/+8
2023-05-22net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory1-5/+2
2023-05-19net/mlx5: E-Switch, Use metadata matching for RoCE loopback ruleRoi Dayan1-18/+28
2023-05-19net/mlx5e: E-Switch, Check device is PF when stopping esw offloadsRoi Dayan1-1/+1
2023-05-19net/mlx5e: E-Switch, Use metadata for vport matching in send-to-vport rulesRoi Dayan1-19/+43
2023-05-19net/mlx5e: E-Switch, Remove flow_source check for metadata matchingRoi Dayan1-3/+0
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+1
2023-04-20net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi1-2/+0
2023-04-20net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi1-1/+1
2023-04-20net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan1-22/+0
2023-04-20Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"Maher Sanalla1-3/+0
2023-04-17net/mlx5: Allow blocking encap changes in eswitchLeon Romanovsky1-0/+48
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+19
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-4/+2
2023-03-21net/mlx5e: Block entering switchdev mode with ns inconsistencyGavin Li1-0/+19
2023-03-20net/mlx5: fs_chains: Refactor to detach chains from tc usagePaul Blakey1-4/+2
2023-03-15net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman1-5/+5
2023-02-24net/mlx5e: Verify flow_source cap before using itRoi Dayan1-1/+2
2023-02-14net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan1-1/+1
2023-02-07net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan1-203/+5
2023-01-27net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko1-2/+90
2023-01-18net/mlx5e: Use read lock for eswitch get callbacksLeon Romanovsky1-6/+6
2023-01-18net/mlx5e: Support Geneve and GRE with VF tunnel offloadMaor Dickman1-13/+10
2023-01-09net/mlx5: E-switch, Coverity: overlapping copyShay Drory1-4/+0
2023-01-09net/mlx5: check attr pointer validity before dereferencing itAriel Levkovich1-1/+1
2022-12-08net/mlx5e: TC, add support for meter mtu offloadOz Shlomo1-0/+19
2022-12-08net/mlx5e: E-Switch, handle flow attribute with no destinationsOz Shlomo1-0/+5
2022-12-07net/mlx5: E-Switch, Implement devlink port function cmds to control migratableShay Drory1-0/+101
2022-12-07net/mlx5: E-Switch, Implement devlink port function cmds to control RoCEYishai Hadas1-0/+108
2022-12-07net/mlx5: Add generic getters for other functions capsShay Drory1-1/+1
2022-11-29net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman1-11/+11
2022-11-29net/mlx5e: Do early return when setup vports dests for slow path flowRoi Dayan1-5/+8
2022-11-24net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi1-0/+7
2022-11-21net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan1-1/+1
2022-11-09net/mlx5: E-switch, Set to legacy mode if failed to change switchdev modeChris Mi1-15/+3
2022-10-03net/mlx5: E-Switch, Allow offloading fwd dest flow table with vportRoi Dayan1-7/+9
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-08-22net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan1-84/+28
2022-08-22net/mlx5: E-Switch, Split creating fdb tables into smaller chunksRoi Dayan1-124/+206