aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-24tipc: Revert name table translation optimizationAllan Stephens1-4/+13
2012-02-24tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens1-0/+7
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens1-23/+1
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker1-6/+7
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker1-1/+1
2011-06-24tipc: Eliminate checks for empty zone list during name translationAllan Stephens1-5/+2
2011-06-24tipc: Convert name table publication lists to standard kernel listsAllan Stephens1-157/+83
2011-06-24tipc: Partition name table instance array info into two partsAllan Stephens1-61/+89
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens1-4/+2
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens1-1/+1
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-7/+7
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-31/+2
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-5/+0
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-17/+0
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-06tipc: Minor optimizations to name table translation codeAllan Stephens1-3/+1
2010-08-17tipc: Minor enhancements to name table display formatAllan Stephens1-28/+16
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-1/+1
2008-11-07tipc: trivial endian annotation in debug statementHarvey Harrison1-1/+1
2008-07-14tipc: Optimization to multicast name lookup algorithmAllan Stephens1-13/+30