aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-03-16net: tipc: fix a missing check of nla_nest_startKangjie Lu1-0/+3
2018-10-18tipc: fix info leak from kernel tipc_eventJon Maloy1-0/+1
2018-07-21tipc: make some functions staticYueHaibing1-2/+2
2018-07-18tipc: remove unused tipc_group_sizeYueHaibing1-5/+0
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna1-0/+32
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-02-27tipc: correct initial value for group congestion flagJon Maloy1-0/+1
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy1-1/+1
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy1-11/+8
2018-01-09tipc: improve poll() for group member socketJon Maloy1-28/+36
2018-01-09tipc: improve groupcast scope handlingJon Maloy1-5/+8
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy1-1/+3
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy1-38/+62
2018-01-09tipc: simplify group LEAVE sequenceJon Maloy1-31/+9
2018-01-09tipc: create group member event messages when they are neededJon Maloy1-41/+54
2018-01-09tipc: adjustment to group member FSMJon Maloy1-3/+2
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy1-12/+22
2018-01-09tipc: a couple of cleanupsJon Maloy1-14/+8
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+18
2018-01-05tipc: simplify small window members' sorting algorithmJon Maloy1-9/+4
2018-01-05tipc: some clarifying name changesJon Maloy1-23/+23
2018-01-02tipc: fix problems with multipoint-to-point flow controlJon Maloy1-4/+18
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