aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c
AgeCommit message (Expand)Author
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
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe
2014-09-01tipc: add name distributor resiliency queueErik Hugne
2014-08-23tipc: remove include file port.hJon Paul Maloy
2014-04-30tipc: fix memory leak of publicationsYing Xue
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue
2014-03-06tipc: fix memory leak during module removalErik Hugne
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue
2013-12-16tipc: remove unnecessary variables and conditionswangweidong
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-07-12tipc: limit error messages relating to memory leak to one linePaul Gortmaker
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-26tipc: Enhance error checking of published namesAllan Stephens
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens