aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/name_table.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 1-2/+7
2019-12-10tipc: fix name table rbtree issuesGravatar Tuong Lien 1-100/+179
2019-11-22tipc: support in-order name publication eventsGravatar Tuong Lien 1-8/+43
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-2/+2
2019-04-10tipc: missing entries in name table of publicationsGravatar Hoang Le 1-1/+2
2018-10-22tipc: eliminate message disordering during binding table updateGravatar Jon Maloy 1-0/+1
2018-08-27tipc: fix the big/little endian issue in tipc_destGravatar Haiqing Bai 1-6/+4
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Gravatar Jia-Ju Bai 1-1/+1
2018-05-10tipc: clean up removal of binding table itemsGravatar Jon Maloy 1-50/+53
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopGravatar Jon Maloy 1-12/+17
2018-04-12tipc: fix unbalanced reference counterGravatar Jon Maloy 1-1/+4
2018-03-31tipc: permit overlapping service ranges in name tableGravatar Jon Maloy 1-34/+30
2018-03-31tipc: refactor name table translate functionGravatar Jon Maloy 1-36/+25
2018-03-31tipc: replace name table service range array with rb treeGravatar Jon Maloy 1-562/+470
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netGravatar Jon Maloy 1-3/+3
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredGravatar Jon Maloy 1-3/+5
2018-03-17tipc: some name changesGravatar Jon Maloy 1-73/+70
2018-03-17tipc: remove zone_list member in struct publicationGravatar Jon Maloy 1-73/+28
2018-03-17tipc: remove zone publication list in name tableGravatar Jon Maloy 1-3/+2
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEGravatar Jon Maloy 1-2/+1
2018-02-16tipc: make struct tipc_server private for server.cGravatar Jon Maloy 1-6/+4
2018-02-16tipc: some prefix changesGravatar Jon Maloy 1-17/+16
2018-02-16tipc: simplify endianness handling in topology subscriberGravatar Jon Maloy 1-17/+25
2018-02-16tipc: simplify interaction between subscription and topology connectionGravatar Jon Maloy 1-4/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesGravatar Jon Maloy 1-4/+2
2018-01-09tipc: improve groupcast scope handlingGravatar Jon Maloy 1-21/+19
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsGravatar Jon Maloy 1-6/+7
2018-01-09tipc: send out join messages as soon as new member is discoveredGravatar Jon Maloy 1-1/+1
2017-10-26tipc: eliminate KASAN warningGravatar Jon Maloy 1-1/+1
2017-10-13tipc: introduce group anycast messagingGravatar Jon Maloy 1-0/+41
2017-10-13tipc: introduce communication groupsGravatar Jon Maloy 1-12/+32
2017-10-13tipc: improve destination linked listGravatar Jon Maloy 1-44/+45
2017-03-28tipc: adjust the policy of holding subscription krefGravatar Ying Xue 1-0/+2
2017-01-20tipc: add functionality to lookup multicast destination nodesGravatar Jon Paul Maloy 1-5/+33
2017-01-03tipc: modify struct tipc_plist to be more versatileGravatar Jon Paul Maloy 1-28/+72
2016-03-07tipc: move netlink policies to netlink.cGravatar Richard Alpe 1-6/+0
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionGravatar Parthasarathy Bhuvaragan 1-4/+10
2015-11-20tipc: reduce code dependency between binding table and node layerGravatar Jon Paul Maloy 1-2/+3
2015-05-04tipc: rename functions defined in subscr.cGravatar Ying Xue 1-22/+12
2015-03-17tipc: fix a potential deadlock when nametable is purgedGravatar Ying Xue 1-2/+2
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkGravatar Richard Alpe 1-1/+3
2015-02-09tipc: convert legacy nl name table dump to nl compatGravatar Richard Alpe 1-184/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 1-1/+1
2015-02-05tipc: simplify socket multicast receptionGravatar Jon Paul Maloy 1-3/+41
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-17/+22
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-56/+72
2015-01-12tipc: make tipc broadcast link support net namespaceGravatar Ying Xue 1-0/+1
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-7/+9
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Gravatar Ying Xue 1-1/+1
2014-12-08tipc: convert name table read-write lock to RCUGravatar Ying Xue 1-44/+43