aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-26tipc: fix memory leak of group member when peer node is lostJon Maloy1-9/+18
2017-12-26tipc: base group replicast ack counter on number of actual receiversJon Maloy1-1/+3
2017-12-20tipc: remove joining group member from congested listJon Maloy1-4/+2
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy1-2/+1
2017-12-18tipc: remove leaving group member from all listsJon Maloy1-2/+4
2017-12-18tipc: fix lost member events bugJon Maloy1-0/+1
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