1. 08 Nov, 2002 26 commits
  2. 07 Nov, 2002 14 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
    • Matthew Wilcox's avatar
      [PATCH] CONFIG_STACK_GROWSUP · 8aa1cb75
      Matthew Wilcox authored
      Change ARCH_STACK_GROWSUP to CONFIG_STACK_GROWSUP as requested.
      8aa1cb75
    • Seth Rohit's avatar
      [PATCH] Broken Hugetlbpage support in 2.5.46 · 4c312efd
      Seth Rohit authored
      The hugetlb page support in 2.5.46 is broken (Don't know if this is the
      first version of kernel or any prior revs also have that).  Basically the
      free side of hugepages was really not freeing the physical resources (for
      the cases when the pages allocated using system call interface).  Attached
      is the patch that should resolve it. (doesn't break the hugetlbfs support
      either).
      4c312efd
    • Art Haas's avatar
      ff01934e
    • Chuck Lever's avatar
      [PATCH] bug in NFSv2 end-of-file read handling · 0bce91be
      Chuck Lever authored
      NFSv2 doesn't pass connectathon 2002, at least on some Linux kernels.
      Trond deemed the following modification necessary in all kernels to
      address the problem.
      0bce91be
    • Chuck Lever's avatar
      [PATCH] too many setattr calls from VFS layer · 2fbace60
      Chuck Lever authored
      New code in 2.5 VFS layer invokes notify_change to clear the suid and
      sgid bits for every write request.  notify_change needs to optimize out
      calls to ->setattr that don't do anything, because for many network file
      systems, an on-the-wire SETATTR request is generated for every ->setattr
      call, resulting in unnecessary latency for NFS writes.
      2fbace60
    • Chuck Lever's avatar
      [PATCH] allow nfsroot to mount with TCP · 20eb6a8b
      Chuck Lever authored
      nfsroot needs to pass the network protocol (UDP/TCP) into the mount
      functions in order to support mounting root partitions via NFS over TCP.
      20eb6a8b
    • Roman Zippel's avatar
      [PATCH] kconfig documentation update · 249502cc
      Roman Zippel authored
      This removes the old documentation, adds the new one and fixes all
      references to it.
      249502cc
    • Roman Zippel's avatar
      [PATCH] various kconfig updates · dfeaca8c
      Roman Zippel authored
      Various small kconfig updates to fix all the reported little problems and
      the single menu mode for menuconfig by Petr Baudis <pasky@ucw.cz>.
      dfeaca8c