• D
    Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · a57066b1
    David S. Miller 提交于
    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 efc6b6f6
    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: NDavid S. Miller <davem@davemloft.net>
    a57066b1
af_smc.c 53.7 KB