linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] add IPV6_MULTICAST_ALL sockopt
@ 2018-09-10  8:27 Andre Naujoks
  2018-09-10  8:27 ` [PATCH 1/1] ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL Andre Naujoks
  0 siblings, 1 reply; 5+ messages in thread
From: Andre Naujoks @ 2018-09-10  8:27 UTC (permalink / raw)
  To: netdev, linux-kernel, davem, kuznet, yoshfuji; +Cc: Andre Naujoks

The patch applies to the current net-next tree.

I tried to keep the impact of this to a minimum and to replicate the
behaviour of IP_MULTICAST_ALL.

Andre Naujoks (1):
  ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL

 include/linux/ipv6.h     |  3 ++-
 include/uapi/linux/in6.h |  1 +
 net/ipv6/af_inet6.c      |  1 +
 net/ipv6/ipv6_sockglue.c | 11 +++++++++++
 net/ipv6/mcast.c         |  2 +-
 5 files changed, 16 insertions(+), 2 deletions(-)

-- 
2.19.0.rc2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-13 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10  8:27 [PATCH 0/1] add IPV6_MULTICAST_ALL sockopt Andre Naujoks
2018-09-10  8:27 ` [PATCH 1/1] ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL Andre Naujoks
2018-09-10  9:07   ` Maciej Żenczykowski
2018-09-10  9:30     ` Andre Naujoks
2018-09-13 15:17   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).