summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_table.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-6/+0
* tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-061-4/+10
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-201-2/+3
* tipc: rename functions defined in subscr.cYing Xue2015-05-041-22/+12
* tipc: fix a potential deadlock when nametable is purgedYing Xue2015-03-171-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/+0
* 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-051-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-091-1/+1
* tipc: convert name table read-write lock to RCUYing Xue2014-12-081-44/+43
* tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-081-2/+0
* tipc: simplify relationship between name table lock and node lockYing Xue2014-12-081-9/+10
* tipc: any name table member must be protected under name table lockYing Xue2014-12-081-1/+2
* tipc: ensure all name sequences are properly protected with its lockYing Xue2014-12-081-21/+27
* tipc: ensure all name sequences are released when name table is stoppedYing Xue2014-12-081-4/+3
* tipc: make name table allocated dynamicallyYing Xue2014-12-081-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-011-4/+4
* tipc: remove include file port.hJon Paul Maloy2014-08-231-1/+0
* 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/+0
* tipc: remove unnecessary variables and conditionswangweidong2013-12-161-2/+1
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-5/+5
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-5/+3
* 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-131-37/+51
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-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-101-5/+5
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-44/+6
* tipc: Enhance error checking of published namesAllan Stephens2012-04-261-3/+4
* tipc: Create helper routine to delete unused name sequence structureAllan Stephens2012-04-261-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/+2
* 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/+1
OpenPOWER on IntegriCloud