1. 24 6月, 2007 2 次提交
  2. 23 6月, 2007 3 次提交
  3. 19 6月, 2007 3 次提交
  4. 16 6月, 2007 3 次提交
  5. 15 6月, 2007 2 次提交
    • H
      [IPV6] addrconf: Fix IPv6 on tuntap tunnels · 74235a25
      Herbert Xu 提交于
      The recent patch that added ipv6_hwtype is broken on tuntap tunnels.
      Indeed, it's broken on any device that does not pass the ipv6_hwtype
      test.
      
      The reason is that the original test only applies to autoconfiguration,
      not IPv6 support.  IPv6 support is allowed on any device.  In fact,
      even with the ipv6_hwtype patch applied you can still add IPv6 addresses
      to any interface that doesn't pass thw ipv6_hwtype test provided that
      they have a sufficiently large MTU.  This is a serious problem because
      come deregistration time these devices won't be cleaned up properly.
      
      I've gone back and looked at the rationale for the patch.  It appears
      that the real problem is that we were creating IPv6 devices even if the
      MTU was too small.  So here's a patch which fixes that and reverts the
      ipv6_hwtype stuff.
      
      Thanks to Kanru Chen for reporting this issue.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      74235a25
    • I
      [TCP]: Add missing break to TCP option parsing code · d7ea5b91
      Ilpo Järvinen 提交于
      This flaw does not affect any behavior (currently).
      Signed-off-by: NIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d7ea5b91
  6. 14 6月, 2007 6 次提交
  7. 13 6月, 2007 3 次提交
  8. 12 6月, 2007 3 次提交
  9. 09 6月, 2007 5 次提交
  10. 08 6月, 2007 10 次提交