aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+4
2020-05-29net/mlx5e: en_tc: Fix cast to restricted __be32 warningSaeed Mahameed1-4/+4
2020-05-29net/mlx5e: en_tc: Fix incorrect type in initializer warningsSaeed Mahameed1-1/+1
2020-05-29net/mlx5e: Don't use err uninitialized in mlx5e_attach_decapNathan Chancellor1-1/+1
2020-05-29net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso1-3/+3
2020-05-29net/mlx5e: Remove warning "devices are not on same switch HW"Maor Dickman1-4/+0
2020-05-29net/mlx5e: Fix stats update for matchall classifierRoi Dayan1-1/+1
2020-05-27net/mlx5e: Optimize performance for IPv4/IPv6 ethertypeEli Britstein1-9/+31
2020-05-27net/mlx5e: Helper function to set ethertypeEli Britstein1-4/+10
2020-05-27net/mlx5e: Offload flow rules to active lower representorOr Gerlitz1-9/+26
2020-05-27net/mlx5e: Support tc block sharing for representorsVu Pham1-0/+23
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+33
2020-05-22net/mlx5e: Fix allowed tc redirect merged eswitch offload casesMaor Dickman1-7/+33
2020-05-22net/mlx5e: Support pedit on mpls over UDP decapEli Cohen1-12/+53
2020-05-22net/mlx5e: Add support for hw decapsulation of MPLS over UDPEli Cohen1-5/+212
2020-05-22net/mlx5e: Allow to match on mpls parametersEli Cohen1-2/+18
2020-05-22net/mlx5e: Add support for hw encapsulation of MPLS over UDPEli Cohen1-0/+18
2020-05-22net/mlx5e: Move TC-specific code from en_main.c to en_tc.cVlad Buslov1-0/+35
2020-05-22net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.cVlad Buslov1-6/+0
2020-05-22net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov1-169/+1
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-1/+1
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-7/+7
2020-04-28net/mlx5: Refactor imm_inval_pkey field in cqe structRaed Salem1-1/+1
2020-04-28net/mlx5: Add support for COPY steering actionHuy Nguyen1-3/+3
2020-04-23net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky1-3/+3
2020-04-20net/mlx5e: Allow partial data mask for tunnel optionsRoi Dayan1-10/+22
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