1. 02 Jun, 2004 10 commits
    • Jeff Garzik's avatar
      Merge redhat.com:/spare/repo/netdev-2.6/prism54 · af39cd4d
      Jeff Garzik authored
      into redhat.com:/spare/repo/net-drivers-2.6
      af39cd4d
    • Krzysztof Halasa's avatar
      [PATCH] 2.6 Generic HDLC update · 2424dc63
      Krzysztof Halasa authored
      The attached patch updates generic HDLC:
      - fixed some carrier-related problems (Cisco HDLC and FR links could
        report valid link when no carrier was detected at startup).
      - fixed kbuild problems with wanxl firmware (building kernel in separate
        tree). $(src)/wanxlfw.inc is now wanxlfw.inc_shipped.
      2424dc63
    • Paul Mackerras's avatar
      [PATCH] ppp ldisc close deadlock prevention · ee4571db
      Paul Mackerras authored
      Jeff Garzik writes:
      
      > So what was the resolution of this?
      
      This patch is what we want.  We don't in fact need to do the read
      lock, only the write lock, which is what the original patch did.
      However, we need to do it in ppp_synctty.c as well as ppp_async.c.
      
      Thanks to John K Luebs <jkluebs@luebsphoto.com> for pointing out the
      problem.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      ee4571db
    • Jeff Garzik's avatar
      Cset exclude: jgarzik@redhat.com|ChangeSet|20040527204246|14084 · a74a0064
      Jeff Garzik authored
      Revert CONFIG_NET_GIGE change.
      
      The proper fix is _not_ NET_ETHERNET or default twiddling,
      but better overall organization of the ethernet driver selection,
      which would include not only CONFIG_NET_GIGE but other options as well.
      
      Reverted back to old behavior until a full and complete solution
      appears (and people like it, of course).
      a74a0064
    • Margit Schubert-While's avatar
      [PATCH] prism54: Add avs header support · b15b9151
      Margit Schubert-While authored
      * islpci_eth.[c,h], islpci_dev.[c,h], isl_ioctl.[c,h] : added
        support for avs header in monitor mode. Based on the work of
        Antonio Eugenio Burriel <aeb@ryanstudios.com>. Unified packets
        header (rfmon_header and rx_annex) for iwspy.
      b15b9151
    • Margit Schubert-While's avatar
      [PATCH] prism54: Add iwspy support · bc154d9d
      Margit Schubert-While authored
              * islpci_eth.c, islpci_dev.h, isl_ioctl.c : iwspy support.
      bc154d9d
    • Margit Schubert-While's avatar
      [PATCH] prism54: Reset card on tx timeout · a266161b
      Margit Schubert-While authored
      * islpci_eth.[c,h] islpci_dev.[c,h] : reset card on tx_timeout.
        Patch submited by Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua>
      a266161b
    • Margit Schubert-While's avatar
      [PATCH] prism54: Add new private ioctls · b483f757
      Margit Schubert-While authored
      * oid_mgt.[c,h] : added type to oids. New functions :
        oid_cpu_to_le(), mgt_le_to_cpu() and mgt_response_to_str().
      
      * isl_ioctl.c : use private sub-ioctls. Added a
        bunch of private sub-ioctls. Removed the le??_to_cpu and
        cpu_to_le??. Give the error code when sending wireless
        events.
      b483f757
    • Margit Schubert-While's avatar
      [PATCH] prism54: delete cvs tags · 9c6c5143
      Margit Schubert-While authored
      * Remove CVS tags from source
      9c6c5143
    • Herbert Xu's avatar
      [PATCH] Check cmd in plip_ioctl · be0cb256
      Herbert Xu authored
      I received a bug report that a PLIP interface was incorrectly identified
      as wireless because plip_ioctl did not check what the value of cmd is
      before processing the request.
      
      This patch fixes exactly that.
      be0cb256
  2. 31 May, 2004 12 commits
  3. 01 Jun, 2004 6 commits
  4. 31 May, 2004 12 commits