<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/tipc.h, branch v2.6.36-rc5</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>tipc: Update commenting in TIPC API</title>
<updated>2010-05-13T06:02:23+00:00</updated>
<author>
<name>Allan Stephens</name>
<email>allan.stephens@windriver.com</email>
</author>
<published>2010-05-11T14:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8e1c298c01d4596fa2837913e531a93a791a7bec'/>
<id>8e1c298c01d4596fa2837913e531a93a791a7bec</id>
<content type='text'>
Eliminate comments in TIPC's main API files that are either obsolete,
incorrect, misleading, or unhelpful.  It also adds in one new comment.

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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eliminate comments in TIPC's main API files that are either obsolete,
incorrect, misleading, or unhelpful.  It also adds in one new comment.

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>TIPC: Updated topology subscription protocol according to latest spec</title>
<updated>2010-04-07T02:50:19+00:00</updated>
<author>
<name>Jon Paul Maloy</name>
<email>jon.maloy@ericsson.com</email>
</author>
<published>2010-04-06T11:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c6537d6742985da1fbf12ae26cde6a096fd35b5c'/>
<id>c6537d6742985da1fbf12ae26cde6a096fd35b5c</id>
<content type='text'>
This patch makes it explicit in the API that all fields in subscriptions and events exchanged with the Topology Server must be in
network byte order.
It also ensures that all fields of a subscription are compared when cancelling a subscription, in order to avoid inadvertent
cancelling of the wrong subscription.
Finally, the tipc module version is updated to 2.0.0, to reflect the API change.

Signed-off-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes it explicit in the API that all fields in subscriptions and events exchanged with the Topology Server must be in
network byte order.
It also ensures that all fields of a subscription are compared when cancelling a subscription, in order to avoid inadvertent
cancelling of the wrong subscription.
Finally, the tipc module version is updated to 2.0.0, to reflect the API change.

Signed-off-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tipc: Add socket options to get number of queued messages</title>
<updated>2009-07-06T02:16:11+00:00</updated>
<author>
<name>oscar.medina@motorola.com</name>
<email>oscar.medina@motorola.com</email>
</author>
<published>2009-06-30T03:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6650613d3387dcc30685e2781818ea7d0f840027'/>
<id>6650613d3387dcc30685e2781818ea7d0f840027</id>
<content type='text'>
This patch allows a TIPC application to determine the number of messages
currently waiting in a socket's receive queue (TIPC_SOCK_RECVQ_DEPTH) or
in all TIPC socket receive queues (TIPC_NODE_RECVQ_DEPTH).

Signed-off-by: Oscar Medina &lt;oscar.medina@motorola.com&gt;
Signed-off-by: Allan Stephens &lt;allan.stephens@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows a TIPC application to determine the number of messages
currently waiting in a socket's receive queue (TIPC_SOCK_RECVQ_DEPTH) or
in all TIPC socket receive queues (TIPC_NODE_RECVQ_DEPTH).

Signed-off-by: Oscar Medina &lt;oscar.medina@motorola.com&gt;
Signed-off-by: Allan Stephens &lt;allan.stephens@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[TIPC]: Added subscription cancellation capability</title>
<updated>2006-10-19T02:55:22+00:00</updated>
<author>
<name>Lijun Chen</name>
<email>chenli@nortel.com</email>
</author>
<published>2006-10-17T04:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=eb409460b1abec0e2a1f9c9d07019f4157a6d6bc'/>
<id>eb409460b1abec0e2a1f9c9d07019f4157a6d6bc</id>
<content type='text'>
This patch allows a TIPC application to cancel an existing
topology service subscription by re-requesting the subscription
with the TIPC_SUB_CANCEL filter bit set.  (All other bits of
the cancel request must match the original subscription request.)

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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows a TIPC application to cancel an existing
topology service subscription by re-requesting the subscription
with the TIPC_SUB_CANCEL filter bit set.  (All other bits of
the cancel request must match the original subscription request.)

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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[TIPC] Update of file headers</title>
<updated>2006-01-12T22:06:38+00:00</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-11T17:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9da1c8b694f8e72a16f259614caaae50cbcdaf10'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[TIPC] License header update</title>
<updated>2006-01-12T22:06:36+00:00</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-11T12:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9ea1fd3c1a15c620d1e3d0aa269d34b705477003'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>[TIPC] Moved configuration interface into tipc_config.h</title>
<updated>2006-01-12T22:06:35+00:00</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-11T11:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ea714ccda5d5858ee677a77cf33dbaf34a0060c3'/>
<id>ea714ccda5d5858ee677a77cf33dbaf34a0060c3</id>
<content type='text'>
Restored the old tipc_config.h to get a cleaner division between the
interfaces used by normal TIPC users and TIPC administration utilities.

Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restored the old tipc_config.h to get a cleaner division between the
interfaces used by normal TIPC users and TIPC administration utilities.

Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[TIPC] Use dynamically allocated family id with NETLINK_GENERIC</title>
<updated>2006-01-12T22:06:32+00:00</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-05T15:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1dba9743337cabacea79e47ed6d709e636c5ed47'/>
<id>1dba9743337cabacea79e47ed6d709e636c5ed47</id>
<content type='text'>
Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[TIPC] Initial merge</title>
<updated>2006-01-12T22:06:31+00:00</updated>
<author>
<name>Per Liden</name>
<email>per.liden@nospam.ericsson.com</email>
</author>
<published>2006-01-02T18:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b97bf3fd8f6a16966d4f18983b2c40993ff937d4'/>
<id>b97bf3fd8f6a16966d4f18983b2c40993ff937d4</id>
<content type='text'>
TIPC (Transparent Inter Process Communication) is a protocol designed for
intra cluster communication. For more information see
http://tipc.sourceforge.net

Signed-off-by: Per Liden &lt;per.liden@nospam.ericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TIPC (Transparent Inter Process Communication) is a protocol designed for
intra cluster communication. For more information see
http://tipc.sourceforge.net

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