]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'reuseport-fixes'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 3 Jun 2019 20:38:49 +0000 (13:38 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 3 Jun 2019 20:38:49 +0000 (13:38 -0700)
commitde72c50d65645599d1792dd616c986715d6894f1
tree294de439bd74c0d6b281b47e61ed2e164b6fab1c
parent1bc2077f16e2c621f04c87c780b22c0e655230da
parent40db7691d677ae1ce9f2914349d67e0da12c8b83
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 <ast@kernel.org>