aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/name_distr.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-20tipc: make media xmit call outside node spinlock contextGravatar Jon Paul Maloy 1-2/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeGravatar Jon Paul Maloy 1-1/+1
2015-03-29tipc: involve reference counter for node structureGravatar Ying Xue 1-0/+2
2015-02-27tipc: only create header copy for name distr messagesGravatar Erik Hugne 1-1/+1
2015-02-05tipc: resolve race problem at unicast message receptionGravatar Jon Paul Maloy 1-12/+21
2015-02-05tipc: reduce usage of context info in socket and linkGravatar Jon Paul Maloy 1-2/+3
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-9/+12
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-15/+22
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-26/+31
2014-12-08tipc: convert name table read-write lock to RCUGravatar Ying Xue 1-14/+14
2014-12-08tipc: make name table allocated dynamicallyGravatar Ying Xue 1-34/+10
2014-12-08tipc: remove size variable from publ_list structGravatar Ying Xue 1-12/+7
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsGravatar Ying Xue 1-24/+22
2014-11-26tipc: remove node subscription infrastructureGravatar Ying Xue 1-7/+45
2014-09-10tipc: fix sparse warningsGravatar Erik Hugne 1-3/+4
2014-09-01tipc: add name distributor resiliency queueGravatar Erik Hugne 1-3/+66
2014-09-01tipc: refactor name table updates out of named packet receive routineGravatar Erik Hugne 1-36/+38
2014-07-16tipc: rename temporarily named functionsGravatar Jon Paul Maloy 1-2/+2
2014-07-16tipc: make name table distributor use new send functionGravatar Jon Paul Maloy 1-32/+44
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeGravatar Ying Xue 1-50/+2
2014-05-05tipc: always use tipc_node_lock() to hold node lockGravatar Ying Xue 1-3/+3
2014-04-28tipc: move the delivery of named messages out of nametbl lockGravatar Ying Xue 1-9/+9
2014-04-22tipc: purge tipc_net_lock lockGravatar Ying Xue 1-2/+0
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsGravatar Ying Xue 1-3/+3
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineGravatar Ying Xue 1-3/+11
2014-02-18tipc: align tipc function names with common naming practice in the networkGravatar Ying Xue 1-4/+4
2012-11-22tipc: eliminate an unnecessary cast of node variableGravatar Ying Xue 1-1/+1
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Gravatar Erik Hugne 1-12/+13
2012-04-30tipc: compress out gratuitous extra carriage returnsGravatar Paul Gortmaker 1-11/+0
2012-04-19tipc: Update node-scope publications when network address is assignedGravatar Allan Stephens 1-4/+10
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsGravatar Allan Stephens 1-5/+26
2012-04-18tipc: Factor out name publication code to a separate functionGravatar Allan Stephens 1-27/+34
2012-04-18tipc: introduce publication lists structGravatar Allan Stephens 1-10/+17
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesGravatar Allan Stephens 1-2/+2
2012-02-06tipc: Eliminate alteration of publication key during name table purgingGravatar Allan Stephens 1-4/+0
2011-12-29tipc: rename struct link* to struct tipc_link*Gravatar Paul Gortmaker 1-1/+1
2011-12-27tipc: Eliminate useless check when network address is assignedGravatar Allan Stephens 1-7/+5
2011-09-17tipc: Enhance sending of bulk name table messagesGravatar Allan Stephens 1-2/+8
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upGravatar Paul Gortmaker 1-2/+3
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeGravatar Allan Stephens 1-3/+19
2011-06-24tipc: Cleanup of message header size terminologyGravatar Allan Stephens 1-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-13tipc: cosmetic - function names are not to be full sentencesGravatar Paul Gortmaker 1-1/+1
2011-03-13tipc: Convert node object array to a hash tableGravatar Allan Stephens 1-4/+2
2011-03-13tipc: Split up unified structure of network-related variablesGravatar Allan Stephens 1-2/+2
2011-03-13tipc: Cosmetic changes to node subscription codeGravatar Allan Stephens 1-3/+4
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionGravatar Allan Stephens 1-2/+3
2011-01-01tipc: remove zeroing assignments to static global variablesGravatar Allan Stephens 1-1/+1
2011-01-01tipc: remove pointless check for NULL prior to kfreeGravatar Allan Stephens 1-3/+1
2011-01-01tipc: remove redundant #includesGravatar Allan Stephens 1-1/+0