summaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-051-12/+21
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-051-2/+3
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-9/+12
* tipc: name tipc name table support net namespaceYing Xue2015-01-121-15/+22
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-26/+31
* tipc: convert name table read-write lock to RCUYing Xue2014-12-081-14/+14
* tipc: make name table allocated dynamicallyYing Xue2014-12-081-34/+10
* tipc: remove size variable from publ_list structYing Xue2014-12-081-12/+7
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-24/+22
* tipc: remove node subscription infrastructureYing Xue2014-11-261-7/+45
* tipc: fix sparse warningsErik Hugne2014-09-101-3/+4
* tipc: add name distributor resiliency queueErik Hugne2014-09-011-3/+66
* tipc: refactor name table updates out of named packet receive routineErik Hugne2014-09-011-36/+38
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-161-2/+2
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-161-32/+44
* tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-051-50/+2
* tipc: always use tipc_node_lock() to hold node lockYing Xue2014-05-051-3/+3
* tipc: move the delivery of named messages out of nametbl lockYing Xue2014-04-281-9/+9
* tipc: purge tipc_net_lock lockYing Xue2014-04-221-2/+0
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-271-3/+3
* tipc: acquire necessary locks in named_cluster_distribute routineYing Xue2014-03-271-3/+11
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-4/+4
* tipc: eliminate an unnecessary cast of node variableYing Xue2012-11-221-1/+1
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-12/+13
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-11/+0
* tipc: Update node-scope publications when network address is assignedAllan Stephens2012-04-191-4/+10
* tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens2012-04-191-5/+26
* tipc: Factor out name publication code to a separate functionAllan Stephens2012-04-181-27/+34
* tipc: introduce publication lists structAllan Stephens2012-04-181-10/+17
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-2/+2
* tipc: Eliminate alteration of publication key during name table purgingAllan Stephens2012-02-061-4/+0
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-291-1/+1
* tipc: Eliminate useless check when network address is assignedAllan Stephens2011-12-271-7/+5
* tipc: Enhance sending of bulk name table messagesAllan Stephens2011-09-171-2/+8
* tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker2011-09-171-2/+3
* tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens2011-09-171-3/+19
* tipc: Cleanup of message header size terminologyAllan Stephens2011-06-241-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-131-1/+1
* tipc: Convert node object array to a hash tableAllan Stephens2011-03-131-4/+2
* tipc: Split up unified structure of network-related variablesAllan Stephens2011-03-131-2/+2
* tipc: Cosmetic changes to node subscription codeAllan Stephens2011-03-131-3/+4
* tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2011-03-131-2/+3
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-1/+1
* tipc: remove pointless check for NULL prior to kfreeAllan Stephens2011-01-011-3/+1
* tipc: remove redundant #includesAllan Stephens2011-01-011-1/+0
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-14/+0
* tipc: Remove prototype code for supporting multiple clustersAllan Stephens2011-01-011-4/+24
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-2/+0
* tipc: cleanup function namespacestephen hemminger2010-10-161-1/+1
OpenPOWER on IntegriCloud