summaryrefslogtreecommitdiff
path: root/net/tipc/name_table.c
AgeCommit message (Expand)Author
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai
2018-05-10tipc: clean up removal of binding table itemsJon Maloy
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy
2018-04-12tipc: fix unbalanced reference counterJon Maloy
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy
2018-03-31tipc: refactor name table translate functionJon Maloy
2018-03-31tipc: replace name table service range array with rb treeJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy
2018-03-17tipc: some name changesJon Maloy
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy
2018-03-17tipc: remove zone publication list in name tableJon Maloy
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy
2018-02-16tipc: some prefix changesJon Maloy
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon 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
2017-10-26tipc: eliminate KASAN warningJon Maloy
2017-10-13tipc: introduce group anycast messagingJon Maloy
2017-10-13tipc: introduce communication groupsJon Maloy
2017-10-13tipc: improve destination linked listJon Maloy
2017-03-28tipc: adjust the policy of holding subscription krefYing Xue
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy
2017-01-03tipc: modify struct tipc_plist to be more versatileJon Paul Maloy
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy
2015-05-04tipc: rename functions defined in subscr.cYing Xue
2015-03-17tipc: fix a potential deadlock when nametable is purgedYing Xue
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: name tipc name table support net namespaceYing Xue
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue
2014-12-08tipc: convert name table read-write lock to RCUYing Xue
2014-12-08tipc: remove unnecessary INIT_LIST_HEADYing Xue
2014-12-08tipc: simplify relationship between name table lock and node lockYing Xue
2014-12-08tipc: any name table member must be protected under name table lockYing Xue
2014-12-08tipc: ensure all name sequences are properly protected with its lockYing Xue
2014-12-08tipc: ensure all name sequences are released when name table is stoppedYing Xue
2014-12-08tipc: make name table allocated dynamicallyYing Xue
2014-11-26tipc: remove node subscription infrastructureYing Xue