summaryrefslogtreecommitdiff
path: root/net/tipc/group.c
AgeCommit message (Expand)Author
2020-11-27tipc: update address terminology in codeJon Maloy
2020-09-14tipc: Fix memory leak in tipc_group_create_member()Peilin Ye
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-16net: tipc: fix a missing check of nla_nest_startKangjie Lu
2018-10-18tipc: fix info leak from kernel tipc_eventJon Maloy
2018-07-21tipc: make some functions staticYueHaibing
2018-07-18tipc: remove unused tipc_group_sizeYueHaibing
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-27tipc: correct initial value for group congestion flagJon Maloy
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy
2018-01-09tipc: improve poll() for group member socketJon Maloy
2018-01-09tipc: improve groupcast scope handlingJon Maloy
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy
2018-01-09tipc: simplify group LEAVE sequenceJon Maloy
2018-01-09tipc: create group member event messages when they are neededJon Maloy
2018-01-09tipc: adjustment to group member FSMJon Maloy
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy
2018-01-09tipc: a couple of cleanupsJon Maloy
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-05tipc: simplify small window members' sorting algorithmJon Maloy
2018-01-05tipc: some clarifying name changesJon Maloy
2018-01-02tipc: fix problems with multipoint-to-point flow controlJon Maloy
2017-12-26tipc: fix memory leak of group member when peer node is lostJon Maloy
2017-12-26tipc: base group replicast ack counter on number of actual receiversJon Maloy
2017-12-20tipc: remove joining group member from congested listJon Maloy
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy
2017-12-18tipc: remove leaving group member from all listsJon Maloy
2017-12-18tipc: fix lost member events bugJon Maloy
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy
2017-11-21tipc: fix access of released memoryJon Maloy
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy
2017-10-13tipc: introduce group multicast messagingJon Maloy
2017-10-13tipc: introduce group anycast messagingJon Maloy
2017-10-13tipc: introduce group unicast messagingJon Maloy
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy
2017-10-13tipc: receive group membership events via member socketJon Maloy
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy
2017-10-13tipc: introduce communication groupsJon Maloy