1. 31 Aug, 2003 5 commits
    • Yusuf Wilajati Purna's avatar
      [netdrvr] fix skb_padto bugs introduced when skb_padto was introduced · 411aa79d
      Yusuf Wilajati Purna authored
      It seems that skb_padto security fixes in 2.4 and 2.5 trying
      to fix "CAN-2003-0001:Multiple ethernet NID device drivers
      do not pad frames with null bytes", do not put the skb_padto
      blocks in proper places in the  3c527, eth16i, fmv18x, seeq8005,
      yellowfin device drivers.   
      
      In case a driver calls skb_padto(), it is possible
      that the space available in the original skb buffer tailroom is less
      than the space to pad. In this case, in short, the skb_padto()
      will create a new skb buffer, copy data from the original
      skb buffer to a new skb buffer, free the original buffer,
      and finally return the new buffer.
      
      If this happens to the aforementioned device drivers, they come to
      point to wrong data. And, for 3c527 and yellowfin, the drivers can
      unexpectedly double free the original skb buffers since they still
      point to the original skb buffers. The attached patch against
      2.4.23pre1 fixes these issues.
      411aa79d
    • Jeff Garzik's avatar
      [netdrvr 3c509] dev->name removal build fix · 8bf3a2c6
      Jeff Garzik authored
      8bf3a2c6
    • Jeff Garzik's avatar
      [netdrvr 8139too] remove useless board names · 94d31042
      Jeff Garzik authored
      The only thing that differentiated most of the entries in the
      board_info[] table and the board_t type was the vendor branding
      string for the board.  This table is a pain to maintain, so we
      prefer to simply use "RTL8129" or "RTL8139".
      94d31042
    • Paul Mundt's avatar
      [netdrvr 8139too] fix and pci ids needed for SH platform · 138424e8
      Paul Mundt authored
      a.k.a. Sega Broadband Adapter.
      138424e8
    • Jeff Garzik's avatar
      [netdrvr pcmcia] support SIOC[GS]MII{PHY,REG} ioctls · a66bc664
      Jeff Garzik authored
      Updated drivers;  3c574_cs, axnet_cs, pcnet_cs, xirc2ps_cs
      
      Thanks to Komuro for pointing this out.
      a66bc664
  2. 30 Aug, 2003 9 commits
  3. 27 Aug, 2003 3 commits
  4. 26 Aug, 2003 22 commits
  5. 22 Aug, 2003 1 commit