summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c
AgeCommit message (Expand)AuthorLines
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe-1/+3
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe-184/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe-1/+1
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy-3/+41
2015-01-12tipc: make tipc node address support net namespaceYing Xue-17/+22
2015-01-12tipc: name tipc name table support net namespaceYing Xue-56/+72
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue-0/+1
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue-7/+9
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue-1/+1
2014-12-08tipc: convert name table read-write lock to RCUYing Xue-44/+43
2014-12-08tipc: remove unnecessary INIT_LIST_HEADYing Xue-2/+0
2014-12-08tipc: simplify relationship between name table lock and node lockYing Xue-9/+10
2014-12-08tipc: any name table member must be protected under name table lockYing Xue-1/+2
2014-12-08tipc: ensure all name sequences are properly protected with its lockYing Xue-21/+27
2014-12-08tipc: ensure all name sequences are released when name table is stoppedYing Xue-4/+3
2014-12-08tipc: make name table allocated dynamicallyYing Xue-30/+30
2014-11-26tipc: remove node subscription infrastructureYing Xue-1/+1
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe-6/+7
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe-1/+189
2014-09-01tipc: add name distributor resiliency queueErik Hugne-4/+4
2014-08-23tipc: remove include file port.hJon Paul Maloy-1/+0
2014-04-30tipc: fix memory leak of publicationsYing Xue-1/+1
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue-2/+10
2014-03-06tipc: fix memory leak during module removalErik Hugne-3/+34
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue-3/+0
2013-12-16tipc: remove unnecessary variables and conditionswangweidong-2/+1
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker-5/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-5/+3
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin-1/+1
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue-2/+2
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue-5/+5
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne-37/+51
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne-20/+20
2012-07-12tipc: limit error messages relating to memory leak to one linePaul Gortmaker-2/+4
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings-5/+5
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker-44/+6
2012-04-26tipc: Enhance error checking of published namesAllan Stephens-3/+4
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens-12/+15
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens-3/+3
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens-3/+2
2012-02-24tipc: Revert name table translation optimizationAllan Stephens-4/+13
2012-02-24tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens-0/+7
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens-23/+1
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker-6/+7
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker-1/+1
2011-06-24tipc: Eliminate checks for empty zone list during name translationAllan Stephens-5/+2
2011-06-24tipc: Convert name table publication lists to standard kernel listsAllan Stephens-157/+83
2011-06-24tipc: Partition name table instance array info into two partsAllan Stephens-61/+89