]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite36788077d7ac9bcb12bcde92b5b1e51f06a569e
tree0520313d3d6afcc42d7aaf27fbe699e8bc71e2d5
parent6795980e298a8c7ab2a7771994a718b0b34f0ddf
parent84cc4b1b29e6c45847d85eab4180d6985dbf76e1
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>