aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan1-1/+2
2020-04-08net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin1-2/+3
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-2/+4
2020-03-29net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed1-1/+1
2020-03-26Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+1
2020-03-25net/mlx5e: Fix actions_match_supported() returnDan Carpenter1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2020-03-18Merge tag 'mlx5-updates-2020-03-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-33/+53
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-5/+5
2020-03-17net/mlx5: Eswitch, enable forwarding back to uplink portEli Cohen1-16/+43
2020-03-17net/mlx5: Avoid configuring eswitch QoS if not supportedEli Cohen1-0/+6
2020-03-17net/mlx5e: Fix rejecting all egress rules not on vlanRoi Dayan1-14/+1
2020-03-17net/mlx5e: en_tc: Rely just on register loopback for tunnel restorationPaul Blakey1-3/+3
2020-03-12net/mlx5e: CT: Support clear actionPaul Blakey1-3/+7
2020-03-12net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey1-1/+11
2020-03-12net/mlx5e: CT: Introduce connection trackingPaul Blakey1-16/+88
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-190/+628
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats_types_check()Jiri Pirko1-2/+2
2020-03-09net/mlx5: Verify goto chain offload supportEli Cohen1-20/+45
2020-03-08flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-2/+4
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+9
2020-03-05net/mlx5e: Fix endianness handling in pedit maskSebastian Hense1-2/+3
2020-02-27net/mlx5e: Remove redundant comment about goto slow pathRoi Dayan1-4/+2
2020-02-27net/mlx5e: Reduce number of arguments in slow path handlingEli Cohen1-23/+20
2020-02-27net/mlx5e: Remove unused argument from parse_tc_pedit_action()Eli Cohen1-5/+3
2020-02-27net/mlx5e: Use NL_SET_ERR_MSG_MOD() extack for errorsRoi Dayan1-7/+14
2020-02-27net/mlx5e: Use netdev_warn() instead of pr_err() for errorsRoi Dayan1-6/+11
2020-02-27net/mlx5: E-Switch, Allow goto earlier chain if FW supports itRoi Dayan1-1/+2
2020-02-27net/mlx5e: Don't allow forwarding between uplinkTonghao Zhang1-0/+17
2020-02-19net/mlx5e: Restore tunnel metadata on missPaul Blakey1-9/+101
2020-02-19net/mlx5e: Support inner header rewrite with goto actionPaul Blakey1-45/+427
2020-02-19net/mlx5e: Disallow inserting vxlan/vlan egress rules without decap/popPaul Blakey1-5/+15
2020-02-19net/mlx5e: Move tc tunnel parsing logic with the rest at tc_tun modulePaul Blakey1-108/+1
2020-02-19net/mlx5e: Allow re-allocating mod header actionsPaul Blakey1-55/+65
2020-02-19net/mlx5: E-Switch, Restore chain id on missPaul Blakey1-0/+43
2020-02-19net/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-22net/mlx5e: Add mlx5e_flower_parse_meta supportwenxu1-0/+39
2020-01-16net/mlx5: E-Switch, Refactor chains and prioritiesPaul Blakey1-6/+8
2020-01-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxSaeed Mahameed1-5/+8
2020-01-16net/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-06net/mlx5e: Fix hairpin RSS table sizeEli Cohen1-1/+1
2020-01-06net/mlx5e: Avoid duplicating rule destinationsDmytro Linkin1-1/+57
2019-12-05net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan1-2/+5
2019-12-05net/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