Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76782662 authored by Chenbo Feng's avatar Chenbo Feng
Browse files

UPSTREAM: tcp: Add a tcp_filter hook before handle ack packet



Currently in both ipv4 and ipv6 code path, the ack packet received when
sk at TCP_NEW_SYN_RECV state is not filtered by socket filter or cgroup
filter since it is handled from tcp_child_process and never reaches the
tcp_filter inside tcp_v4_rcv or tcp_v6_rcv. Adding a tcp_filter hooks
here can make sure all the ingress tcp packet can be correctly filtered.

Signed-off-by: default avatarChenbo Feng <fengc@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
(cherry picked from commit 8fac365f63c866a00015fa13932d8ffc584518b8)

Bug: 30950746
Change-Id: I9b687b5acab56aa3589f65925da64d47dc55492e
parent 87883134
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment