From: Alexei Starovoitov Date: Mon, 3 Jun 2019 20:38:49 +0000 (-0700) Subject: Merge branch 'reuseport-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e7f3dd281cf916fe1231eca1a967c09d8f1a1fad;p=linux.git 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: Alexei Starovoitov --- e7f3dd281cf916fe1231eca1a967c09d8f1a1fad