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