aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-31net/mlx5: Set SMFS as a default steering mode if device supports itYevgeny Kliteynik1-0/+5
2021-12-31net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik1-1/+2
2021-12-13net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb1-6/+29
2021-12-13net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb1-12/+32
2021-12-13net/mlx5: Separate FDB namespaceMaor Gottlieb1-0/+1
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-8/+46
2021-10-18net/mlx5: Add support to create match definerMaor Gottlieb1-0/+46
2021-10-18net/mlx5: Introduce port selection namespaceMaor Gottlieb1-0/+26
2021-10-09net/mlx5: Add priorities for counters in RDMA namespacesAharon Landau1-8/+46
2021-09-07net/mlx5: Fix potential sleeping in atomic contextMaor Gottlieb1-3/+2
2021-08-11net/mlx5: Allocate individual capabilityParav Pandit1-1/+1
2021-08-11net/mlx5: Reorganize current and maximal capabilities to be per-typeParav Pandit1-1/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-1/+1
2021-08-05net/mlx5: E-Switch, add logic to enable shared FDBMark Bloch1-1/+1
2021-07-27net/mlx5: Fix flow table chainingMaor Gottlieb1-4/+6
2021-06-26net/mlx5: Compare sampler flow destination ID in fs_coreYevgeny Kliteynik1-1/+3
2021-06-22net/mlx5: Fix missing error code in mlx5_init_fs()Jiapeng Chong1-1/+4
2021-06-09net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov1-1/+1
2021-06-09net/mlx5: Bridge, add offload infrastructureVlad Buslov1-0/+6
2021-06-09net/mlx5: Create TC-miss priority and tableVlad Buslov1-0/+6
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-6/+3
2021-05-27net/mlx5: Cap the maximum flow group size to 16M entriesPaul Blakey1-0/+5
2021-05-27net/mlx5: Move chains ft pool to be used by all firmware steeringPaul Blakey1-7/+20
2021-05-27net/mlx5: Move table size calculation to steering cmd layerPaul Blakey1-6/+2
2021-04-14net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabledParav Pandit1-49/+39
2021-04-02net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan1-3/+3
2021-03-29net/mlx5e: Introduce Flow Steering ANY APIAya Levin1-1/+1
2021-03-29net/mlx5e: Introduce Flow Steering UDP APIAya Levin1-1/+1
2021-03-29net/mlx5e: Cleanup Flow Steering levelAya Levin1-1/+1
2021-03-11net/mlx5: Avoid unnecessary operationEli Cohen1-4/+2
2021-02-10net/mlx5: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-02-01net/mlx5: Fix leak upon failure of rule creationMaor Gottlieb1-0/+5
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-27net/mlx5e: Optimize promiscuous modeAya Levin1-2/+2
2021-01-26net/mlx5: Fix memory leak on flow table creation error flowRoi Dayan1-0/+1
2020-12-02Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-10/+7
2020-11-26net/mlx5: Treat host PF vport as other (non eswitch manager) vportParav Pandit1-10/+4
2020-11-26net/mlx5: Export steering related functionsEli Cohen1-0/+3
2020-11-17net/mlx5: Add handling of port type in rule deletionMichael Guralnik1-0/+7
2020-11-05net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb1-3/+4
2020-10-12net/mlx5: Add NIC TX domain namespaceHuy Nguyen1-1/+18
2020-09-23net/mlx5: Allow ft level ignore for nic rx tablesAriel Levkovich1-2/+3
2020-09-21net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2020-08-03net/mlx5: Delete extra dump stack that gives nothingLeon Romanovsky1-6/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+5
2020-07-28net/mlx5: Fix forward to next namespaceMaor Gottlieb1-23/+5
2020-07-16net/mlx5e: IPsec: Add IPsec steering in local NIC RXHuy Nguyen1-1/+1