aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-22net/mlx5: E-switch, Introduce and use eswitch support check helperParav Pandit1-40/+26
2020-05-27net/mlx5: E-Switch, Alloc and free unique metadata for matchVu Pham1-32/+64
2020-05-27net/mlx5: E-Switch, Refactor eswitch ingress acl codesVu Pham1-260/+9
2020-05-27net/mlx5: E-Switch, Refactor eswitch egress acl codesVu Pham1-33/+3
2020-05-22net/mlx5e: Add support for hw decapsulation of MPLS over UDPEli Cohen1-0/+4
2020-05-22net/mlx5e: Introduce kconfig var for TC supportVlad Buslov1-0/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+9
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-11/+11
2020-04-30net/mlx5: E-switch, Fix mutex init orderParav Pandit1-6/+6
2020-04-30net/mlx5: E-switch, Fix printing wrong error valueParav Pandit1-1/+1
2020-04-30net/mlx5: E-switch, Fix error unwinding flow for steering init failureParav Pandit1-2/+2
2020-04-28net/mlx5: Add support for COPY steering actionHuy Nguyen1-2/+2
2020-04-23net/mlx5: Update eswitch to new cmd interfaceLeon Romanovsky1-9/+9
2020-04-08net/mlx5: Fix condition for termination table cleanupEli Cohen1-9/+3
2020-03-29net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed1-1/+1
2020-03-25net/mlx5: E-switch, Protect eswitch mode changesParav Pandit1-37/+68
2020-03-25net/mlx5: E-switch, Extend eswitch enable to handle num_vfs changeParav Pandit1-5/+8
2020-03-25net/mlx5: Split eswitch mode check to different helper functionParav Pandit1-4/+33
2020-03-25net/mlx5: E-Switch, free flow_group_in after creating the restore tableRoi Dayan1-0/+2
2020-03-25net/mlx5: E-Switch, Enable chains only if regs loopback is enabledPaul Blakey1-5/+6
2020-03-25net/mlx5: E-Switch, Enable restore table only if reg_c1 is supportedPaul Blakey1-0/+9
2020-03-17net/mlx5: Don't use termination tables in slow pathEli Cohen1-6/+14
2020-03-13net/mlx5: Avoid deriving mlx5_core_dev second timeParav Pandit1-9/+7
2020-03-13net/mlx5: E-switch, Annotate termtbl_mutex mutex destroyParav Pandit1-1/+3
2020-03-13net/mlx5: Accept flow rules without matchMark Bloch1-2/+1
2020-03-13net/mlx5: E-Switch, Refactor unload all reps per rep typeBodong Wang1-19/+5
2020-03-13net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang1-64/+3
2020-03-13net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang1-85/+58
2020-03-12net/mlx5: E-Switch, Add support for offloading rules with no in_portPaul Blakey1-1/+3
2020-03-12net/mlx5: E-Switch, Introduce global tablesPaul Blakey1-5/+13
2020-03-12net/mlx5: E-Switch, Enable reg c1 loopback when possiblePaul Blakey1-11/+33
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-21/+220
2020-03-09net/mlx5: E-switch, make query inline mode a static functionParav Pandit1-37/+37
2020-03-09net/mlx5e: Fix an IS_ERR() vs NULL checkDan Carpenter1-1/+1
2020-03-09net/mlx5: E-Switch, Use vport metadata matching only when mandatoryMajd Dibbiny1-1/+13
2020-02-27net/mlx5e: Add devlink fdb_large_groups parameterJianbo Liu1-1/+3
2020-02-27net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen1-10/+196
2020-02-19net/mlx5: E-Switch, Get reg_c1 value on missPaul Blakey1-3/+28
2020-02-19net/mlx5: E-Switch, Get reg_c0 value on CQEPaul Blakey1-9/+138
2020-02-19net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bitsPaul Blakey1-10/+54
2020-02-18net/mlx5e: Don't clear the whole vf config when switching modesDmytro Linkin1-2/+2
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+8
2020-01-24net/mlx5e: Clear VF config when switching modesDmytro Linkin1-3/+8
2020-01-24net/mlx5: Fix lowest FDB pool sizePaul Blakey1-1/+1
2020-01-16net/mlx5: E-Switch, Increase number of chains and prioritiesPaul Blakey1-1/+2
2020-01-16net/mlx5: E-Switch, Refactor chains and prioritiesPaul Blakey1-258/+45
2020-01-16net/mlx5: ft: Use getter function to get ft chainPaul Blakey1-0/+5
2020-01-16net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-6/+7
2019-12-05net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit1-37/+85
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-123/+146