Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2014 16:13:30 +0000 (12:13 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2014 16:13:30 +0000 (12:13 -0400)
commit7f51531c11be9f6ebace405aec724ffac043a8f5
tree0520313d3d6afcc42d7aaf27fbe699e8bc71e2d5
parentd42f157b3498a042d9930506d4b55ded5dcb35c0
parent78acb1f9b898e85fa2c1e28e700b54b66b288e8d
Merge branch 'tipc-next'

Erik Hugne says:

====================
tipc: add support for link state subscriptions

Low level topology information like TIPC link up/down is useful for
applications like teamd to make smarter failover decisions in a
HA cluster environment. Fetching logical link names through an ioctl
may hurt the eyes of some. Suggestions for a more elegant way of doing
this would be appreciated in that case. :)

v2:
   -Properly based on net-next
   -Off-list comments from Billie Alsup:
    -Add a string length parameter to tipc_node_get_linkname
    -Use TIPC_MAX_LINK_NAME definition instead of hardcoded
     value in tipc_sioc_ln_req linkname
====================

Signed-off-by: David S. Miller <davem@davemloft.net>