09 Oct, 2008

1 commit


14 Aug, 2008

1 commit


12 Jun, 2008

1 commit

  • This driver is for a number of different Option devices. Originally
    written by Option and Andrew Bird, but cleaned up massivly for
    acceptance into mainline by me and others.

    Many thanks to the following for their help in cleaning up the driver by
    providing feedback and patches to it:
    - Paulius Zaleckas
    - Oliver Neukum
    - Alan Cox
    - Javier Marcet

    Cc: Andrew Bird
    Cc: Javier Marcet
    Cc: Filip Aben
    Cc: Paulius Zaleckas
    Cc: Oliver Neukum
    Acked-by: Alan Cox
    Signed-off-by: Greg Kroah-Hartman
    Signed-off-by: Jeff Garzik

    Greg Kroah-Hartman
     

29 Mar, 2008

1 commit

  • The asix usb driver currently depends on NET_ETHERNET which means you
    cannot enable this driver if you only have 1000mbit enabled in your kernel.
    Since there is no real dependency between the NET_ETHERNET portion and the
    asix driver, simply drop it.

    Signed-off-by: Mike Frysinger
    Cc: Greg KH
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Jeff Garzik

    Mike Frysinger
     

07 Nov, 2007

1 commit

  • All this USB_USBNET_MII trickery is simply not worth it considering how
    few code it saves.

    As a side effect, this also fixes the following compile error reported
    by Toralf Förster:

    ...
    LD .tmp_vmlinux1
    drivers/built-in.o: In function `usbnet_set_settings':
    (.text+0xf1876): undefined reference to `mii_ethtool_sset'
    drivers/built-in.o: In function `usbnet_get_settings':
    (.text+0xf1836): undefined reference to `mii_ethtool_gset'
    drivers/built-in.o: In function `usbnet_get_link':
    (.text+0xf18d6): undefined reference to `mii_link_ok'
    drivers/built-in.o: In function `usbnet_nway_reset':
    (.text+0xf18f6): undefined reference to `mii_nway_restart'
    make: *** [.tmp_vmlinux1] Error 1

    Signed-off-by: Adrian Bunk
    Signed-off-by: David S. Miller

    Adrian Bunk
     

20 Oct, 2007

1 commit


10 Jun, 2007

1 commit

  • Replace invisible character with a space.

    The diff looks like this on my terminal:
    - Choose this option if you're using a host-to-host cable
    - with one of these chips.
    + Choose this option if you're using a host-to-host cable
    + with one of these chips.

    Reported by: Massimo Maiurana

    Signed-off-by: Sam Ravnborg
    Cc: Massimo Maiurana
    Signed-off-by: Jeff Garzik

    Sam Ravnborg
     

10 May, 2007

1 commit

  • It is preferable to group drivers by usage (net, scsi, ATA, ...) than
    by bus. When reviewing drivers, the [PCI|USB|PCMCIA|...] maintainer
    is probably less qualified on networking issues than a networking
    maintainer. Also, from a practical standpoint, chips often
    appear on multiple buses, which is why we do not put drivers into
    drivers/pci/net.

    Signed-off-by: Greg Kroah-Hartman
    Signed-off-by: Jeff Garzik

    Jeff Garzik