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)
commit4aeba328019ab9fbaad725b923b4c11c3725b24e
tree6e6832ee09a3fbe20df3c65f28657159b38dd11d
parent1884c066579a7a274dd981a4d9639ca63db66a23
parentb714560f7b38de9f03b8670890ba130d4cc5604e
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>