summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* tipc: missing entries in name table of publicationsHoang Le2019-04-111-1/+2
* tipc: eliminate message disordering during binding table updateJon Maloy2018-10-231-0/+1
* tipc: fix the big/little endian issue in tipc_destHaiqing Bai2018-08-281-6/+4Star
* net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai2018-07-271-1/+1
* tipc: clean up removal of binding table itemsJon Maloy2018-05-101-50/+53
* tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-181-12/+17
* tipc: fix unbalanced reference counterJon Maloy2018-04-131-1/+4
* tipc: permit overlapping service ranges in name tableJon Maloy2018-04-011-34/+30Star
* tipc: refactor name table translate functionJon Maloy2018-04-011-36/+25Star
* tipc: replace name table service range array with rb treeJon Maloy2018-04-011-562/+470Star
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-3/+3
* tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy2018-03-231-3/+5
* tipc: some name changesJon Maloy2018-03-171-73/+70Star
* tipc: remove zone_list member in struct publicationJon Maloy2018-03-171-73/+28Star
* tipc: remove zone publication list in name tableJon Maloy2018-03-171-3/+2Star
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-171-2/+1Star
* tipc: make struct tipc_server private for server.cJon Maloy2018-02-161-6/+4Star
* tipc: some prefix changesJon Maloy2018-02-161-17/+16Star
* tipc: simplify endianness handling in topology subscriberJon Maloy2018-02-161-17/+25
* tipc: simplify interaction between subscription and topology connectionJon Maloy2018-02-161-4/+6
* tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-151-4/+2Star
* tipc: improve groupcast scope handlingJon Maloy2018-01-091-21/+19Star
* tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-091-6/+7
* tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-091-1/+1
* tipc: eliminate KASAN warningJon Maloy2017-10-261-1/+1
* tipc: introduce group anycast messagingJon Maloy2017-10-131-0/+41
* tipc: introduce communication groupsJon Maloy2017-10-131-12/+32
* tipc: improve destination linked listJon Maloy2017-10-131-44/+45
* tipc: adjust the policy of holding subscription krefYing Xue2017-03-291-0/+2
* tipc: add functionality to lookup multicast destination nodesJon Paul Maloy2017-01-201-5/+33
* tipc: modify struct tipc_plist to be more versatileJon Paul Maloy2017-01-031-28/+72
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-6/+0Star
* tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-061-4/+10
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-201-2/+3
* tipc: rename functions defined in subscr.cYing Xue2015-05-041-22/+12Star
* tipc: fix a potential deadlock when nametable is purgedYing Xue2015-03-181-2/+2
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+3
* tipc: convert legacy nl name table dump to nl compatRichard Alpe2015-02-091-184/+0Star
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-1/+1
* tipc: simplify socket multicast receptionJon Paul Maloy2015-02-061-3/+41
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-17/+22
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-56/+72
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-0/+1
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-7/+9
* tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue2014-12-101-1/+1
* tipc: convert name table read-write lock to RCUYing Xue2014-12-091-44/+43Star
* tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-091-2/+0Star
* tipc: simplify relationship between name table lock and node lockYing Xue2014-12-091-9/+10
* tipc: any name table member must be protected under name table lockYing Xue2014-12-091-1/+2