An error occurred fetching the project authors.
  1. 08 Jan, 2005 1 commit
  2. 06 Jan, 2005 1 commit
  3. 20 Oct, 2004 1 commit
  4. 06 Oct, 2004 1 commit
  5. 29 Aug, 2004 2 commits
  6. 24 Aug, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] net/hamachi.c: gcc-3.5 build fixes · 9e6c8402
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
        CC      drivers/net/hamachi.o
      drivers/net/hamachi.c: In function `hamachi_interrupt':
      drivers/net/hamachi.c:562: sorry, unimplemented: inlining failed in call
      to 'hamachi_rx': function body not available
      drivers/net/hamachi.c:1402: sorry, unimplemented: called from here
      make[2]: *** [drivers/net/hamachi.o] Error 1
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      9e6c8402
  7. 26 Jul, 2004 1 commit
  8. 19 Jun, 2004 1 commit
  9. 04 Jun, 2004 2 commits
    • Alexander Viro's avatar
      [PATCH] sparse: the rest of ifr_data cleanups and annotations · 090014ee
      Alexander Viro authored
      	The rest of ->ifr_data cleanups.  A bunch of drivers use address
      of ifr->ifr_ifru, but spell that as &ifr->ifr_data, which expands to
      &ifr->ifr_ifru.ifru_data.  ifr_ifru is a union and in effect they sneak in
      a private field into that union; ifr_ifru.ifru_data is a field in that
      union and it has nothing to do with the things they want to do.  Cleaned
      up by explicit use of &ifr->ifr_ifru.
      
      	Several places where we really use ->ifr_data (i.e. use its value
      and use it as __user pointer) annotated.
      090014ee
    • Alexander Viro's avatar
      [PATCH] sparse: if_mii() helper (from jgarzik) · a086d60f
      Alexander Viro authored
      From: Jeff Garzik
      
      	Jeff's patch adds a helper for obtaining mii_ioctl_data from ifreq
      and switches drivers to it.  It's almost a "move common expression into
      inline helper", except that instead of
      
      	(struct mii_ioctl_data *)&rq->ifr_ifru.ifru_data
      
      it does
      
      	(struct mii_ioctl_data *)&rq->ifr_ifru
      
      - pointer to union instead of pointer to a field of union that has nothing
      to do with mii_ioctl_data *and* adds confusion by being a pointer itself.
      a086d60f
  10. 03 Jun, 2004 1 commit
  11. 14 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] DMA: Fill gaping hole in DMA API interfaces. · 66b99421
      Andrew Morton authored
      From: "David S. Miller" <davem@redhat.com>
      
      Currently, for an existing DMA mapping, there is a way to transfer buffer
      ownership back to the cpu, yet there is no way to give it back to the device
      again explicitly.  The latter really is needed on platforms where the PCI
      subsystem does not snoop the cpu caches, MIPS is one example.
      
      Many drivers were expecting the existing DMA sync interface to handle both
      directions, which was wrong.
      
      Now, with this change, we have explicit interfaces for DMA syncing to/from
      the device and the cpu.
      66b99421
  12. 11 Sep, 2003 1 commit
  13. 03 Sep, 2003 1 commit
  14. 19 Aug, 2003 1 commit
  15. 01 Aug, 2003 1 commit
    • Randy Dunlap's avatar
      [PATCH] janitor: convert to pci_name() · 42098570
      Randy Dunlap authored
      [ GregKH has already done this is USB and PCI core. ]
      
      From: "Warren A. Layton" <zeevon@debian.org>
      
      Based on a request from Matthew Wilcox, convert instances of
      pci_dev->slot_name to use pci_name() instead:
      
        "In order to support PCI Domains, we have to stop using slot_name.
         It's related to driver model transition too since pci_dev->slot_name
         was redundant with pci_dev->dev.bus_id.  So I introduced the inline
         function pci_name().  Now there's about 300-400 places in the tree
         that're using slot_name which need to be converted to use pci_name().
         once that's done, we can remove the slot_name pointer in pci_dev and
         save a (void *) per pci_dev."
      42098570
  16. 31 Jul, 2003 1 commit
  17. 25 May, 2003 1 commit
    • Dave Jones's avatar
      [PATCH] hamachi PCI DMA fix from 2.4 · e31549be
      Dave Jones authored
      Maintainer fix that went into 2.4 last August with the comments
      "Get hamachi net driver RX working again.
       Apparently the PCI DMA conversion still has a bug or two left in it..."
      e31549be
  18. 20 May, 2003 1 commit
  19. 20 Apr, 2003 1 commit
    • Jeff Garzik's avatar
      net driver cleanup, volume 3 · 86ba4c15
      Jeff Garzik authored
      Affected drivers: 8139cp, 8139too, 82596, b44, cs89x0, dl2k, r8169
      
      Vast majority of changes contributed by Andrew Morton.
      86ba4c15
  20. 24 Feb, 2003 1 commit
    • Michael Hayes's avatar
      [PATCH] Spelling fixes - initial · d4b21f44
      Michael Hayes authored
      This fixes:
          intial -> initial
          intially -> initially
          intiali[sz]e -> initiali[sz]e
          intiali[sz]ed -> initiali[sz]ed
          intiali[sz]es -> initiali[sz]es
          intiali[sz]ation -> initiali[sz]ation
      
      Fixes 32 occurrences in all.
      d4b21f44
  21. 06 Feb, 2003 1 commit
    • Steven Cole's avatar
      [PATCH] Spelling fixes · 477c16ff
      Steven Cole authored
      OK, here is the diff against 2.5.59-bk2, now up to 880 lines due to an
      additional misspelling which crept in the -bk2 snapshot.
      
      Fixes 'seperate' -> 'separate' and 'definate' -> 'definite'.
      
      Kernal codrs cna't spel.
      477c16ff
  22. 16 Jan, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] remove MOD_IN_USE · ca58c4b6
      Christoph Hellwig authored
      Another left-over from ancient module code, it was supposed to return
      non-zero if the module has a use count, but currently it always
      evaluates to 0.
      
      There are a few users of different types:
      (1)  ioctl that perform a while(MOD_IN_USE) MOD_DEC_USE_COUNT loop.
           Just rip them out, we now have forced module unloading.
      (2)  printk's that moan if the use-count in not zero in the exitfunc.
           Just rip them out, this can't happen.
      (3)  if(MOD_IN_USE) MOD_DEC_USE_COUNT constructs in ->close of a few
           serial drivers.  Just remove the conditional, we did a
           MOD_INC_USE_COUNT in ->open.
      (4)  This one is interesting:  drivers/sbus/char/display7seg.c uses
           the module use count to track openers.  Replace this with an
           atomic_t.
      
      In addition remove tons of stale comments in network driver that aren't
      understandable for anyone who doesn't know ancient Linux module semantics.
      ca58c4b6
  23. 21 Nov, 2002 1 commit
  24. 29 Sep, 2002 2 commits
    • Kai Germaschewski's avatar
      NET: Do not use dev->hard_header_len in eth_type_trans() · 1ebb2981
      Kai Germaschewski authored
      eth_type_trans() currently pulls dev->hard_header_len off a frame
      passed to it, however always interpreting it as a ethernet header.
      
      Grepping shows that it is only used on net devices where
      dev->hard_header_len == ETH_HLEN. It makes more sense to actually
      pull of ETH_HLEN for the header (it's treated as a struct of the length
      anyway), not changing the behavior for the existing users but allowing
      two places which had to use their private copies of eth_trans_type to
      use the generic routine now.
      
      One place is in drivers/net/hamachi.c and converted in this cset, the other
      one is in the ISDN network code, patch will follow.
      1ebb2981
    • Jeff Garzik's avatar
  25. 19 Aug, 2002 1 commit
  26. 03 Aug, 2002 1 commit
  27. 21 Feb, 2002 1 commit
  28. 07 Feb, 2002 1 commit
  29. 05 Feb, 2002 9 commits
    • Linus Torvalds's avatar
      v2.4.10.6 -> v2.4.11 · 6211a2d8
      Linus Torvalds authored
        - Jeff Garzik: net driver updates
        - me: symlink attach fix
        - Greg KH: USB update
        - Rui Sousa: emu10k driver update
      6211a2d8
    • 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.8 -> v2.4.8.1 · a67f1b5d
      Linus Torvalds authored
        - Rui Sousa: emu10k1 module fixes, remove joystick part.
        - Alan Cox: driver merges
        - Andrea Arkangeli: alpha updates
        - David Woodhouse: up_and_exit -> complete_and_exit
        - David Miller: sparc and network update
        - Andrew Morton: update 3c59x driver
        - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes
        - Ben Collins: ieee1394 updates
        - Paul Mackerras: PPC update
        - me: make sure we don't lose position bits in "filldir()"
      a67f1b5d
    • Linus Torvalds's avatar
      v2.4.6.6 -> v2.4.6.7 · 74f5133b
      Linus Torvalds authored
        - Andreas Dilger: various ext2 cleanups
        - Richard Gooch: devfs update
        - Johannes Erdfelt: USB updates
        - Alan Cox: merges
        - David Miller: fix SMP pktsched bootup deadlock (CONFIG_NET_SCHED)
        - Roman Zippel: AFFS update
        - Anton Altaparmakov: NTFS update
        - me: fix races in vfork() (semaphores are not good completion handlers)
        - Jeff Garzik: net driver updates, sysvfs update
      74f5133b
    • Linus Torvalds's avatar
      v2.4.5.8 -> v2.4.5.9 · 2d80cb2a
      Linus Torvalds authored
        - make sure "sync()" doesn't effectively lock up the machine by
        overloading all the IO resources
        - fix up some network memory allocations that don't wan tto wait on IO.
        - merge with Alan (including MIPS update)
        - Jeff Garzik: network driver updates.
        - Al Viro: System V FS update (write capability, page cache, mondo cleanups)
        - Kai Germaschewski: ISDN cleanups, TURBOPAM driver by Stelian Pop
        - Ben Fennema: UDF update (time handling, i_blocks fix)
        - Neil Brown: md error handling improvements, knfsd file handle compatibility
        - Paul Mackerras: PPC update
        - Jakub Jelinek: fix up kernel linker scripts to accept .rodata better
        - Patrick Mochel: fix PME handling in pci_enable_wake()
        - Chris Mason: reiserfs PF_MEMALLOC handling
      2d80cb2a
    • Linus Torvalds's avatar
      v2.4.5.3 -> v2.4.5.4 · 7a9a18cf
      Linus Torvalds authored
        - Chris Mason: ReiserFS pre-allocation locking bugfix
        - David Miller: fix bitops users (requires "long" alignment)
        - Andrey Savochkin: file locking failure case SMP lock fix
        - Urban Widmark: smbfs update (avoid unnecessary flushing, make NetApp
        work)
        - Andrew Grover: ACPI update
        - Jeff Garzik: network driver updates
        - Maciej Rozycki: IO-APIC level trigger problem workaround
        - Rusty Russell: ipt_unclean fix
        - Richard Gooch: devfs update
      7a9a18cf
    • Linus Torvalds's avatar
      v2.4.4.3 -> v2.4.4.4 · 923215ae
      Linus Torvalds authored
        - Russell King: ARM updates
        - Al Viro: more init cleanups
        - Cort Dougan: more PPC updates
        - David Miller: cleanups, pci mmap updates
        - Neil Brown: raid resync by sector
        - Alan Cox: more merging with -ac
        - Johannes Erdfelt: USB updates
        - Kai Germaschewski: ISDN updates
        - Tobias Ringstrom: dmfe.c network driver update
        - Trond Myklebust: NFS client updates and cleanups
      923215ae
    • Linus Torvalds's avatar
      v2.4.3.5 -> v2.4.3.6 · 24579a88
      Linus Torvalds authored
        - Chris Mason: daemonize reiserfs commit thread
        - Alan Cox: syncup (AFFS might even work, and official VIA workarounds)
        - Jeff Garzik: network driver updates
        - Paul Mackerras: PPP update
        - David Howells: more rw-sem cleanups, updates. Slowly getting somewhere.
      24579a88
    • Linus Torvalds's avatar
      v2.4.3.2 -> v2.4.3.3 · 1a015350
      Linus Torvalds authored
        - Hui-Fen Hsu: sis900 driver update
        - NIIBE Yutaka: Super-H update
        - Alan Cox: more resyncs (ARM down, but more to go)
        - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc.
        - David Miller/me: get rid of various drivers hacks to do mmap
        alignment behind the back of the VM layer. Create a real
        protocol for it.
      1a015350