An error occurred fetching the project authors.
  1. 28 Aug, 2002 1 commit
  2. 19 Aug, 2002 1 commit
  3. 03 Aug, 2002 1 commit
    • Jeff Dike's avatar
      [PATCH] UML preparation - infrastructure · 8f103851
      Jeff Dike authored
      This patch (against 2.5.30) contains all of the changes to generic code
      needed by UML.
      
      CREDITS -
      	Changes my address and adds a UML credit for Lars Brinkoff.
      
      MAINTAINERS -
      	Adds a UML entry.
      
      Makefile -
      	When ARCH=um is on the command line to do a UML build, the old value
      	of ARCH is saved in $(SUBARCH) for the later use of the UML build.
      
      drivers/char/Makefile -
      	Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from
      	being compiled in.
      
      drivers/net/setup.c -
      	Backs out a UML hook which leaked into your tree which UML no
      	longer uses.
      8f103851
  4. 02 Aug, 2002 1 commit
  5. 01 Aug, 2002 2 commits
  6. 30 Jul, 2002 1 commit
  7. 09 Jul, 2002 1 commit
  8. 12 Jun, 2002 1 commit
  9. 11 Jun, 2002 1 commit
    • Andi Kleen's avatar
      [PATCH] network maintainer · 041aee51
      Andi Kleen authored
      Remove myself as networking maintainer. I haven't done much for networking
      for a long time and it doesn't look likely it'll change anytime soon.
      Also David/Alexey are doing a fine job without me.
      041aee51
  10. 03 Jun, 2002 1 commit
  11. 30 May, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      net/llc/*.c · 34beb106
      Arnaldo Carvalho de Melo authored
      Forward port of LLC from 2.4 to 2.5. This is the forward port of the LLC stack
      released by Procom Inc. for Linux 2.0.30, I have heavily modified it to make
      it similar to other Linux network stacks, using of struct sk_buff to represent
      in-transit packets and doing massive code cleanups.
      
      Jay Schullist contributed support for BSD Sockets, as the original code had
      only a simple in kernel API for use by upper layer protocols, such as the
      NetBEUI stack also provided by Procom for 2.0.30.
      
      This code is basically what I had previously submitted to Alan Cox for his
      2.4-ac series and that is even shipped in source form, in the Red Hat 7.3
      kernel package, plus cleanups wrt standard syntax for labeled elements and
      further use of this C construct to make the code more resilient to editing
      mistakes, using the compiler to further check the source code.
      
      TODO:
      
      Make it completely SMP safe, as the reports of successful usage up to now and
      the testing is done on UP.
      
      Completely remove the old LLC code in the kernel, that is still there for things
      like Appletalk, IPX, etc to use, also check that all these protocols work
      correctly with this new LLC stack.
      
      This code is already being used in the linux-sna project and Jay Schullist
      has been developing support for things like DLSw and other protocols that works
      on top of 802.2.
      
      I'll be releasing patches with the NetBEUI stack and updated samba-2.0.6 patches
      for use with NetBEUI and this LLC stack in the future. But the NetBEUI code
      is available already in my kernel.org ftp area at:
      
      ftp://ftp.kernel.org/pub/linux/kernel/people/acme.
      
      Please report problems to me or the linux-sna mailing list, instructions on how
      to subscribe are available at http://www.linux-sna.org website.
      34beb106
  12. 29 May, 2002 1 commit
    • Scott Feldman's avatar
      e100 net driver update: · a82fa3a4
      Scott Feldman authored
      * Added Documentation/networking/e100.txt.
      * Added drivers/net/Config.help text for CONFIG_E100.
      * Added ethtool ETHTOOL_PHYS_ID support
      * Made ethtool WoL advertisement more selective on h/w controller
      version.
      a82fa3a4
  13. 27 May, 2002 1 commit
  14. 24 May, 2002 1 commit
    • Pavel Machek's avatar
      [PATCH] swsusp: making myself maintainer · 71363c48
      Pavel Machek authored
      I asked Gabor if he'd like me to maintain swsusp, and he liked that
      idea [<quote>Would you please take over maintaining? I offered this in
      the list a while ago anyway.</quote>].
      71363c48
  15. 22 May, 2002 1 commit
  16. 21 May, 2002 1 commit
    • Pavel Machek's avatar
      [PATCH] suspend-to-{RAM,disk} · 542f96a5
      Pavel Machek authored
      Here's suspend-to-{RAM,disk} combined patch for
      2.5.17. Suspend-to-disk is pretty stable and was tested in
      2.4-ac. Suspend-to-RAM is little more experimental, but works for me,
      and is certainly better than disk-eating version currently in kernel.
      
      Major parts are: process stopper, S3 specific code, S4 specific
      code.
      542f96a5
  17. 20 May, 2002 1 commit
  18. 11 May, 2002 1 commit
  19. 01 May, 2002 1 commit
  20. 30 Apr, 2002 1 commit
    • David Gibson's avatar
      [PATCH] orinoco driver update · 8cd05eff
      David Gibson authored
      The following patch against 2.5.11 updates the orinoco driver.  As well
      as miscellaneous updates to the driver core it adds a new module
      supporting Prism 2.5 based PCI wireless cards, and adds a MAINTAINERS
      entry for the driver.
      8cd05eff
  21. 28 Apr, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] MAINTAINERS update · e544af08
      Dave Jones authored
      Various bits mostly from 2.4
      Also fix indentation of various entries to match the rest of the file.
      e544af08
  22. 22 Apr, 2002 1 commit
  23. 09 Apr, 2002 1 commit
    • Martin Dalecki's avatar
      [PATCH] 2.5.8-pre2 IDE 29b · 88da4c77
      Martin Dalecki authored
      - Eliminate the mate member of the ata_channel structure. The information
         provided by it is already present. This patch may have undesirable
         effects on the ns87415.c and trm290.c host chip drivers, but it's worth
         for structural reasons to have it.
      
      - Kill unused code, which was "fixing" interrupt routing from ide-pci.c Don't
         pass any "mate" between the functions there.
      
      - Don't define SUPPORT_VLB_SYNC unconditionally in ide-taskfile.c
      
      - Apply Vojtech Pavliks fix for piix host-chip driver crashes.
      
      - Add linux/types.h to ide-pnp.c.
      
      - Apply latest sis5513 host chip driver patch from by Lionel Bouton by hand.
      
      - Apply patch by Paul Macerras for power-mac.
      
      - Try to make the ns87415 driver a bit more reentrant.
      88da4c77
  24. 03 Apr, 2002 1 commit
    • Romain Liévin's avatar
      USB tiusb · 15e1d2dc
      Romain Liévin authored
      added tiusb driver
      some tweaks to the driver done by greg@kroah.com
      15e1d2dc
  25. 25 Mar, 2002 1 commit
  26. 13 Mar, 2002 1 commit
  27. 11 Mar, 2002 1 commit
    • Martin Dalecki's avatar
      [PATCH] 2.5.6 IDE 18 · 4dabe948
      Martin Dalecki authored
      No fixes for new problems which occured since today, just syncup.
      
       - Remove help text about suitable compiler versions, which is obsoleted
         by the overall kernel reality.
      
       - Remove traces of not progressing work in progress code for the
         CONFIG_BLK_DEV_ADMA option as well as the empty ide-adma.c file as
         well as CONFIG_BLK_DEV_IDEDMA_TCQ.
      
       - Remove redundant CONFIG_BLK_DEV_IDE != n check in ide/Config.in. Hugh,
         this is a tricky one...
      
       - Add EXPORT_SYMBOL(ide_fops) again, since it's used in ide-cd.c add a
         note there that this is actually possibly adding the same device twice
         to the devfs stuff.
      
       - Finally change the MAINTAINER entry. Just too many persons bogged me
         about it and it doesn't take me too much time apparently.
      
       - Apply sis.patch.20020304_1.
      
       - Don't call ide_release_dma twice in cleanup_ata, since ide_unregister
         is already calling it for us. Change prototype of ide_unregister to
         take a hwif as parameter and disable an ioctl for removing/scanning
         hwif from the list of handled interfaces. I see no reasons for having
         it and doing it is the fastest DOS attack on my home system I know
         about it. Contrary to the comments found here and there, hdparm
         doesn't use it. There are better hot plugging interfaces coming to the
         kernel right now anyway.
      
       - Wrap invalidate_drives in ide_unregister under the ide_lock instead of
         disabling and enabling interrupts during this operation. There are
         plenty of other places where the IDE drivers are enabling and
         disabling interrupts just to protect some data structures.
      
       - Don't call destroy_proc_ide_drives(hwif) for every single drive out
         there.This routine takes a hwif as a parameter.
      
       - Resync with the instable 2.5.6...
      4dabe948
  28. 07 Mar, 2002 1 commit
  29. 02 Mar, 2002 1 commit
  30. 28 Feb, 2002 1 commit
  31. 26 Feb, 2002 1 commit
  32. 22 Feb, 2002 1 commit
  33. 20 Feb, 2002 1 commit
  34. 15 Feb, 2002 1 commit
  35. 13 Feb, 2002 3 commits
  36. 10 Feb, 2002 2 commits