1. 30 Jun, 2003 15 commits
  2. 29 Jun, 2003 4 commits
  3. 30 Jun, 2003 8 commits
  4. 29 Jun, 2003 2 commits
    • Alan Cox's avatar
      [NET]: Add EDP2 ethernet protocol ID. · 9ec3d5ba
      Alan Cox authored
      9ec3d5ba
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r986) · 947af82f
      Ben Collins authored
       ETH1394  : - Minor cleanups.
                  - Fix incorrect error handling with no broadcast channel.
      	    - Set max/default MTU to 1500.
      	    - Fix broken spinlock handling on device open.
       IEEE1394 : Make bus-nodeid printk's of a consistent format.
       OHCI1394 : Change one printk to a verbose/debug only message.
      947af82f
  5. 28 Jun, 2003 11 commits
    • James Morris's avatar
      Merge kernel.bkbits.net:/home/torvalds/linux-2.5 · 67c62753
      James Morris authored
      into kernel.bkbits.net:/home/jmorris/net-2.5
      67c62753
    • James Bottomley's avatar
      Fix logic reversal in scsi_host_alloc · 567f381f
      James Bottomley authored
      567f381f
    • James Bottomley's avatar
      Add NCR Quad 720 SCSI driver · d9f9434f
      James Bottomley authored
      This adds support for the Q720 MCA SCSI driver.  It's only really
      useful on the voyager platform.  The driver is preliminary and
      currently makes no use of the Q720 on-board memory for storing
      scripts and ccbs.
      d9f9434f
    • James Bottomley's avatar
      Eliminate really old ncr53c8xx driver · bf8022f7
      James Bottomley authored
      - Remove direct configuration of this driver
      - Only remaining use is in the parisc zalon driver
      - Split the driver up to make it more use to 720 based drivers
      - Update zalon to new module/SCSI methods
      bf8022f7
    • Andrew Morton's avatar
      [PATCH] nmclan_cs compile fix · df7c718d
      Andrew Morton authored
      nmclan_cs doesn't compile with older compilers
      df7c718d
    • Andrew Morton's avatar
      [PATCH] cdrom eject scribbles on the request flags · b41e079b
      Andrew Morton authored
      From: Nick Piggin <piggin@cyberone.com.au>
      
      It converts writes to reads and we end up returning the request to the wrong
      queue.
      b41e079b
    • Andrew Morton's avatar
      [PATCH] ext3: remove the version number · e91f8fb0
      Andrew Morton authored
      The ext3 version number hasn't been updated since ext3 was merged.
      
      We track ext3 via the kernel release ID.  Remove the ext3 version
      number.
      e91f8fb0
    • Andrew Morton's avatar
      [PATCH] kmem_cache_destroy() forgets to drain all objects · 1b3fa04f
      Andrew Morton authored
      From: Philippe Elie <phil.el@wanadoo.fr>
      
      kmem_cache_destroy() can fail with the following error: slab error in
      kmem_cache_destroy(): cache `xxx': Can't free all objects but the cache
      user really free'd all objects
      
      This is because drain_array_locked() only frees 80% of thge objects.
      
      Fix it by adding a parameter to drain_array_locked() telling it to drain
      100% of the objects.
      1b3fa04f
    • Andrew Morton's avatar
      [PATCH] Remove racy check_mem_region() call from arc-rimi.c · 9150892e
      Andrew Morton authored
      From: Bob Miller <rem@osdl.org>
      
      Removed the check_mem_region() call and replaced with request_mem_region().
      
      Because of the way the driver is structured the first request_mem_region()
      call gets the default memory area.  After probing the complete memory area
      that is needed to communicate with the device is known, so the first memory
      area is released and the complete area is requested.
      9150892e
    • Andrew Morton's avatar
      [PATCH] Remove check_region and MOD_*_USE_COUNT from · fd390a57
      Andrew Morton authored
      From: Bob Miller <rem@osdl.org>
      
      - Replace the call to MOD_INC_USE_COUNT with a __module_get() when
        forcing the module to not be unloadable.
      
      - Remove the check_region() calls and restructured things to only use
        request_region().
      fd390a57
    • Andrew Morton's avatar
      [PATCH] Fix ide-cd rw mounts · b019b5ee
      Andrew Morton authored
      From: Kouichi ONO <co2b@ceres.dti.ne.jp>
      
      in 2.5.73, I can't read/write mount DVD-RAM via ide-scsi (only r/o mount).
      Without ide-scsi, I can mount DVD-RAM read/write mode and works fine.
      
      (acked by Jens).
      b019b5ee