netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] tipc: introduce UDP replicast
@ 2016-08-26  8:52 Richard Alpe
  2016-08-26  8:52 ` [PATCH net-next 1/7] tipc: split UDP nl address parsing Richard Alpe
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Richard Alpe @ 2016-08-26  8:52 UTC (permalink / raw)
  To: netdev; +Cc: tipc-discussion

This series introduces UDP replicast. A concept where we emulate multicast by
sending multiple unicast messages to configured peers. This allows TIPC to be
used in environments where IP multicast is disabled.

There is a corresponding patch series for the tipc user space tool that
allows a user to add remote addresses to the replicast list.

Richard Alpe (7):
  tipc: split UDP nl address parsing
  tipc: split UDP send function
  tipc: refactor multicast ip check
  tipc: introduce UDP replicast
  tipc: add replicast peer discovery
  tipc: add the ability to get UDP options via netlink
  tipc: add UDP remoteip dump to netlink API

 include/uapi/linux/tipc_netlink.h |   3 +
 net/tipc/bearer.c                 |  52 ++++
 net/tipc/bearer.h                 |   1 +
 net/tipc/netlink.c                |  15 +-
 net/tipc/udp_media.c              | 520 +++++++++++++++++++++++++++++++-------
 net/tipc/udp_media.h              |  46 ++++
 6 files changed, 545 insertions(+), 92 deletions(-)
 create mode 100644 net/tipc/udp_media.h

-- 
2.1.4


------------------------------------------------------------------------------

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

end of thread, other threads:[~2016-08-27  4:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26  8:52 [PATCH net-next 0/7] tipc: introduce UDP replicast Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 1/7] tipc: split UDP nl address parsing Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 2/7] tipc: split UDP send function Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 3/7] tipc: refactor multicast ip check Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 4/7] tipc: introduce UDP replicast Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 5/7] tipc: add replicast peer discovery Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 6/7] tipc: add the ability to get UDP options via netlink Richard Alpe
2016-08-26  8:52 ` [PATCH net-next 7/7] tipc: add UDP remoteip dump to netlink API Richard Alpe
2016-08-27  4:40 ` [PATCH net-next 0/7] tipc: introduce UDP replicast 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).