11 Feb, 2007

1 commit


19 Oct, 2006

2 commits

  • This patch corrects an issue wherein a previouly failed node could
    not reestablish a links to a non-failing node in the TIPC network
    until the latter node detected the link failure itself (which might
    be configured to take up to 30 seconds). The non-failing node now
    responds to link setup requests from a previously failed node in at
    most 1 second, allowing it to detect the link failure more quickly.

    Signed-off-by: Allan Stephens
    Signed-off-by: Per Liden
    Signed-off-by: David S. Miller

    Allan Stephens
     
  • TIPC now rejects and logs link setup requests from node if the
    receiving node already has a functional link to that node on the associated
    interface, or if the requestor is using the same as the receiver.

    Signed-off-by: Allan Stephens
    Signed-off-by: Per Liden
    Signed-off-by: David S. Miller

    Allan Stephens
     

22 Jul, 2006

1 commit


26 Jun, 2006

2 commits


21 Mar, 2006

1 commit

  • This patch contains the following possible cleanups:
    - make needlessly global code static
    - #if 0 the following unused global functions:
    - name_table.c: tipc_nametbl_print()
    - name_table.c: tipc_nametbl_dump()
    - net.c: tipc_net_next_node()

    Signed-off-by: Adrian Bunk
    Signed-off-by: Per Liden
    Signed-off-by: David S. Miller

    Adrian Bunk
     

18 Jan, 2006

1 commit


13 Jan, 2006

4 commits