04 Sep, 2013

2 commits


14 Aug, 2013

1 commit

  • Using inner-id for tunnel id is not safe in some rare cases.
    E.g. packets coming from multiple sources entering same tunnel
    can have same id. Therefore on tunnel packet receive we
    could have packets from two different stream but with same
    source and dst IP with same ip-id which could confuse ip packet
    reassembly.

    Following patch reverts optimization from commit
    490ab08127 (IP_GRE: Fix IP-Identification.)

    CC: Jarno Rajahalme
    CC: Ansis Atteka
    Signed-off-by: Pravin B Shelar
    Signed-off-by: David S. Miller

    Pravin B Shelar
     

20 Jun, 2013

2 commits