17 Dec, 2011

1 commit

  • I didn't resolve the merge properly during the last pull of the net
    tree into net-next.

    The code in the final resolution should set flags to TT_CLIENT_ROAM
    not TT_CLIENT_PENDING.

    Signed-off-by: David S. Miller

    David S. Miller
     

16 Dec, 2011

1 commit


12 Dec, 2011

3 commits


07 Dec, 2011

4 commits


20 Nov, 2011

15 commits


30 Oct, 2011

1 commit


25 Oct, 2011

4 commits


19 Oct, 2011

2 commits

  • In the TT_RESPONSE packet, the number of carried entries is not correctly set.
    This leads to a wrong interpretation of the packet payload on the receiver side
    causing random entries to be added to the global translation table. Therefore
    the latter gets always corrupted, triggering a table recovery all the time.

    Signed-off-by: Antonio Quartulli
    Signed-off-by: Marek Lindner

    Antonio Quartulli
     
  • Currently the counter of tt_local_entry structures (tt_local_num) is incremented
    each time the tt_local_reset_flags() is invoked causing the node to send wrong
    TT_REPONSE packets containing a copy of non-initialised memory thus corrupting
    other nodes global translation table and making higher level communication
    impossible.

    Reported-by: Junkeun Song
    Signed-off-by: Antonio Quartulli
    Acked-by: Junkeun Song
    Signed-off-by: Marek Lindner

    Antonio Quartulli
     

08 Oct, 2011

1 commit


23 Sep, 2011

1 commit

  • corrects a critical bug of the GW feature. This bug made all the unicast
    packets destined to a GW to be sent as broadcast. This bug is present even if
    the sender GW feature is configured as OFF. It's an urgent bug fix and should
    be committed as soon as possible.

    This was a regression introduced by 43676ab590c3f8686fd047d34c3e33803eef71f0

    Signed-off-by: Antonio Quartulli
    Signed-off-by: Marek Lindner

    Antonio Quartulli
     

08 Sep, 2011

6 commits


22 Aug, 2011

1 commit