An error occurred fetching the project authors.
  1. 31 May, 2003 1 commit
  2. 26 May, 2003 1 commit
  3. 22 May, 2003 1 commit
  4. 15 May, 2003 1 commit
  5. 09 May, 2003 1 commit
  6. 08 Apr, 2003 1 commit
  7. 02 Apr, 2003 1 commit
  8. 24 Mar, 2003 1 commit
  9. 22 Mar, 2003 1 commit
  10. 21 Mar, 2003 1 commit
  11. 19 Mar, 2003 2 commits
    • Alexey Kuznetsov's avatar
      [IPSEC]: fragmentation & tcp mss calculation. · d9707786
      Alexey Kuznetsov authored
      1. Add local_df field to struct sk_buff to mark packets which
         are to be fragmented locally despite of their IPv6ness of IP DF flag
      2. Add ext2_header_len to tcp_opt to keep memory of part of header length
         depending on route
      3. Add trailer_len to struct dst_entry and xfrm_state to know how
         much of space should be reserved at tail of frame for subsequent
         transformations.
      4. [BUG] icv_trun_len must be used while mss claculation, not
         icv_full_length.
      d9707786
    • Alexey Kuznetsov's avatar
      [NET]: miscellaneous fixes. · cd931326
      Alexey Kuznetsov authored
      1. Fix illegal dereference of potentially freed memory in xfrm_policy.c
      2. Complete wildcard flow addresses to real ones in xfrm_lookup().
      3. Respect optional flag when chacking for input policy.
      4. Delete orphaned comments in ip.h.
      5. Fix mistakedly freed route in tcp connect.
      cd931326
  12. 05 Mar, 2003 1 commit
  13. 02 Mar, 2003 1 commit
  14. 19 Feb, 2003 1 commit
  15. 07 Jan, 2003 1 commit
  16. 30 Dec, 2002 1 commit
  17. 29 Dec, 2002 1 commit
  18. 18 Nov, 2002 1 commit
  19. 10 Nov, 2002 1 commit
    • Alexey Kuznetsov's avatar
      [IPSEC]: More fixes and corrections. · b85b57e3
      Alexey Kuznetsov authored
      - Make connect() policy selection actually happen
      - return len instead of 0 on successful pfkey sendmsg
      - make prefixlen checks in a way more compatible with isakmpd
      - key manager wait queues are totally wrong
      b85b57e3
  20. 07 Nov, 2002 2 commits
    • Alexey Kuznetsov's avatar
      [IPSEC]: Fix lockup in xfrm4_dst_check. · aaf75c12
      Alexey Kuznetsov authored
      aaf75c12
    • Alexey Kuznetsov's avatar
      [IPSEC] More work. · 586cf468
      Alexey Kuznetsov authored
      1. Expiration of SAs. Some missing updates of counters.
         Question: very strange, rfc defines use_time as time of the first use
         of SA. But kame setkey refers to this as lastuse.
      2. Bug fixes for tunnel mode and forwarding.
      3. Fix bugs in per-socket policy: policy entries do not leak but are destroyed,
         when socket is closed, and are cloned on children of listening sockets.
      4. Implemented use policy: i.e. use ipsec if a SA is available,
         ignore if it is not.
      5. Added sysctl to disable in/out policy on some devices.
         It is set on loopback by default.
      6. Remove resolved reference from template. It is not used,
         but pollutes code.
      7. Added all the SASTATEs, now they make sense.
      586cf468
  21. 06 Nov, 2002 1 commit
  22. 04 Nov, 2002 2 commits
  23. 03 Nov, 2002 2 commits
  24. 28 Oct, 2002 2 commits