aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16net/mlx5e: Refactor mod header management APIPaul Blakey1-75/+15
2021-10-29net/mlx5: Support internal port as decap route deviceAriel Levkovich1-3/+21
2021-10-29net/mlx5e: Add indirect tc offload of ovs internal portAriel Levkovich1-3/+33
2021-10-29net/mlx5e: Offload internal port as encap route deviceAriel Levkovich1-2/+4
2021-10-29net/mlx5e: Offload tc rules that redirect to ovs internal portAriel Levkovich1-0/+123
2021-10-29net/mlx5e: Accept action skbedit in the tc actions listAriel Levkovich1-0/+7
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich1-0/+4
2021-10-29net/mlx5e: Refactor rx handler of represetor deviceAriel Levkovich1-1/+0
2021-10-22mlx5: fix build after mergeJakub Kicinski1-2/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman1-0/+2
2021-10-15net/mlx5e: Add extack msgs related to TC for better debugAbhiram R N1-30/+76
2021-10-04net/mlx5e: Support accept actionVlad Buslov1-0/+5
2021-10-04net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov1-2/+4
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