<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/uapi/linux/tipc_netlink.h, branch v4.2.4</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.2.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.2.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-03-06T03:08:42Z</updated>
<entry>
<title>tipc: add ip/udp media type</title>
<updated>2015-03-06T03:08:42Z</updated>
<author>
<name>Erik Hugne</name>
<email>erik.hugne@ericsson.com</email>
</author>
<published>2015-03-05T09:23:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d0f91938bede204a343473792529e0db7d599836'/>
<id>urn:sha1:d0f91938bede204a343473792529e0db7d599836</id>
<content type='text'>
The ip/udp bearer can be configured in a point-to-point
mode by specifying both local and remote ip/hostname,
or it can be enabled in multicast mode, where links are
established to all tipc nodes that have joined the same
multicast group. The multicast IP address is generated
based on the TIPC network ID, but can be overridden by
using another multicast address as remote ip.

Signed-off-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Reviewed-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add name table dump to new netlink api</title>
<updated>2014-11-21T20:01:32Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1593123a6a4914ccac4699d7f93cdf8057a7d822'/>
<id>urn:sha1:1593123a6a4914ccac4699d7f93cdf8057a7d822</id>
<content type='text'>
Add TIPC_NL_NAME_TABLE_GET command to the new tipc netlink API.

This command supports dumping the name table of all nodes.

Netlink logical layout of name table response message:
-&gt; name table
    -&gt; publication
        -&gt; type
        -&gt; lower
        -&gt; upper
        -&gt; scope
        -&gt; node
        -&gt; ref
        -&gt; key

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add net set to new netlink api</title>
<updated>2014-11-21T20:01:31Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=27c21416727af73df45051acb05331c0f10e50f6'/>
<id>urn:sha1:27c21416727af73df45051acb05331c0f10e50f6</id>
<content type='text'>
Add TIPC_NL_NET_SET command to the new tipc netlink API.

This command can set the network id and network (tipc) address.

Netlink logical layout of network set message:
-&gt; net
     [ -&gt; id ]
     [ -&gt; address ]

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add net dump to new netlink api</title>
<updated>2014-11-21T20:01:31Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fd3cf2ad519f73c2f7a46460ebedf32ad246520c'/>
<id>urn:sha1:fd3cf2ad519f73c2f7a46460ebedf32ad246520c</id>
<content type='text'>
Add TIPC_NL_NET_GET command to the new tipc netlink API.

This command dumps the network id of the node.

Netlink logical layout of returned network data:
-&gt; net
    -&gt; id

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add node get/dump to new netlink api</title>
<updated>2014-11-21T20:01:31Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3e4b6ab58d614934e7ca99bdf448089695d34ffa'/>
<id>urn:sha1:3e4b6ab58d614934e7ca99bdf448089695d34ffa</id>
<content type='text'>
Add TIPC_NL_NODE_GET to the new tipc netlink API.

This command can dump the address and node status of all nodes in the
tipc cluster.

Netlink logical layout of returned node/address data:
-&gt; node
    -&gt; address
    -&gt; up flag

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add media set to new netlink api</title>
<updated>2014-11-21T20:01:31Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1e55417d8fc6f6d93b1cc6995b911d48ded2adfb'/>
<id>urn:sha1:1e55417d8fc6f6d93b1cc6995b911d48ded2adfb</id>
<content type='text'>
Add TIPC_NL_MEDIA_SET command to the new tipc netlink API.

This command can set one or more link properties for a particular
media.

Netlink logical layout of bearer set message:
-&gt; media
    -&gt; name
    -&gt; link properties
        [ -&gt; tolerance ]
        [ -&gt; priority ]
        [ -&gt; window ]

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add media get/dump to new netlink api</title>
<updated>2014-11-21T20:01:31Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=46f15c6794fb744bb7741d26143a85b9012c10d4'/>
<id>urn:sha1:46f15c6794fb744bb7741d26143a85b9012c10d4</id>
<content type='text'>
Add TIPC_NL_MEDIA_GET command to the new tipc netlink API.

