aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/group.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tipc: update address terminology in codeGravatar Jon Maloy 1-1/+2
2020-09-14tipc: Fix memory leak in tipc_group_create_member()Gravatar Peilin Ye 1-4/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-08-18tipc: clean up skb list lock handling on send pathGravatar Jon Maloy 1-2/+2
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteGravatar Xin Long 1-0/+1
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-03-16net: tipc: fix a missing check of nla_nest_startGravatar Kangjie Lu 1-0/+3
2018-10-18tipc: fix info leak from kernel tipc_eventGravatar Jon Maloy 1-0/+1
2018-07-21tipc: make some functions staticGravatar YueHaibing 1-2/+2
2018-07-18tipc: remove unused tipc_group_sizeGravatar YueHaibing 1-5/+0
2018-06-30tipc: extend sock diag for group communicationGravatar GhantaKrishnamurthy MohanKrishna 1-0/+32
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-02-27tipc: correct initial value for group congestion flagGravatar Jon Maloy 1-0/+1
2018-02-16tipc: rename tipc_server to tipc_topsrvGravatar Jon Maloy 1-1/+1
2018-01-19tipc: fix race between poll() and setsockopt()Gravatar Jon Maloy 1-11/+8
2018-01-09tipc: improve poll() for group member socketGravatar Jon Maloy 1-28/+36
2018-01-09tipc: improve groupcast scope handlingGravatar Jon Maloy 1-5/+8
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsGravatar Jon Maloy 1-1/+3
2018-01-09tipc: send out join messages as soon as new member is discoveredGravatar Jon Maloy 1-38/+62
2018-01-09tipc: simplify group LEAVE sequenceGravatar Jon Maloy 1-31/+9
2018-01-09tipc: create group member event messages when they are neededGravatar Jon Maloy 1-41/+54
2018-01-09tipc: adjustment to group member FSMGravatar Jon Maloy 1-3/+2
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimGravatar Jon Maloy 1-12/+22
2018-01-09tipc: a couple of cleanupsGravatar Jon Maloy 1-14/+8
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+18
2018-01-05tipc: simplify small window members' sorting algorithmGravatar Jon Maloy 1-9/+4
2018-01-05tipc: some clarifying name changesGravatar Jon Maloy 1-23/+23
2018-01-02tipc: fix problems with multipoint-to-point flow controlGravatar Jon Maloy 1-4/+18
2017-12-26tipc: fix memory leak of group member when peer node is lostGravatar Jon Maloy 1-9/+18
2017-12-26tipc: base group replicast ack counter on number of actual receiversGravatar Jon Maloy 1-1/+3
2017-12-20tipc: remove joining group member from congested listGravatar Jon Maloy 1-4/+2
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Gravatar Jon Maloy 1-2/+1
2017-12-18tipc: remove leaving group member from all listsGravatar Jon Maloy 1-2/+4
2017-12-18tipc: fix lost member events bugGravatar Jon Maloy 1-0/+1
2017-11-27tipc: eliminate access after delete in group_filter_msg()Gravatar Jon Maloy 1-1/+1
2017-11-21tipc: fix access of released memoryGravatar Jon Maloy 1-1/+1
2017-10-13tipc: add multipoint-to-point flow controlGravatar Jon Maloy 1-5/+124
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventGravatar Jon Maloy 1-13/+32
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastGravatar Jon Maloy 1-6/+41
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastGravatar Jon Maloy 1-15/+72
2017-10-13tipc: introduce group multicast messagingGravatar Jon Maloy 1-1/+13
2017-10-13tipc: introduce group anycast messagingGravatar Jon Maloy 1-0/+7
2017-10-13tipc: introduce group unicast messagingGravatar Jon Maloy 1-2/+43
2017-10-13tipc: introduce flow control for group broadcast messagesGravatar Jon Maloy 1-4/+144
2017-10-13tipc: receive group membership events via member socketGravatar Jon Maloy 1-13/+47
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Gravatar Jon Maloy 1-0/+3
2017-10-13tipc: introduce communication groupsGravatar Jon Maloy 1-0/+404