aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy1-1/+1
2017-11-21tipc: fix access of released memoryJon Maloy1-1/+1
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy1-5/+124
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy1-13/+32
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-6/+41
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy1-15/+72
2017-10-13tipc: introduce group multicast messagingJon Maloy1-1/+13
2017-10-13tipc: introduce group anycast messagingJon Maloy1-0/+7
2017-10-13tipc: introduce group unicast messagingJon Maloy1-2/+43
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy1-4/+144
2017-10-13tipc: receive group membership events via member socketJon Maloy1-13/+47
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy1-0/+3
2017-10-13tipc: introduce communication groupsJon Maloy1-0/+404