aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core/mlx5_fs_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Eliminate the use of mlx5_rule_fwd_actionSlava Shwartsman2024-12-181-2/+2
* mlx5en: add IPSEC_OFFLOAD supportKonstantin Belousov2024-07-301-26/+24
* mlx5: Use software enum in APIs instead of PRMMark Bloch2023-11-151-2/+2
* mlx5: Refactor flow actions into a structMark Bloch2023-11-151-2/+10
* mlx5: Fix duplicate free of default flow rule in error case.Hans Petter Selasky2023-04-181-3/+3
* mlx5: Make mlx5_del_flow_rule() NULL safe.Hans Petter Selasky2023-04-181-3/+3
* mlx5: fs_tcp is only used for INET or INET6.John Baldwin2022-04-131-3/+3
* mlx5: Implement flow steering helper functions for TCP sockets.Hans Petter Selasky2022-02-011-0/+404