summaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/fs.h
AgeCommit message (Expand)Author
2024-12-19mlx5: Eliminate the use of mlx5_rule_fwd_actionSlava Shwartsman
2024-07-30mlx5en: add IPSEC_OFFLOAD supportKonstantin Belousov
2023-11-16mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()Konstantin Belousov
2023-11-16mlx5: add ability to attach flow counter to steering ruleMark Bloch
2023-11-16mlx5: add fs_countersRaed Salem
2023-11-16mlx5: Add a no-append flow insertion modeMark Bloch
2023-11-16net/mlx5: Allow creating autogroups with reserved entriesMark Bloch
2023-11-16mlx5: Use software enum in APIs instead of PRMMark Bloch
2023-11-16mlx5: Add packet reformat support to flow rulesMark Bloch
2023-11-16mlx5: Add modify header support to flow rulesMark Bloch
2023-11-16mlx5: Refactor flow actions into a structMark Bloch
2023-11-16mlx5: Add packet reformat allocation supportMark Bloch
2023-11-16mlx5: Add modify header supportMark Bloch
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18mlx5: Make mlx5_del_flow_rule() NULL safe.Hans Petter Selasky
2022-02-01mlx5: Implement offloads flowtable namespace.Hans Petter Selasky
2017-11-10Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky