Skip to content
Commit e7f3dd28 authored by Alexei Starovoitov's avatar Alexei Starovoitov
Browse files

Merge branch 'reuseport-fixes'



Martin Lau says:

====================
s series has fixes when running reuseport's bpf_prog for udp lookup.
If there is reuseport's bpf_prog, the common issue is the reuseport code
path expects skb->data pointing to the transport header (udphdr here).
A couple of commits broke this expectation.  The issue is specific
to running bpf_prog, so bpf tag is used for this series.

Please refer to the individual commit message for details.
====================

Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parents 1e692f09 257a525f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment