linux/Documentation/devicetree
David S. Miller a57066b1a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The UDP reuseport conflict was a little bit tricky.

The net-next code, via bpf-next, extracted the reuseport handling
into a helper so that the BPF sk lookup code could invoke it.

At the same time, the logic for reuseport handling of unconnected
sockets changed via commit efc6b6f6c3
which changed the logic to carry on the reuseport result into the
rest of the lookup loop if we do not return immediately.

This requires moving the reuseport_has_conns() logic into the callers.

While we are here, get rid of inline directives as they do not belong
in foo.c files.

The other changes were cases of more straightforward overlapping
modifications.

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-25 17:49:04 -07:00
..
bindings Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-07-25 17:49:04 -07:00
booting-without-of.txt
changesets.rst docs: dt: convert changesets to ReST 2020-05-04 17:09:46 -05:00
dynamic-resolution-notes.rst docs: dt: convert dynamic-resolution-notes.txt to ReST 2020-05-04 17:09:52 -05:00
index.rst docs: dt: convert ABI.txt to ReST format 2020-05-04 17:09:52 -05:00
of_unittest.rst docs: dt: convert of_unittest.txt to ReST 2020-05-04 17:09:52 -05:00
overlay-notes.rst docs: dt: convert overlay-notes.txt to ReST format 2020-05-04 17:09:52 -05:00
usage-model.rst docs: dt: usage_model.rst: fix link for DT usage 2020-05-04 16:22:54 -05:00
writing-schema.rst docs: dt: minor adjustments at writing-schema.rst 2020-06-18 11:18:12 -06:00