aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2016-03-22 08:19:38 +0000
committerDavid S. Miller <[email protected]>2016-03-22 19:53:50 +0000
commitad0ea1989cc4d5905941d0a9e62c63ad6d859cef (patch)
tree3da2a55a9729b52a5e667bd2b4e0aa99c5d78d2f /net/unix/af_unix.c
parentMerge branch 'hns-fixes' (diff)
downloadkernel-ad0ea1989cc4d5905941d0a9e62c63ad6d859cef.tar.gz
kernel-ad0ea1989cc4d5905941d0a9e62c63ad6d859cef.zip
ipv4: fix broadcast packets reception
Currently, ingress ipv4 broadcast datagrams are dropped since, in udp_v4_early_demux(), ip_check_mc_rcu() is invoked even on bcast packets. This patch addresses the issue, invoking ip_check_mc_rcu() only for mcast packets. Fixes: 6e5403093261 ("ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()") Signed-off-by: Paolo Abeni <[email protected]> Acked-by: Hannes Frederic Sowa <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions