aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-28tipc: adjust the policy of holding subscription krefYing Xue1-0/+2
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy1-5/+33
2017-01-03tipc: modify struct tipc_plist to be more versatileJon Paul Maloy1-28/+72
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-6/+0
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan1-4/+10
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy1-2/+3
2015-05-04tipc: rename functions defined in subscr.cYing Xue1-22/+12
2015-03-17tipc: fix a potential deadlock when nametable is purgedYing Xue1-2/+2
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+3
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe1-184/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-1/+1
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy1-3/+41
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-17/+22
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-56/+72
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-0/+1
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-7/+9
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue1-1/+1
2014-12-08tipc: convert name table read-write lock to RCUYing Xue1-44/+43
2014-12-08tipc: remove unnecessary INIT_LIST_HEADYing Xue1-2/+0
2014-12-08tipc: simplify relationship between name table lock and node lockYing Xue1-9/+10
2014-12-08tipc: any name table member must be protected under name table lockYing Xue1-1/+2
2014-12-08tipc: ensure all name sequences are properly protected with its lockYing Xue1-21/+27
2014-12-08tipc: ensure all name sequences are released when name table is stoppedYing Xue1-4/+3
2014-12-08tipc: make name table allocated dynamicallyYing Xue1-30/+30
2014-11-26tipc: remove node subscription infrastructureYing Xue1-1/+1
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe1-6/+7
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe1-1/+189
2014-09-01tipc: add name distributor resiliency queueErik Hugne1-4/+4
2014-08-23tipc: remove include file port.hJon Paul Maloy1-1/+0
2014-04-30tipc: fix memory leak of publicationsYing Xue1-1/+1
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue1-2/+10
2014-03-06tipc: fix memory leak during module removalErik Hugne1-3/+34
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue1-3/+0
2013-12-16tipc: remove unnecessary variables and conditionswangweidong1-2/+1
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-5/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-5/+3
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue1-2/+2
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue1-5/+5
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-37/+51
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-20/+20
2012-07-12tipc: limit error messages relating to memory leak to one linePaul Gortmaker1-2/+4
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-5/+5
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-44/+6
2012-04-26tipc: Enhance error checking of published namesAllan Stephens1-3/+4
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens1-12/+15
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens1-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens1-3/+3
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens1-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens1-3/+2