aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan1-9/+11
2021-10-04net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan1-26/+39
2021-10-04net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan1-36/+51
2021-09-24net/mlx5e: Enable TC offload for egress MACVLANDima Chumak1-0/+4
2021-09-24net/mlx5e: Use NL_SET_ERR_MSG_MOD() for errors parsing tunnel attributesRoi Dayan1-4/+4
2021-09-24net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan1-12/+0
2021-09-24net/mlx5e: Remove redundant priv arg from parse_pedit_to_reformat()Roi Dayan1-3/+2
2021-09-24net/mlx5e: Check action fwd/drop flag exists also for nic flowsRoi Dayan1-7/+6
2021-09-24net/mlx5e: Set action fwd flag when parsing tc action gotoRoi Dayan1-25/+18
2021-09-24net/mlx5e: Remove incorrect addition of action fwd flagRoi Dayan1-3/+0
2021-09-24net/mlx5e: Use correct return typeRoi Dayan1-14/+13
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2021-08-26net/mlx5e: Use correct eswitch for stack devices with lagDmytro Linkin1-0/+18
2021-08-19net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin1-1/+1
2021-08-19net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi1-1/+1
2021-08-19net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi1-3/+9
2021-08-19net/mlx5e: Refactor ct to use post action infrastructureChris Mi1-2/+11
2021-08-19net/mlx5e: Move sample attribute to flow attributeChris Mi1-8/+8
2021-08-19net/mlx5e: Move esw/sample to en/tc/sampleChris Mi1-9/+9
2021-08-19net/mlx5e: Remove mlx5e dependency from E-Switch sampleSaeed Mahameed1-1/+1
2021-08-11net/mlx5e: Make use of netdev_warn()Cai Huoqing1-3/+6
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-2/+2
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-5/+16
2021-08-05net/mlx5e: Use shared mappings for restoring from metadataRoi Dayan1-5/+16
2021-08-02net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actionsRoi Dayan1-3/+3
2021-08-02net/mlx5e: Remove redundant assignment of counter to nullRoi Dayan1-2/+2
2021-08-02net/mlx5e: Remove redundant parse_attr argRoi Dayan1-5/+7
2021-08-02net/mlx5e: Remove redundant cap check for flow counterRoi Dayan1-4/+2
2021-08-02net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions()Roi Dayan1-4/+3
2021-08-02net/mlx5e: Remove redundant tc act includesRoi Dayan1-6/+0
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-6/+10
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-12/+14
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb1-2/+2
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-4/+5
2021-08-02net/mlx5e: Use a new initializer to build uniform indir tableMaxim Mikityanskiy1-2/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+31
2021-07-27net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak1-2/+31
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy1-7/+2
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy1-37/+53
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy1-1/+1
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-2/+3
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy1-48/+10
2021-06-26net/mlx5: Increase hairpin buffer sizeAriel Levkovich1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-09net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2021-06-01net/mlx5e: Check for needed capability for cvlan matchingRoi Dayan1-0/+9
2021-05-27Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski1-29/+57
2021-05-27net/mlx5e: TC: Use bit counts for register mappingPaul Blakey1-29/+57