This command supports dumping all information about all defined
media as well as getting all information about a specific media.

The information about a media includes name and link properties.

Netlink logical layout of media get response message:
-&gt; media
    -&gt; name
    -&gt; link properties
        -&gt; tolerance
        -&gt; priority
        -&gt; window

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add link stat reset to new netlink api</title>
<updated>2014-11-21T20:01:31Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ae36342b50a91cff188e417201452dc075a8f444'/>
<id>urn:sha1:ae36342b50a91cff188e417201452dc075a8f444</id>
<content type='text'>
Add TIPC_NL_LINK_RESET_STATS command to the new netlink API.

This command resets the link statistics for a particular link.

Netlink logical layout of link reset message:
-&gt; link
    -&gt; name

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add link set to new netlink api</title>
<updated>2014-11-21T20:01:30Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f96ce7a20d6972a834202f3cdd6a53fd0ee26a8e'/>
<id>urn:sha1:f96ce7a20d6972a834202f3cdd6a53fd0ee26a8e</id>
<content type='text'>
Add TIPC_NL_LINK_SET to the new tipc netlink API.

This command can set one or more link properties for a particular
link.

Netlink logical layout of link set message:
-&gt; link
    -&gt; name
    -&gt; properties
        [ -&gt; tolerance ]
        [ -&gt; priority ]
        [ -&gt; window ]

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>tipc: add link get/dump to new netlink api</title>
<updated>2014-11-21T20:01:30Z</updated>
<author>
<name>Richard Alpe</name>
<email>richard.alpe@ericsson.com</email>
</author>
<published>2014-11-20T09:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7be57fc6918470ecacd16b89c0d4f73d8fc265c4'/>
<id>urn:sha1:7be57fc6918470ecacd16b89c0d4f73d8fc265c4</id>
<content type='text'>
Add TIPC_NL_LINK_GET command to the new tipc netlink API.

This command supports dumping all information about all links
(including the broadcast link) or getting all information about a
specific link (not the broadcast link).

The information about a link includes name, transmission info,
properties and link statistics.

As the tipc broadcast link is special we unfortunately have to treat
it specially. It is a deliberate decision not to abstract the
broadcast link on this (API) level.

Netlink logical layout of link response message:
    -&gt; port
        -&gt; name
        -&gt; MTU
        -&gt; RX
        -&gt; TX
        -&gt; up flag
        -&gt; active flag
        -&gt; properties
           -&gt; priority
           -&gt; tolerance
           -&gt; window
        -&gt; statistics
            -&gt; rx_info
            -&gt; rx_fragments
            -&gt; rx_fragmented
            -&gt; rx_bundles
            -&gt; rx_bundled
            -&gt; tx_info
            -&gt; tx_fragments
            -&gt; tx_fragmented
            -&gt; tx_bundles
            -&gt; tx_bundled
            -&gt; msg_prof_tot
            -&gt; msg_len_cnt
            -&gt; msg_len_tot
            -&gt; msg_len_p0
            -&gt; msg_len_p1
            -&gt; msg_len_p2
            -&gt; msg_len_p3
            -&gt; msg_len_p4
            -&gt; msg_len_p5
            -&gt; msg_len_p6
            -&gt; rx_states
            -&gt; rx_probes
            -&gt; rx_nacks
            -&gt; rx_deferred
            -&gt; tx_states
            -&gt; tx_probes
            -&gt; tx_nacks
            -&gt; tx_acks
            -&gt; retransmitted
            -&gt; duplicates
            -&gt; link_congs
            -&gt; max_queue
            -&gt; avg_queue

Signed-off-by: Richard Alpe &lt;richard.alpe@ericsson.com&gt;
Reviewed-by: Erik Hugne &lt;erik.hugne@ericsson.com&gt;
Reviewed-by: Jon Maloy &lt;jon.maloy@ericsson.com&gt;
Acked-by: Ying Xue &lt;ying.xue@windriver.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
