summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: fix possible stack overflowsArnd Bergmann2024-04-101-41/+41
* net/mlx5: DR, Change SWS usage to debug fs seq_file interfaceHamdan Igbaria2024-02-052-134/+620
* net/mlx5: DR, Can't go to uplink vport on RX ruleYevgeny Kliteynik2024-01-241-5/+11
* net/mlx5: DR, Use the right GVMI number for drop actionYevgeny Kliteynik2024-01-241-0/+1
* net/mlx5: DR, Use swap() instead of open coding itJiapeng Chong2023-12-131-6/+2
* net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit2023-11-151-1/+2
* Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan2023-11-151-102/+13
* net/mlx5: Remove unused declarationYue Haibing2023-10-141-4/+0
* net/mlx5: DR, Handle multi destination action in the right orderErez Shitrit2023-09-193-3/+29
* net/mlx5: DR, Add check for multi destination FTEErez Shitrit2023-09-191-0/+13
* net/mlx5: DR, Supporting inline WQE when possibleItamar Gozlan2023-08-211-13/+102
* net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik2023-08-211-1/+0
* net/mlx5: DR, Fix code indentationYevgeny Kliteynik2023-08-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+1
|\
| * net/mlx5: DR, Fix wrong allocation of modify hdr patternYevgeny Kliteynik2023-08-071-1/+1
* | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-071-1/+1
* | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla2023-08-071-1/+1
|/
* net/mlx5: DR, Fix peer domain namespace settingShay Drory2023-07-267-17/+26
* net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao2023-07-261-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-224-3/+46
|\
| * net/mlx5: DR, Fix wrong action data allocation in decap actionYevgeny Kliteynik2023-06-161-1/+7
| * net/mlx5: DR, Support SW created encap actions for FW tableYevgeny Kliteynik2023-06-164-2/+39
* | net/mlx5: DR, update query of HCA caps for EC VFsDaniel Jurgens2023-06-161-1/+3
* | net/mlx5: DR, handle more than one peer domainShay Drory2023-06-027-20/+26
|/
* net/mlx5: DR, Add missing mutex init/destroy in pattern managerYevgeny Kliteynik2023-05-241-0/+3
* net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2023-05-221-1/+3
* net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit2023-05-221-1/+2
* net/mlx5: DR, Add memory statistics for domain objectYevgeny Kliteynik2023-04-203-3/+15
* net/mlx5: DR, Add more info in domain dbg dumpYevgeny Kliteynik2023-04-201-2/+9
* net/mlx5: DR, Calculate sync threshold of each pool according to its typeYevgeny Kliteynik2023-04-201-15/+18
* net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dumpYevgeny Kliteynik2023-04-201-4/+6
* net/mlx5: DR, Enable patterns and arguments for supporting devicesYevgeny Kliteynik2023-04-141-1/+2
* net/mlx5: DR, Add support for the pattern/arg parameters in debug dumpYevgeny Kliteynik2023-04-141-3/+27
* net/mlx5: DR, Modify header action of size 1 optimizationYevgeny Kliteynik2023-04-143-25/+52
* net/mlx5: DR, Support decap L3 action using pattern / arg mechanismYevgeny Kliteynik2023-04-141-16/+5
* net/mlx5: DR, Apply new accelerated modify action and decapl3Yevgeny Kliteynik2023-04-142-6/+47
* net/mlx5: DR, Add modify header argument pointer to actions attributesYevgeny Kliteynik2023-04-143-7/+42
* net/mlx5: DR, Add modify header arg pool mechanismYevgeny Kliteynik2023-04-143-0/+303
* net/mlx5: DR, Fix QP continuous allocationYevgeny Kliteynik2023-04-141-1/+1
* net/mlx5: DR, Read ICM memory into dedicated bufferYevgeny Kliteynik2023-04-142-9/+17
* net/mlx5: DR, Add support for writing modify header argumentYevgeny Kliteynik2023-04-142-20/+150
* net/mlx5: DR, Add create/destroy for modify-header-argument general objectYevgeny Kliteynik2023-04-142-0/+49
* net/mlx5: DR, Check for modify_header_argument device capabilitiesYevgeny Kliteynik2023-04-142-0/+14
* net/mlx5: DR, Split chunk allocation to HW-dependent waysYevgeny Kliteynik2023-04-147-18/+98
* net/mlx5: DR, Add cache for modify header patternYevgeny Kliteynik2023-04-143-0/+236
* net/mlx5: DR, Move ACTION_CACHE_LINE_SIZE macro to headerYevgeny Kliteynik2023-04-142-6/+5
* net/mlx5: DR, Add modify-header-pattern ICM poolYevgeny Kliteynik2023-04-115-15/+131
* net/mlx5: DR, Prepare sending new WQE typeYevgeny Kliteynik2023-04-111-21/+39
* net/mlx5: DR, Set counter ID on the last STE for STEv1 TXYevgeny Kliteynik2023-04-111-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-10/+15
|\