aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson1-2/+11
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson1-4/+14
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+7
2022-07-17net/mlx5: fs, allow flow table creation with a UIDMark Bloch1-1/+1
2022-07-17net/mlx5: fs, expose flow table ID to usersMark Bloch1-0/+6
2022-06-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-8/+10
2022-06-13net/mlx5: group fdb cleanup to single functionShay Drory1-8/+10
2022-06-08net/mlx5: fs, fail conflicting actionsMark Bloch1-3/+32
2022-05-31net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-56/+75
2022-05-17net/mlx5: Initialize flow steering during driver probeShay Drory1-56/+75
2022-05-02net/mlx5: fs, an FTE should have no dests when deletedMark Bloch1-0/+1
2022-05-02net/mlx5: fs, call the deletion function of the nodeMark Bloch1-1/+1
2022-05-02net/mlx5: fs, delete the FTE when there are no rules attached to itMark Bloch1-5/+5
2022-05-02net/mlx5: fs, do proper bookkeeping for forward destinationsMark Bloch1-1/+19
2022-05-02net/mlx5: fs, add unused destination typeMark Bloch1-0/+2
2022-05-02net/mlx5: fs, jump to exit point and don't fall throughMark Bloch1-0/+1
2022-05-02net/mlx5: fs, refactor software deletion ruleMark Bloch1-6/+6
2022-04-09net/mlx5: Align flow steering allocation namespace to common styleLeon Romanovsky1-6/+0
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky1-8/+1
2022-02-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-1/+8
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-23net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb1-0/+2
2022-02-23net/mlx5: Add ability to insert to specific flow groupMark Bloch1-1/+8
2022-01-27net/mlx5: Introduce software defined steering capabilitiesDima Chumak1-0/+16
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