An error occurred fetching the project authors.
  1. 10 Jan, 2004 2 commits
  2. 25 Jul, 2003 1 commit
    • Krzysztof Halasa's avatar
      [PATCH] HDLC update · 314635e1
      Krzysztof Halasa authored
      This updates generic HDLC from 1.14 to 1.15.
      
       - fix a kernel panic caused by a recent change to unregister_netdevice()
         (struct net_device * can't be kfreed before rtnl_unlock())
       - adds carrier_* support - hw drivers report DCD status and higher level
         protocols use that info, and do netif_carrier_{on,off}() according to
         DCD and (Cisco and FR) link management status.
       - moves Frame-Relay constants etc. from include/linux/hdlc.h to hdlc_fr.c.
         They are internal FR things and are not needed in the global header.
       - protocol hooks are slighty changed to allow zeroing (memset).
       - removes CONFIG_HDLC_DEBUG_* variables. Users tend to make very wrong
         use of them. Now setting them requires changing .c #define. Anyway they
         are development-only things.
       - misc style corrections etc.
      314635e1
  3. 30 Apr, 2003 1 commit
  4. 24 Apr, 2003 1 commit
  5. 07 Apr, 2003 1 commit
    • Krzysztof Halasa's avatar
      [PATCH] generic HDLC update · 80d316b7
      Krzysztof Halasa authored
      This version fixes:
      - missing rtnl_lock()/rtnl_unload() bug on unregister_hdlc_device
      - N2, C101: interrupt handler now works under high IRQ load from other
        devices (with previous versions, the IRQ processing for the card could
        sometimes stop after reaching "work limit")
      
      This is production-tested on devices I have access to (N2, C101, PC300,
      PCI200SYN).
      80d316b7
  6. 28 Oct, 2002 1 commit
  7. 18 Sep, 2002 1 commit
  8. 23 May, 2002 1 commit
  9. 06 Mar, 2002 3 commits
  10. 05 Feb, 2002 2 commits
    • Linus Torvalds's avatar
      v2.4.9.8 -> v2.4.9.9 · 1d66e22e
      Linus Torvalds authored
        - Greg KH: start migration to new "min()/max()"
        - Roman Zippel: move affs over to "min()/max()".
        - Vojtech Pavlik: VIA update (make sure not to IRQ-unmask a vt82c576)
        - Jan Kara: quota bug-fix (don't decrement quota for non-counted inode)
        - Anton Altaparmakov: more NTFS updates
        - Al Viro: make nosuid/noexec/nodev be per-mount flags, not per-filesystem
        - Alan Cox: merge input/joystick layer differences, driver and alpha merge
        - Keith Owens: scsi Makefile cleanup
        - Trond Myklebust: fix oopsable race in locking code
        - Jean Tourrilhes: IrDA update
      1d66e22e
    • Linus Torvalds's avatar
      v2.4.2.2 -> v2.4.2.3 · b56566c6
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Urban Widmark: smbfs fix (d_add on already hashed dentry - no-no).
        - Andrew Morton: 3c59x update
        - Jeff Garzik: network driver cleanups and fixes
        - Gérard Roudier: sym-ncr drivers update
        - Jens Axboe: more loop cleanups and fixes
        - David Miller: sparc update, some networking fixes
      b56566c6