aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-05net/mlx5e: TC, Remove special handling of CT actionPaul Blakey1-25/+6
2023-04-05net/mlx5e: TC, Remove CT action reorderingPaul Blakey1-23/+9
2023-04-05net/mlx5e: CT: Use per action statsPaul Blakey1-2/+17
2023-04-05net/mlx5e: TC, Move main flow attribute cleanup to helper funcPaul Blakey1-18/+9
2023-04-05net/mlx5e: TC, Remove unused vf_tun variablePaul Blakey1-12/+3
2023-04-05net/mlx5e: Set default can_offload actionPaul Blakey1-1/+1
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-17/+3
2023-03-20net/mlx5: fs_chains: Refactor to detach chains from tc usagePaul Blakey1-17/+3
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+18
2023-03-15net/mlx5e: Add more information to hairpin table dumpGal Pressman1-2/+6
2023-03-15net/mlx5e: Add devlink hairpin queues parametersGal Pressman1-31/+19
2023-03-15net/mlx5: Move needed PTYS functions to core layerGal Pressman1-1/+1
2023-03-15net/mlx5e: TC, fix cloned flow attributeOz Shlomo1-1/+1
2023-03-15net/mlx5e: TC, fix missing error codeOz Shlomo1-2/+6
2023-03-15net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey1-0/+10
2023-03-15net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal portMaor Dickman1-0/+1
2023-02-23net/mlx5e: Remove hairpin write debugfs filesGal Pressman1-59/+0
2023-02-20net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey1-7/+57
2023-02-20net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey1-3/+3
2023-02-20net/mlx5: Refactor tc miss handling to a single functionPaul Blakey1-23/+197
2023-02-20net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey1-2/+0
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey1-1/+1
2023-02-14net/mlx5e: TC, Remove redundant parse_attr argumentRoi Dayan1-2/+1
2023-02-14net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan1-2/+7
2023-02-14net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan1-20/+2
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo1-12/+27
2023-02-14net/mlx5e: TC, map tc action cookie to a hw counterOz Shlomo1-0/+44
2023-02-14net/mlx5e: TC, store tc action cookies per attrOz Shlomo1-0/+3
2023-02-14net/mlx5e: TC, add hw counter to branching actionsOz Shlomo1-0/+5
2023-02-07net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpinGal Pressman1-2/+0
2023-02-07net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan1-9/+0
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-01-18net/mlx5e: Support Geneve and GRE with VF tunnel offloadMaor Dickman1-6/+3
2023-01-18net/mlx5e: TC, Use common function allocating flow mod hdr or encap mod hdrRoi Dayan1-46/+15
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 Dayan1-20/+21
2023-01-18net/mlx5e: Avoid false lock dependency warning on tc_ht even moreVlad Buslov1-0/+3
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-01-10net/mlx5e: Add hairpin debugfs filesGal Pressman1-0/+117
2023-01-10net/mlx5e: Add hairpin params structureGal Pressman1-15/+37
2023-01-09net/mlx5e: TC, Keep mod hdr actions after mod hdr allocAriel Levkovich1-2/+3
2022-12-08net/mlx5e: TC, add support for meter mtu offloadOz Shlomo1-3/+6
2022-12-08net/mlx5e: meter, add mtu post meter tablesOz Shlomo1-0/+1
2022-12-08net/mlx5e: TC, allow meter jump control actionOz Shlomo1-10/+11
2022-12-08net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo1-5/+6
2022-12-08net/mlx5e: TC, rename post_meter actionsOz Shlomo1-2/+2
2022-12-08net/mlx5e: TC, initialize branching action with target attrOz Shlomo1-5/+81
2022-12-08net/mlx5e: TC, initialize branch flow attributesOz Shlomo1-16/+140
2022-12-08net/mlx5e: TC, validate action list per attributeOz Shlomo1-30/+32
2022-12-08net/mlx5e: TC, reuse flow attribute post parser processingOz Shlomo1-45/+51