1. 02 Jun, 2004 3 commits
    • 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
    • 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 19 commits