1. 05 Sep, 2004 15 commits
  2. 04 Sep, 2004 7 commits
  3. 05 Sep, 2004 3 commits
  4. 04 Sep, 2004 10 commits
  5. 03 Sep, 2004 5 commits
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/net-drivers-2.6 · b4c22221
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      b4c22221
    • Manfred Spraul's avatar
      [PATCH] fix media detection for nForce 2 nics · 498566ae
      Manfred Spraul authored
      attached is a patch that polls the media setting for non GigE nForce
      nics:
      Without polling, media changes are not autodetected. This is fatal,
      because the nic initialization is asynchroneous, thus "modprobe;ifup"
      resulted in a dead network connection. The attached patch fixes that
      problem.
      
      It's a repost of a patch I sent around three weeks ago: you objected
      that I rely on the nic irq instead of a software timer. I've documented
      why this is ok.
      498566ae
    • Andrew Morton's avatar
      [PATCH] airo build fix · 36490177
      Andrew Morton authored
      drivers/net/wireless/airo.c: In function `issuecommand':
      drivers/net/wireless/airo.c:3812: warning: implicit declaration of function `kernel_locked'
      *** Warning: "kernel_locked" [drivers/net/wireless/airo.ko] undefined!
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      36490177
    • Dave Jones's avatar
      [PATCH] wavelan uninitalised var. · 0a5e66ce
      Dave Jones authored
      This seems a little odd, printing out the value of a variable
      we haven't read yet.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      0a5e66ce
    • Dave Jones's avatar
      [PATCH] 3c527 possible oops. · d7623710
      Dave Jones authored
      If the alloc_skb() fails, we dereference it in the skb_reserve() call.
      Move the skb_reserve() call to after the NULL check.
      Also clean up some CodingStyle violations whilst in the vicinity.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      d7623710