1. 01 7月, 2006 1 次提交
  2. 24 5月, 2006 2 次提交
    • J
      [netdrvr ibmlana, ibmveth] trim trailing whitespace · d7fbeba6
      Jeff Garzik 提交于
      d7fbeba6
    • S
      [PATCH] ibmveth change buffer pools dynamically · 860f242e
      Santiago Leon 提交于
      This patch provides a sysfs interface to change some properties of the
      ibmveth buffer pools (size of the buffers, number of buffers per pool,
      and whether a pool is active).  Ethernet drivers use ethtool to provide
      this type of functionality.  However, the buffers in the ibmveth driver
      can have an arbitrary size (not only regular, mini, and jumbo which are
      the only sizes that ethtool can change), and also ibmveth can have an
      arbitrary number of buffer pools
      
      Under heavy load we have seen dropped packets which obviously kills TCP
      performance.  We have created several fixes that mitigate this issue,
      but we definitely need a way of changing the number of buffers for an
      adapter dynamically.  Also, changing the size of the buffers allows
      users to change the MTU to something big (bigger than a jumbo frame)
      greatly improving performance on partition to partition transfers.
      
      The patch creates directories pool1...pool4 in the device directory in
      sysfs, each with files: num, size, and active (which default to the
      values in the mainline version).
      
      Comments and suggestions are welcome...
      --
      Santiago A. Leon
      Power Linux Development
      IBM Linux Technology Center
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      860f242e
  3. 22 4月, 2006 1 次提交
  4. 01 4月, 2006 1 次提交
  5. 11 11月, 2005 1 次提交
  6. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  7. 02 11月, 2005 1 次提交
  8. 29 10月, 2005 6 次提交
  9. 27 10月, 2005 1 次提交
  10. 24 10月, 2005 2 次提交
  11. 29 9月, 2005 1 次提交
  12. 30 8月, 2005 1 次提交
  13. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4