1. 10 9月, 2010 1 次提交
  2. 09 9月, 2010 1 次提交
  3. 04 9月, 2010 2 次提交
  4. 02 9月, 2010 1 次提交
  5. 31 8月, 2010 2 次提交
  6. 23 8月, 2010 1 次提交
  7. 18 8月, 2010 1 次提交
  8. 15 8月, 2010 1 次提交
  9. 02 8月, 2010 1 次提交
  10. 23 7月, 2010 2 次提交
  11. 19 7月, 2010 1 次提交
    • A
      IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) · d9a9dc66
      Arnaud Ebalard 提交于
      The input handler for Type 2 Routing Header (mip6_rthdr_input())
      checks if the CoA in the packet matches the CoA in the XFRM state.
      
      Current check is buggy: it compares the adddress in the Type 2
      Routing Header, i.e. the HoA, against the expected CoA in the state.
      The comparison should be made against the address in the destination
      field of the IPv6 header.
      
      The bug remained unnoticed because the main (and possibly only current)
      user of the code (UMIP MIPv6 Daemon) initializes the XFRM state with the
      unspecified address, i.e. explicitly allows everything.
      
      Yoshifuji-san, can you ack that one?
      Signed-off-by: NArnaud Ebalard <arno@natisbad.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d9a9dc66
  12. 13 7月, 2010 1 次提交
  13. 12 7月, 2010 1 次提交
  14. 05 7月, 2010 2 次提交
  15. 02 7月, 2010 1 次提交
  16. 01 7月, 2010 4 次提交
  17. 28 6月, 2010 2 次提交
  18. 27 6月, 2010 2 次提交
  19. 26 6月, 2010 3 次提交
  20. 17 6月, 2010 1 次提交
    • F
      syncookies: check decoded options against sysctl settings · 8c763681
      Florian Westphal 提交于
      Discard the ACK if we find options that do not match current sysctl
      settings.
      
      Previously it was possible to create a connection with sack, wscale,
      etc. enabled even if the feature was disabled via sysctl.
      
      Also remove an unneeded call to tcp_sack_reset() in
      cookie_check_timestamp: Both call sites (cookie_v4_check,
      cookie_v6_check) zero "struct tcp_options_received", hand it to
      tcp_parse_options() (which does not change tcp_opt->num_sacks/dsack)
      and then call cookie_check_timestamp().
      
      Even if num_sacks/dsacks were changed, the structure is allocated on
      the stack and after cookie_check_timestamp returns only a few selected
      members are copied to the inet_request_sock.
      Signed-off-by: NFlorian Westphal <fw@strlen.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8c763681
  21. 16 6月, 2010 3 次提交
  22. 15 6月, 2010 2 次提交
  23. 14 6月, 2010 3 次提交
  24. 11 6月, 2010 1 次提交