summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05net/mlx5e: fix double free in mlx5e_destroy_flow_tableZhengchao Shao1-0/+1
2023-01-11net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()YueHaibing1-3/+3
2022-11-24net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing1-2/+2
2022-08-23net/mlx5e: Introduce flow steering debug macrosLama Kayal1-18/+15
2022-08-23net/mlx5e: Decouple fs_tcp from en.hLama Kayal1-47/+47
2022-08-23net/mlx5e: Introduce flow steering APILama Kayal1-21/+25
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-16/+16
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2021-08-03net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-3/+3
2021-08-03net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-3/+3
2021-08-03net/mlx5e: Rename traffic type enumsMaor Gottlieb1-3/+3
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2
2020-09-24net/mlx5e: Use kfree() to free fd->g in accel_fs_tcp_create_groups()Denis Efremov1-1/+1
2020-06-28net/mlx5e: Accel, Expose flow steering API for rules add/delTariq Toukan1-0/+120
2020-06-28net/mlx5e: Receive flow steering framework for accelerated TCP flowsBoris Pismenny1-0/+280