An error occurred fetching the project authors.
  1. 02 Jul, 2004 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: network driver changes · 6e955f71
      Martin Schwidefsky authored
      From: Ursula Braun-Krahl <braunu@de.ibm.com>
      From: Frank Pavlic <pavlic@de.ibm.com>
      From: Thomas Spatzier <tspat@de.ibm.com>
      From: Peter Tiedemann <ptiedem@de.ibm.com>
      
      s390 network driver changes:
       - ctc: replace snprintf by strlcpy.
       - lcs: change info text for lcs cards from "OSA2 card" to "OSA LCS card".
       - lcs: fix alignment of lcs_cmd structure to get multicast pings working.
       - lcs: first call in_dev_put then register multicast addresses.
       - netiucv: remove unused device timer and unused flags field.
       - netiucv: include interrupt type in pathid mismatch message.
       - qeth: don't start a new kernel thread for every new ip address.
       - qeth: fix IP assist command sequence numbers.
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      6e955f71
  2. 29 Apr, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: network driver · 1ca06429
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      Network driver changes:
       - ctc: Add missing irb error checking.
       - iucv: Add name of net_device to iucvMagic to more than one
               connection between two guests.
       - qeth: Don't send IPA command if card is not in state SOFTSETUP or UP.
       - qeth: Fix number base in simple_strtoul call for buffer_count attribute.
       - qeth: Fix reallocating of buffers when buffer_count attribute is changed.
       - qeth: Correct handling of return codes in qeth_realloc_buffer_pool.
       - qeth: Don't call dev_close/dev_open on STOPLAN/STARTLAN commands.
               Use netif_carrier_off/netif_carrier_on instead.
      1ca06429
  3. 27 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: network driver. · 0dc80d7c
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      s390 network driver changes:
       - ctc/lcs/qeth: prevent a ccw-device to be grouped multiple times.
       - icuv: clear correct field in iucv_register_program if no userid is specified.
       - lcs: fix online/offline cycle again.
       - lcs: fix ungrouping of lcs group device. The channels of the lcs card
         should be offline afterwards.
       - lcs: don't do netif_stop_queue if no tx buffer is available, just
         return -EBUSY and drop the packets.
      0dc80d7c
  4. 16 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: network driver fixes. · 86b75b47
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      network driver fixes:
       - Use SET_NETDEV_DEV to create the link from the network device to the
         physical device. Remove link from physical to network device.
       - Remove some unnecessary casts in netiucv.
       - Add missing strings to dev_stat_names & dev_event_names.
       - Add missing preempt_disable/preempt_enable pairs in iucv.
       - Allow to change the peer username in netiucv.
      86b75b47
  5. 01 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: common i/o layer. · 35181f43
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      Common i/o layer fixes:
      
      - Remove documentation entry for non-existent cio_notoper_msg parameter.
      
      - Add documentation for availability attritube.
      
      - Replace function of the steal_lock attribute by "echo force" to the
        online attribute.
      
      - Trigger device sensing in the online function for unknown devices.
      
      - Always try to get devices online even if they are marked reserved.
        Someone could have released the device while it was offline.
      
      - Add try_module_get/module_put pairs to the online function of ccw devices
        and ccwgroup devices.
      
      - Add owner field to ccwgroup driver structure.  Set owner field in ctc,
        lcs and qeth.
      
      - Fix alignment problems in channel measurement block interface.
      35181f43
  6. 26 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: CTC network driver. · 324f204c
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      CTC network driver fixes:
       - Fixed some debug messages (did not compile with DEBUG defined).
       - Added sanity checks in ctc_proto_store() & ctc_shutdown_device().
       - Added some bugfixes from 2.4.
       - Tweaked logging.
       - Removed syntax error in pr_debug call.
       - Changed do_IO (not existing any more) to ccw_device in messages.
       - Corrected format failure in pr_debug of channel_get.
       - Add symlinks between net device and ctc device.
       - Add tiocmset/tiocmget API change patch from Russell King
       - Fix locking problem in ctc_tty_cleanup.
      324f204c
  7. 19 Jan, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: network drivers · 99e0846e
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
       - ctc/iucv: Add module author/description/license to fsm.c
       - ctc/lcs/iucv/qeth: Remove dst_link_failure calls because they can
         trigger a BUG in icmp.c.
       - ctc/iucv/qeth: Use s390_root_dev_{register,unregister} to fix reference
         counting for the group device sysfs root object.
       - ctc/lcs/qeth: Fix ccwgroup behaviour, remove should not imply offline.
       - ctc: Adapt to notify api change in cio.
       - ctc: Remove duplicate put_user.
       - iucv: Fix oops with empty netiucv peer name.
       - iucv: Use GFP_ATOMIC for kmalloc from tasklet.
       - iucv: Fix removal of attritubes.
       - qeth: Use correct length in clearing of MAC address.
       - qeth: Queue multicast and broadcast packets into the last
         queue on HiperSocket.
       - qeth: Reenable send control data after i/o error.
       - qeth: Find correct recbuf in qeth_send_control_data.
       - qeth: Handle VM startlan disabled.
       - qeth: Set flags for vipa entries.
       - qeth: Correct netmask on vipa setting.
       - qeth: Fix spinlock problems ("scheduling while atomic").
       - qeth: Avoid setting multicast IP addresses several times.
       - qeth: Fix /proc/qeth format.
       - qeth: Fix race on device removal.
      99e0846e
  8. 26 Sep, 2003 2 commits
  9. 19 Aug, 2003 1 commit
  10. 27 Jun, 2003 1 commit
  11. 26 May, 2003 3 commits
    • Martin Schwidefsky's avatar
      [PATCH] s390: network device drivers. · ac8d3d2f
      Martin Schwidefsky authored
      s390 network device driver fixes:
       - Make use of SET_MODULE_OWNER.
       - Fix ctc interrupt handler.
      ac8d3d2f
    • Martin Schwidefsky's avatar
      [PATCH] s390: module count. · 5036b683
      Martin Schwidefsky authored
      Remove unnecessary MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT pairs.
      5036b683
    • Ben Collins's avatar
      [PATCH] drivers/* strlcpy conversions · 27690cd5
      Ben Collins authored
      Well, this is it for me and strlcpy. I'll leave the rest of the
      non-obvious usages of strncpy to the kernel janitors. Seems like quite a
      few uses really wanted memcpy instead, but I don't have time to
      investigate them all. It does appear that nearly all strncpy's will be
      removable. Obsoleting strncpy will probably atleast make the remaining
      few think about how they are using it.
      
      This is the patch for my trip through drivers/*.
      27690cd5
  12. 16 Apr, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390 network driver fixes · 8483284e
      Martin Schwidefsky authored
       - lcs: Don't free net_device in lcs_stop_device.
       - lcs: Reset card after LGW initiaited stoplan.
       - lcs: Fix bug in lcs_tasklet
       - ctc: Get channel structure from private pointer. Remove __NO_VERSION__.
       - lcs,ctc,iucv: Remove MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT. Set dev->owner.
      8483284e
  13. 24 Mar, 2003 1 commit
  14. 24 Feb, 2003 2 commits
  15. 14 Jan, 2003 1 commit
  16. 13 Jan, 2003 1 commit
    • Patrick Mochel's avatar
      sysfs: Fixup s390 sysfs files. · 8066e9a8
      Patrick Mochel authored
      - Remove count and off parameters from show() methods.
      - Remove off parameter from store() methods.
      
      Note 1: These have not been tested, but should be obviously correct.
      
      Note 2: snprintf() was replaced with sprintf() where the filled buffer 
      would obviously be < PAGE_SIZE. (like when printing single integer values).
      In places where strings were printed, PAGE_SIZE is used as the max string
      size.
      8066e9a8
  17. 15 Dec, 2002 1 commit
  18. 06 Dec, 2002 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: ctc driver. · 6ce65eb3
      Martin Schwidefsky authored
      ctc crapectomy
      
      - fix lots of bitrot
      - port to cu3088 driver
      
      Authors:
      	Cornelia Huck <cohuck@de.ibm.com>
      	Arnd Bergmann <arndb@de.ibm.com>
      6ce65eb3
  19. 18 Nov, 2002 1 commit
  20. 09 Oct, 2002 1 commit
  21. 04 Oct, 2002 1 commit
  22. 08 Jun, 2002 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s/390 patches for 2.5.20 (3 of 4). · 10e294df
      Martin Schwidefsky authored
      Third patch of the s/390 update. Everything from drivers/s390. This patch
      contains the main bunch of changes. Major changes are: 1) the restructured
      dasd driver, 2) the new tape driver, 3) the start of the common io layer
      rework, 4) the gpl'ed lcs driver and 5) the gpl'ed qdio layer
      10e294df
  23. 22 May, 2002 1 commit
  24. 05 Feb, 2002 6 commits
    • Linus Torvalds's avatar
      v2.4.12 -> v2.4.12.1 · ad8dcf57
      Linus Torvalds authored
        - Trond Myklebust: deadlock checking in lockd server
        - Tim Waugh: fix up parport wrong #define
        - Christoph Hellwig: i2c update, ext2 cleanup
        - Al Viro: fix partition handling sanity check.
        - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC
        - Ben Fennema: UDF update
        - Alan Cox: continued merging
        - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
      ad8dcf57
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      v2.4.7 -> v2.4.7.1 · 6fbaac38
      Linus Torvalds authored
        - Anton Altaparmakov: NTFS error checking
        - Johannes Erdfelt: USB updates
        - OGAWA Hirofumi: FAT update
        - Alan Cox: driver + s390 update merge
        - Richard Henderson: fix alpha sigsuspend error return value
        - Marcelo Tosatti: per-zone VM shortage
        - Daniel Phillips: generic use-once optimization instead of drop-behind
        - Bjorn Wesen: Cris architecture update
        - Anton Altaparmakov: support for Windows Dynamic Disks
        - James Washer: LDT loading SMP bug fix
      6fbaac38
    • Linus Torvalds's avatar
      v2.4.3.4 -> v2.4.3.5 · 9102e0eb
      Linus Torvalds authored
        - Mike Phillips: olympic driver update
        - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton)
        - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize)
        - Chris Mason: fix potential reiserfs journal overflow
        - Jeff Garzik: network driver updates
        - David Miller: sparc fixes, some network cleanups
      9102e0eb
    • Linus Torvalds's avatar
      v2.4.3.1 -> v2.4.3.2 · b0683ac8
      Linus Torvalds authored
        - Ingo Molnar/Al Viro: don't use bforget() on ext2 (and minix) metadata
        where we may not be the only owner of the buffer! FS corruption.
        - Andi Kleen: IPv6 packet re-assembly fix.
        - David Howells: fix up rwsem implementation
        - Alan Cox: more merging (S/390 down, ARM to go).
        - Jens Axboe: LVM and loop fixes
      b0683ac8
    • Linus Torvalds's avatar
      v2.4.1.3 -> v2.4.1.4 · 2a7117ac
      Linus Torvalds authored
        - big S/390x 64-bit merge
        - typos and license name fixes. doc updates.
        - more include file cleanups (phase out "malloc.h")
        - even more elevator corner cases.. When not merging, find the best insertion point.
        - pmac ide update
        - network fixes (netif_wake_queue on tx timeout)
        - USB printer select() fix
        - NFS client missed initialization, deamon fixed client address check
      2a7117ac