summaryrefslogtreecommitdiffstats
path: root/net/tipc/group.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-171-0/+1
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: tipc: fix a missing check of nla_nest_startKangjie Lu2019-03-161-0/+3
* tipc: fix info leak from kernel tipc_eventJon Maloy2018-10-191-0/+1
* tipc: make some functions staticYueHaibing2018-07-221-2/+2
* tipc: remove unused tipc_group_sizeYueHaibing2018-07-181-5/+0Star
* tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-301-0/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+1
|\
| * tipc: correct initial value for group congestion flagJon Maloy2018-02-271-0/+1
* | tipc: rename tipc_server to tipc_topsrvJon Maloy2018-02-161-1/+1
|/
* tipc: fix race between poll() and setsockopt()Jon Maloy2018-01-191-11/+8Star
* tipc: improve poll() for group member socketJon Maloy2018-01-091-28/+36
* tipc: improve groupcast scope handlingJon Maloy2018-01-091-5/+8
* tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-091-1/+3
* tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-091-38/+62
* tipc: simplify group LEAVE sequenceJon Maloy2018-01-091-31/+9Star
* tipc: create group member event messages when they are neededJon Maloy2018-01-091-41/+54
* tipc: adjustment to group member FSMJon Maloy2018-01-091-3/+2Star
* tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy2018-01-091-12/+22
* tipc: a couple of cleanupsJon Maloy2018-01-091-14/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-4/+18
|\
| * tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-031-4/+18
* | tipc: simplify small window members' sorting algorithmJon Maloy2018-01-051-9/+4Star
* | tipc: some clarifying name changesJon Maloy2018-01-051-23/+23
|/
* tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
* tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
* tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2Star
* tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1Star
* tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4
* tipc: fix lost member events bugJon Maloy2017-12-181-0/+1
* tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
* tipc: fix access of released memoryJon Maloy2017-11-211-1/+1
* tipc: add multipoint-to-point flow controlJon Maloy2017-10-131-5/+124
* tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-131-13/+32
* tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-131-6/+41
* tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-131-15/+72
* tipc: introduce group multicast messagingJon Maloy2017-10-131-1/+13
* tipc: introduce group anycast messagingJon Maloy2017-10-131-0/+7
* tipc: introduce group unicast messagingJon Maloy2017-10-131-2/+43
* tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-131-4/+144
* tipc: receive group membership events via member socketJon Maloy2017-10-131-13/+47
* tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-131-0/+3
* tipc: introduce communication groupsJon Maloy2017-10-131-0/+404