[PATCH v2 0/8] Allow checking SYN cookies from XDP and tc cls act

2019-03-19 Thread Lorenz Bauer
This series adds the necessary helpers to determine wheter a given (encapsulated) TCP packet belongs to a connection known to the network stack. * bpf_skc_lookup_tcp gives access to request and timewait sockets * bpf_tcp_check_syncookie identifies the final 3WHS ACK when syncookies are enabled

Re: [PATCH v2 0/8] Allow checking SYN cookies from XDP and tc cls act

2019-03-15 Thread Alexei Starovoitov
On Thu, Mar 14, 2019 at 11:39:46AM +, Lorenz Bauer wrote: > This series adds the necessary helpers to determine wheter a given > (encapsulated) TCP packet belongs to a connection known to the network stack. > > * bpf_skc_lookup_tcp gives access to request and timewait sockets > * bpf_tcp_check

[PATCH v2 0/8] Allow checking SYN cookies from XDP and tc cls act

2019-03-14 Thread Lorenz Bauer
This series adds the necessary helpers to determine wheter a given (encapsulated) TCP packet belongs to a connection known to the network stack. * bpf_skc_lookup_tcp gives access to request and timewait sockets * bpf_tcp_check_syncookie identifies the final 3WHS ACK when syncookies are enabled