summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: ensure all name sequences are properly protected with its lockYing Xue2014-12-091-21/+27
* tipc: ensure all name sequences are released when name table is stoppedYing Xue2014-12-091-4/+3Star
* tipc: make name table allocated dynamicallyYing Xue2014-12-091-30/+30
* tipc: remove node subscription infrastructureYing Xue2014-11-261-1/+1
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-6/+7
* tipc: add name table dump to new netlink apiRichard Alpe2014-11-211-1/+189
* tipc: add name distributor resiliency queueErik Hugne2014-09-021-4/+4
* tipc: remove include file port.hJon Paul Maloy2014-08-231-1/+0Star
* tipc: fix memory leak of publicationsYing Xue2014-04-301-1/+1
* tipc: move the delivery of named messages out of nametbl lockYing Xue2014-04-281-2/+10
* tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
* tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-221-3/+0Star
* tipc: remove unnecessary variables and conditionswangweidong2013-12-161-2/+1Star
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-181-5/+5
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-5/+3Star
* net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* tipc: eliminate configuration for maximum number of name publicationsYing Xue2012-08-201-2/+2
* tipc: convert tipc_nametbl_size type from variable to macroYing Xue2012-08-201-5/+5
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-141-37/+51
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-20/+20
* tipc: limit error messages relating to memory leak to one linePaul Gortmaker2012-07-121-2/+4
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-5/+5
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-44/+6Star
* tipc: Enhance error checking of published namesAllan Stephens2012-04-271-3/+4
* tipc: Create helper routine to delete unused name sequence structureAllan Stephens2012-04-271-12/+15
* tipc: Ensure network address change doesn't impact name table updatesAllan Stephens2012-04-191-4/+4
* tipc: Add routines for safe checking of node's network addressAllan Stephens2012-04-191-3/+3
* tipc: Don't record failed publication attempt as a successAllan Stephens2012-04-191-2/+3
* tipc: Update node-scope publications when network address is assignedAllan Stephens2012-04-191-3/+2Star
* tipc: Revert name table translation optimizationAllan Stephens2012-02-241-4/+13
* tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens2012-02-241-0/+7
* tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens2012-02-241-23/+1Star
* tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker2011-12-301-6/+7
* tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker2011-12-301-1/+1
* tipc: Eliminate checks for empty zone list during name translationAllan Stephens2011-06-241-5/+2Star
* tipc: Convert name table publication lists to standard kernel listsAllan Stephens2011-06-241-157/+83Star
* tipc: Partition name table instance array info into two partsAllan Stephens2011-06-241-61/+89
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-4/+2Star
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-1/+1
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-7/+7
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-31/+2Star
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-5/+0Star
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-17/+0Star
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* tipc: Minor optimizations to name table translation codeAllan Stephens2010-09-071-3/+1Star
* tipc: Minor enhancements to name table display formatAllan Stephens2010-08-181-28/+16Star
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-131-1/+1
* tipc: trivial endian annotation in debug statementHarvey Harrison2008-11-081-1/+1
* tipc: Optimization to multicast name lookup algorithmAllan Stephens2008-07-151-13/+30
* tipc: Fix bug in scope checking for multicast messagesAllan Stephens2008-07-151-2/+4