An error occurred fetching the project authors.
  1. 27 May, 2004 1 commit
  2. 25 May, 2004 1 commit
  3. 14 May, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] H8/300: ne driver · 5cabf638
      Andrew Morton authored
      From: Yoshinori Sato <ysato@users.sourceforge.jp>
      
      - ne2k compatible NIC support
      5cabf638
    • Jeff Garzik's avatar
      [netdrvr] remove rcpci driver, for Red Creek Hardware VPNs · c96ded1b
      Jeff Garzik authored
      Pete Popov, the author says
      
      This driver is obsolete and broken in 2.4 (and I'm pretty sure in 2.6).
      The hardware has not been available for a while. I wrote the driver
      for 2.2 but after I left RedCreek (which went out of business),
      someone in the community updated it to 2.4, but I don't think that
      person even had the hardware to test it so the driver remained broken
      in 2.4. So my recommendation is that it's really time to remove this
      driver from the kernel tree. Just my opinion but I thought I'd share
      it with you.
      [...]
      I can't imagine that there are any users because 2.4 was broken last
      time I checked (admittedly that was a year ago).
      c96ded1b
  4. 06 May, 2004 1 commit
  5. 21 Apr, 2004 2 commits
    • Ralf Bächle's avatar
      [PATCH] declance updates · 8cee2695
      Ralf Bächle authored
      Various small changes, DEC still doesn't work under 2.6.
      8cee2695
    • Ralf Bächle's avatar
      [PATCH] IOC3 updates · 30d05ef4
      Ralf Bächle authored
      Use generic MII code, compile time configurable rx and tx checksumming.
      Try to handle IOC3 attached 16552 serials.  Fix descriptor setup when
      crossing a 16kB page.  Use generic PCI API.  Use generic ethtool code,
      small cleanups, use a temporary kludge to exploit virtual device
      functionality for significantly better performance.
      30d05ef4
  6. 19 Apr, 2004 1 commit
  7. 13 Apr, 2004 1 commit
    • Jeff Garzik's avatar
      Delete sis190 net driver. · 00dfe26f
      Jeff Garzik authored
      The driver was copied from the very-buggy r8169 (pre-Francois),
      and is for hardware that isn't even out of the lab yet.
      00dfe26f
  8. 12 Apr, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] ibmlana needs CONFIG_MCA_LEGACY · c9a7032d
      Andrew Morton authored
      From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>
      
      IBM LAN Adapter/A driver depends on mca-legacy.
      c9a7032d
    • Andrew Morton's avatar
      [PATCH] PPC64: iSeries virtual ethernet driver · 29178051
      Andrew Morton authored
      From: Stephen Rothwell <sfr@canb.auug.org.au>
      
      This is the iSeries virtual ethernet driver.  David Gibson has taken you
      previous comments and hopefully sitisfied most of them.  The driver has
      also undergone some more testing which showed up some bugs which have been
      addressed.
      
      Unfortunately, Anton is about to submit some other patches of mine which
      will sightly comflict with this.  I will send a patch shortly that will
      (hopefully) fix that.
      29178051
  9. 06 Apr, 2004 2 commits
    • Khawar Chaudhry's avatar
      Update amd8111 net driver. · 3771af67
      Khawar Chaudhry authored
      version 3.04 for 2.4 kernel:
      +	 1. Added set_mac_address routine for bonding driver support.
      +	 2. Tested the driver for bonding support
      +	 3. Bug fix: Fixed mismach in actual receive buffer lenth and lenth 
      +	    indicated to the h/w.
      +	 4. Modified amd8111e_rx() routine to receive all the received packets 
      +	    in the first interrupt.
      +	 5. Bug fix: Corrected  rx_errors  reported in get_stats() function.  
      
      version 3.05 for 2.6 kernel:
      +	 1. Added NAPI support 
      3771af67
    • Jeff Garzik's avatar
      [netdrvr] Add S2IO 10gige network driver. · 0b19c1e5
      Jeff Garzik authored
      Contributed by Leonid Grossman @ S2IO
      0b19c1e5
  10. 05 Apr, 2004 1 commit
    • Randy Dunlap's avatar
      [NET]: Update networking config menu (v3) · bb3959ca
      Randy Dunlap authored
      Networking support/options and Networking drivers have been, uhm,
      messy to navigate for some time now.   BenH mentioned this
      and I was already looking into options to clean it up.
      
      This is a cleanup of Networking support/options and Networking Drivers.
      It presents a more consistent interface and lists similar driver
      groups and protocol groups closer together.
      It also moves the IBMVETH driver so that it no longer breaks the
      dependency tree, allowing other drivers (nearby in Kconfig file)
      to be presented in a more linear manner.
      bb3959ca
  11. 18 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] doc. updates/typos · 56b586b8
      Andrew Morton authored
      From: "Randy.Dunlap" <rddunlap@osdl.org>
      
      Remove the rest of references to smp.tex
      Documentation/cpufreq => Documentation/cpu-freq
      DocBook/tulip.{pdf,ps,html} => DocBook/tulip-user.{pdf,ps,html}
      Bunch of other typos.
      56b586b8
  12. 29 Feb, 2004 1 commit
  13. 25 Feb, 2004 2 commits
  14. 24 Feb, 2004 1 commit
  15. 18 Feb, 2004 1 commit
  16. 11 Feb, 2004 1 commit
  17. 19 Jan, 2004 1 commit
  18. 10 Jan, 2004 6 commits
  19. 14 Oct, 2003 1 commit
  20. 30 Sep, 2003 1 commit
  21. 29 Sep, 2003 4 commits
  22. 27 Sep, 2003 2 commits
    • Adrian Bunk's avatar
      [PATCH] select MII · a7a6b35f
      Adrian Bunk authored
      The patch below switches MII to be select'ed instead of including it in
      the Makefile.
      
      Note that this patch requires a recent Linus' tree with the select CRC32
      patch included.
      
      diffstat output:
      
       drivers/net/Kconfig          |   11 +++++++++++
       drivers/net/Makefile         |   28 +++++++++++-----------------
       drivers/net/pcmcia/Kconfig   |    1 +
       drivers/net/tulip/Kconfig    |    1 +
       drivers/usb/net/Kconfig      |    2 ++
       drivers/usb/net/Makefile.mii |    6 ------
       6 files changed, 26 insertions(+), 23 deletions(-)
      
      
      Tangential to the patch I observed a small problem (not fixed in the patch):
      MII depends on NET_ETHERNET, but USB_PEGASUS and USB_USBNET depend
      only on NET.
      
      cu
      Adrian
      a7a6b35f
    • Adrian Bunk's avatar
      [PATCH] select ZLIB_{IN,DE}FLATE · b04816f0
      Adrian Bunk authored
      Similar to the patch Brian Gerst sent for CRC32, this patch changes
      ZLIB_{IN,DE}FLATE to be select'ed.
      
      The dependencies are much better maintainable that way.
      b04816f0
  23. 26 Sep, 2003 1 commit
  24. 24 Sep, 2003 2 commits
    • Rusty Russell's avatar
      [PATCH] Kconfig fixes for modules.txt · 77215b89
      Rusty Russell authored
      Kconfig cleanup megapatch from Nicolas Kaiser <nikai@nikai.net>.
      
      modules.txt no longer exists, and the common wording used to refer to
      it sucks.  This is all by Nicolas Kaiser's: at Randy and Matthew's
      request, "say M" changed to "choose M" (more sense for graphical front
      ends, too).
      77215b89
    • Mirko Lindner's avatar
      [netdrvr sk98lin] Remove useless configure options · 2f080004
      Mirko Lindner authored
      here is a new version of the sk98lin driver (v6.18) with some changes
      for kernel 2.6.0-test4. This is a diff between the latest patched kernel
      version with sk98lin driver v6.17.
      
      Patch 1/3
      * Remove bogus config stuff
      2f080004
  25. 02 Sep, 2003 1 commit
    • Stephen Hemminger's avatar
      [NET]: ethertap fixes. · b56ea1b8
      Stephen Hemminger authored
      includes these changes from viro
      * switched ethertap to dynamic allocation
      * ethertap: embedded ->priv
      * ethertap: fixed resource leaks on failure exits
      and from me
      * get it out of the static device list completely.
      * add dependency on NETLINK_DEV
      * not really obsolete yet
      * configurable number of interfaces
      b56ea1b8