summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: rename functions defined in subscr.cYing Xue2015-05-041-22/+12Star
* tipc: fix a potential deadlock when nametable is purgedYing Xue2015-03-181-2/+2
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+3
* tipc: convert legacy nl name table dump to nl compatRichard Alpe2015-02-091-184/+0Star
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-1/+1
* tipc: simplify socket multicast receptionJon Paul Maloy2015-02-061-3/+41
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-17/+22
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-56/+72
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-0/+1
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-7/+9
* tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue2014-12-101-1/+1
* tipc: convert name table read-write lock to RCUYing Xue2014-12-091-44/+43Star
* tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-091-2/+0Star
* tipc: simplify relationship between name table lock and node lockYing Xue2014-12-091-9/+10
* tipc: any name table member must be protected under name table lockYing Xue2014-12-091-1/+2
* 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