1. 08 Nov, 2002 34 commits
  2. 07 Nov, 2002 6 commits
    • Alexey Kuznetsov's avatar
      [IPSEC]: Fix lockup in xfrm4_dst_check. · aaf75c12
      Alexey Kuznetsov authored
      aaf75c12
    • Brad Hards's avatar
      [NETFILTER]: Remove duplicate include. · 8cafc847
      Brad Hards authored
      8cafc847
    • Brad Hards's avatar
      [SCTP]: Remove duplicate include. · 960e1da2
      Brad Hards authored
      960e1da2
    • David S. Miller's avatar
      Merge nuts.ninka.net:/home/davem/src/BK/network-2.5 · df74ea7e
      David S. Miller authored
      into nuts.ninka.net:/home/davem/src/BK/net-2.5
      df74ea7e
    • 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
    • Christoph Hellwig's avatar
      [PATCH] read(v)/write(v) fixes · dae01d33
      Christoph Hellwig authored
      Clean up vfs_readv/writev() interface and avoid code duplication.
      
      Make kNFSd use the cleaned-up interfaces, and disable the code that
      accesses the low-level readpage() function of the exported filesystem
      (not allowed - many filesystems need extra setup, which is why we have
      a separate ->sendpage() routine for that).
      dae01d33