]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fix-unconnected-udp'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jun 2019 23:53:13 +0000 (16:53 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jun 2019 23:53:13 +0000 (16:53 -0700)
commit5adae19babe9f6baf5b2c26166fe580358095320
tree6e6832ee09a3fbe20df3c65f28657159b38dd11d
parent1140fed5d55045b52c4fcc5cf8d5990ae4a0b875
parent47b510b1464788f1f65ed2eff57b6804b052ae2b
Merge branch 'fix-unconnected-udp'

Daniel Borkmann says:

====================
Please refer to the patch 1/6 as the main patch with the details
on the current sendmsg hook API limitations and proposal to fix
it in order to work with basic applications like DNS. Remaining
patches are the usual uapi and tooling updates as well as test
cases. Thanks a lot!

v2 -> v3:
  - Add attach types to test_section_names.c and libbpf (Andrey)
  - Added given Acks, rest as-is
v1 -> v2:
  - Split off uapi header sync and bpftool bits (Martin, Alexei)
  - Added missing bpftool doc and bash completion as well
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>