summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13net/mlx5e: CT: Support clear actionPaul Blakey1-3/+7
2020-03-13net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey1-1/+11
2020-03-13net/mlx5e: CT: Introduce connection trackingPaul Blakey1-16/+88
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-190/+628
2020-03-11flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko1-2/+2
2020-03-10net/mlx5: Verify goto chain offload supportEli Cohen1-20/+45
2020-03-09flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-2/+4
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko1-0/+9
2020-02-28net/mlx5e: Remove redundant comment about goto slow pathRoi Dayan1-4/+2
2020-02-28net/mlx5e: Reduce number of arguments in slow path handlingEli Cohen1-23/+20
2020-02-28net/mlx5e: Remove unused argument from parse_tc_pedit_action()Eli Cohen1-5/+3
2020-02-28net/mlx5e: Use NL_SET_ERR_MSG_MOD() extack for errorsRoi Dayan1-7/+14
2020-02-28net/mlx5e: Use netdev_warn() instead of pr_err() for errorsRoi Dayan1-6/+11
2020-02-28net/mlx5: E-Switch, Allow goto earlier chain if FW supports itRoi Dayan1-1/+2
2020-02-28net/mlx5e: Don't allow forwarding between uplinkTonghao Zhang1-0/+17
2020-02-20net/mlx5e: Restore tunnel metadata on missPaul Blakey1-9/+101
2020-02-20net/mlx5e: Support inner header rewrite with goto actionPaul Blakey1-45/+427
2020-02-20net/mlx5e: Disallow inserting vxlan/vlan egress rules without decap/popPaul Blakey1-5/+15
2020-02-20net/mlx5e: Move tc tunnel parsing logic with the rest at tc_tun modulePaul Blakey1-108/+1
2020-02-20net/mlx5e: Allow re-allocating mod header actionsPaul Blakey1-55/+65
2020-02-20net/mlx5: E-Switch, Restore chain id on missPaul Blakey1-0/+43
2020-02-20net/mlx5: E-Switch, Mark miss packets with new chain id mappingPaul Blakey1-0/+8
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko1-2/+7
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7
2020-01-24net/mlx5: E-Switch, Prevent ingress rate configuration of uplink repEli Cohen1-2/+7
2020-01-23net/mlx5e: Add mlx5e_flower_parse_meta supportwenxu1-0/+39
2020-01-17net/mlx5: E-Switch, Refactor chains and prioritiesPaul Blakey1-6/+8
2020-01-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed1-5/+8
2020-01-17net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-5/+8
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+58
2020-01-07net/mlx5e: Support accept action on nic tableTonghao Zhang1-0/+4
2020-01-07net/mlx5e: Fix hairpin RSS table sizeEli Cohen1-1/+1
2020-01-07net/mlx5e: Avoid duplicating rule destinationsDmytro Linkin1-1/+57
2019-12-06net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan1-2/+5
2019-12-06net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan1-1/+1
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-1/+1
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+15
2019-11-20net/mlx5e: Reorder mirrer action parsing to check for encap firstVlad Buslov1-14/+14
2019-11-20net/mlx5e: Fix ingress rate configuration for representorsEli Cohen1-2/+1
2019-11-14net/mlx5: TC: Offload flow table rulesPaul Blakey1-1/+27
2019-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-2/+2
2019-11-14net/mlx5: Rename FDB_* tc related defines to FDB_TC_* definesPaul Blakey1-2/+2
2019-11-04Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-60/+69
2019-11-02net/mlx5e: Add ToS (DSCP) header rewrite supportDmytro Linkin1-0/+1
2019-11-02net/mlx5e: Bit sized fields rewrite supportDmytro Linkin1-60/+62
2019-11-02net/mlx5e: Verify that rule has at least one fwd/drop actionVlad Buslov1-0/+6
2019-10-30net/mlx5e: Don't store direct pointer to action's tunnel infoVlad Buslov1-7/+27
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-1/+1
2019-09-24net/mlx5e: Fix matching on tunnel addresses typeDmytro Linkin1-36/+53
2019-09-06net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-4/+1