08 Dec, 2011

1 commit


24 Aug, 2011

1 commit


03 Aug, 2010

1 commit


27 Feb, 2010

1 commit


24 Nov, 2009

1 commit


25 Jun, 2009

1 commit

  • Convert the driver to use net_device_ops as it is now mandatory.

    Also compensate for the removal of struct sk_buff's dst field.

    The changes are mostly mechanical, the content of ethernet-common.c
    was moved to ethernet.c and ethernet-common.{c,h} are removed.

    Signed-off-by: David Daney
    Signed-off-by: Ralf Baechle

    David Daney
     

17 Jun, 2009

1 commit

  • The octeon-ethernet driver supports the sgmii, rgmii, spi, and xaui
    ports present on the Cavium OCTEON family of SOCs. These SOCs are
    multi-core mips64 processors with existing support over in arch/mips.

    The driver files can be categorized into three basic groups:

    1) Register definitions, these are named cvmx-*-defs.h

    2) Main driver code, these have names that don't start cvmx-.

    3) Interface specific functions and other utility code, names starting
    with cvmx-

    Signed-off-by: David Daney
    Signed-off-by: Ralf Baechle

    David Daney