<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/net/tipc/node_subscr.c, branch v3.0.62</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/net/tipc/node_subscr.c?h=v3.0.62</id>
<link rel='self' href='https://git.amat.us/linux/atom/net/tipc/node_subscr.c?h=v3.0.62'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-03-13T20:35:16Z</updated>
<entry>
<title>tipc: Cosmetic changes to node subscription code</title>
<updated>2011-03-13T20:35:16Z</updated>
<author>
<name>Allan Stephens</name>
<email>Allan.Stephens@windriver.com</email>
</author>
<published>2011-02-23T19:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f1379173326de4c745c4f610501486e4f3bd9248'/>
<id>urn:sha1:f1379173326de4c745c4f610501486e4f3bd9248</id>
<content type='text'>
Relocates the code that notifies users of node subscriptions so that
it is adjacent to the rest of the routines that implement TIPC's node
subscription capability. Renames the name table routine that is
invoked by a node subscription to better reflect its purpose and to
be consistent with other, similar name table routines.

These changes are cosmetic in nature, and do not alter the behavior
of TIPC.

Signed-off-by: Allan Stephens &lt;Allan.Stephens@windriver.com&gt;
Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
</content>
</entry>
<entry>
<title>tipc: Remove obsolete inclusions of header files</title>
<updated>2010-12-02T21:34:02Z</updated>
<author>
<name>Allan Stephens</name>
<email>allan.stephens@windriver.com</email>
</author>
<published>2010-11-30T12:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c80262829769419e19527f972672e8df0480235a'/>
<id>urn:sha1:c80262829769419e19527f972672e8df0480235a</id>
<content type='text'>
Gets rid of #include statements that are no longer required as a
result of the merging of obsolete native API header file content
into other TIPC include files.

Signed-off-by: Allan Stephens &lt;Allan.Stephens@windriver.com&gt;
Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: Don't use structure names which easily globally conflict.</title>
<updated>2008-09-03T06:38:32Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2008-09-03T06:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6c00055a819ce8a6e2c3af2f65d4ea1a8559c491'/>
<id>urn:sha1:6c00055a819ce8a6e2c3af2f65d4ea1a8559c491</id>
<content type='text'>
Andrew Morton reported a build failure on sparc32, because TIPC
uses names like "struct node" and there is a like named data
structure defined in linux/node.h

This just regexp replaces "struct node*" to "struct tipc_node*"
to avoid this and any future similar problems.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET] TIPC: Fix whitespace errors.</title>
<updated>2007-02-11T07:20:15Z</updated>
<author>
<name>YOSHIFUJI Hideaki</name>
<email>yoshfuji@linux-ipv6.org</email>
</author>
<published>2007-02-09T14:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c43072852649d8382b81237ce51195bcec36f24a'/>
<id>urn:sha1:c43072852649d8382b81237ce51195bcec36f24a</id>
<content type='text'>
Signed-off-by: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[TIPC]: First phase of assert() cleanup</title>
<updated>2006-06-26T06:51:37Z</updated>
<author>
<name>Allan Stephens</name>
<email>allan.stephens@windriver.com</email>
</author>
<published>2006-06-26T06:51:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f131072c3da84e70a0f65d71b3a3f6611c6a22bc'/>
<id>urn:sha1:f131072c3da84e70a0f65d71b3a3f6611c6a22bc</id>
<content type='text'>
This also contains enhancements to simplify comparisons in name table
publication removal algorithm and to simplify name table sanity checking
when shutting down TIPC.

Signed-off-by: Allan Stephens &lt;allan.stephens@windriver.com&gt;
Signed-off-by: Per Liden &lt;per.liden@ericsson.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[TIPC]: Fix simple sparse warnings</title>
<updated>2006-03-21T06:36:47Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@ravnborg.org</email>
</author>
<published>2006-03-21T06:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1fc54d8f49c1270c584803437fb7c0ac543588c1'/>
<id>urn:sha1:1fc54d8f49c1270c584803437fb7c0ac543588c1</id>
<content type='text'>
Tried to run the new tipc stack through sparse.
Following patch fixes all cases where 0 was used
as replacement of NULL.
Use NULL to document this is a pointer and to silence sparse.

This brough sparse warning count down with 127 to 24 warnings.

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Per Liden &lt;per.liden@ericsson.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[TIPC] Avoid polluting the global namespace</title>
<updated>2006-01-17T23:45:16Z</updated>
<author>
<name>Per Liden</name>
<email>per.liden@ericsson.com</email>
</author>
<published>2006-01-17T23:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4323add67792ced172d0d93b8b2e6187023115f1'/>
<id>urn:sha1:4323add67792ced172d0d93b8b2e6187023115f1</id>
<content type='text'>
This patch adds a tipc_ prefix to all externally visible symbols.

Signed-off-by: Per Liden &lt;per.liden@ericsson.com&gt;
</content>
</entry>
<entry>
<title>[TIPC] More updates of file headers</title>
<updated>2006-01-12T22:06:39Z</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-11T18:14:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=593a5f22d8035b1396a958b6bbde9f13c0f09549'/>
<id>urn:sha1:593a5f22d8035b1396a958b6bbde9f13c0f09549</id>
<content type='text'>
Updated copyright notice to include the year the file was
actually created. Information about file creation dates
was extracted from the files in the old CVS repository
at tipc.sourceforge.net.

Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</content>
</entry>
<entry>
<title>[TIPC] Update of file headers</title>
<updated>2006-01-12T22:06:38Z</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-11T17:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9da1c8b694f8e72a16f259614caaae50cbcdaf10'/>
<id>urn:sha1:9da1c8b694f8e72a16f259614caaae50cbcdaf10</id>
<content type='text'>
The copyright statements from different parts of Ericsson
have been merged into one.

Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</content>
</entry>
<entry>
<title>[TIPC] License header update</title>
<updated>2006-01-12T22:06:36Z</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-11T12:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9ea1fd3c1a15c620d1e3d0aa269d34b705477003'/>
<id>urn:sha1:9ea1fd3c1a15c620d1e3d0aa269d34b705477003</id>
<content type='text'>
The license header in each file now more clearly state that this
code is licensed under a dual BSD/GPL. Before this was only
evident if you looked at the MODULE_LICENSE line in core.c.

Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</content>
</entry>
</feed>
