<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/uapi/linux/tipc_netlink.h, branch v3.19.6</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.19.6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.19.6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2014-11-21T20:01:32Z</updated>
<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>
<entry>
<title>tipc: add publication 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:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1a1a143daf84db95dd7212086042004a3abb7bc2'/>
<id>urn:sha1:1a1a143daf84db95dd7212086042004a3abb7bc2</id>
<content type='text'>
Add TIPC_NL_PUBL_GET command to the new tipc netlink API.

This command supports dumping of all publications for a specific
socket.

Netlink logical layout of request message:
    -&gt; socket
        -&gt; reference

Netlink logical layout of response message:
    -&gt; publication
        -&gt; type
        -&gt; lower
        -&gt; upper

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>
