aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-14tipc: Fix bug in scope checking for multicast messagesAllan Stephens1-2/+4
2008-06-04tipc: Add missing spinlock in name table display codeAllan Stephens1-1/+3
2008-06-04tipc: Prevent display of name table types with no publicationsAllan Stephens1-0/+3
2008-05-12tipc: Enhancements to name table initializationAllan Stephens1-5/+2
2007-08-02[TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-53/+53
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-12/+4
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-2/+2