03 Jun, 2014

1 commit

  • The ec_bhf driver is specific to the Beckhoff CX embedded PC series.
    These are based on Intel x86 CPU. So we can add a dependency on
    X86, with COMPILE_TEST as an alternative to still allow for broader
    build-testing.

    Signed-off-by: Jean Delvare
    Cc: Darek Marcinkiewicz
    Cc: David S. Miller
    Signed-off-by: David S. Miller

    Jean Delvare
     

09 May, 2014

1 commit

  • This driver adds support for EtherCAT master module located on CCAT
    FPGA found on Beckhoff CX series industrial PCs. The driver exposes
    EtherCAT master as an ethernet interface.

    EtherCAT is a fieldbus protocol defined on top of ethernet and Beckhoff
    CX5020 PCs come with built-in EtherCAT master module located on a FPGA,
    which in turn is connected to a PCI bus.

    Signed-off-by: Dariusz Marcinkiewicz
    Signed-off-by: David S. Miller

    Darek Marcinkiewicz
     

27 Mar, 2014

1 commit

  • This patch adds support for Samsung 10Gb ethernet driver(sxgbe).

    - sxgbe core initialization
    - Tx and Rx support
    - MDIO support
    - ISRs for Tx and Rx
    - ifconfig support to driver

    Signed-off-by: Siva Reddy Kallam
    Signed-off-by: Vipul Pandya
    Signed-off-by: Girish K S
    Neatening-by: Joe Perches
    Signed-off-by: Byungho An
    Signed-off-by: David S. Miller

    Siva Reddy
     

18 Mar, 2014

1 commit


12 Aug, 2013

1 commit

  • The MOXA UC-711X hardware(s) has an ethernet controller that seem
    to be developed internally. The IC used is "RTL8201CP".

    Since there is no public documentation, this driver is mostly the
    one published by MOXA that has been heavily cleaned up / ported
    from linux 2.6.9.

    Signed-off-by: Jonas Jensen
    Signed-off-by: David S. Miller

    Jonas Jensen
     

26 Jun, 2013

1 commit

  • Driver for non-standard on-chip ethernet device ARC EMAC 10/100,
    instantiated in some legacy ARC (Synopsys) FPGA Boards such as
    ARCAngel4/ML50x.

    Signed-off-by: Alexey Brodkin

    Cc: Andy Shevchenko
    Cc: Francois Romieu
    Cc: Joe Perches
    Cc: Vineet Gupta
    Cc: Mischa Jonker
    Cc: Arnd Bergmann
    Cc: Grant Likely
    Cc: Rob Herring
    Cc: Paul Gortmaker
    Cc: "David S. Miller"
    Cc: linux-kernel@vger.kernel.org
    Cc: devicetree-discuss@lists.ozlabs.org
    Cc: Florian Fainelli
    Cc: David Laight
    Signed-off-by: David S. Miller

    Alexey Brodkin
     

20 Jun, 2013

1 commit

  • All drivers that select MII also need to select NET_CORE because MII
    depends on it. This is a bit ridiculous because NET_CORE is just a
    menu option that doesn't enable any code by itself.

    There is also no need for it to be a visible option, since its users
    all select it.

    Signed-off-by: Ben Hutchings
    Acked-by: Jeff Kirsher
    Signed-off-by: David S. Miller

    Ben Hutchings
     

01 Jun, 2013

1 commit

  • The Allwinner A10 has an ethernet controller that seem to be developped
    internally by them.

    The exact feature set of this controller is unknown, since there is no
    public documentation for this IP, and this driver is mostly the one
    published by Allwinner that has been heavily cleaned up.

    Signed-off-by: Stefan Roese
    Signed-off-by: Maxime Ripard
    Tested-by: Richard Genoud
    Signed-off-by: David S. Miller

    Stefan Roese
     

22 Jan, 2013

1 commit

  • These cards were only available in 8bit format, and in addition
    they only had AUI and BNC(10-Base2) interfaces (i.e. no RJ-45).

    In fact, they are so rare, that an internet search on these old
    cards almost comes up empty, unless the "Micom interlan" name
    is used.

    This puts them in the equivalent domain as the 3c501, so there
    should be no strong opposition to the driver removal, as nobody
    is seriously using 3.9+ with 8 bit ISA hardware.

    In doing so, the whole "ethernet/racal" category becomes empty,
    so we clean up the Makefile/Kconfig and subdir appropriately.

    Cc: Andreas Mohr
    Cc: Jan-Pascal van Best
    Signed-off-by: Paul Gortmaker

    Paul Gortmaker
     

25 Sep, 2012

1 commit


05 Apr, 2012

1 commit


13 Mar, 2012

1 commit


29 Nov, 2011

1 commit


02 Nov, 2011

1 commit


16 Sep, 2011

1 commit

  • MII Kconfig option is apart of the core networking drivers and
    by default NET_CORE is enabled so drivers selecting MII will
    have MII enabled as well. It was found using the randconfig
    option during testing, MII would be selected but NET_CORE
    could be disabled. This caused a dependency error.

    Resolved the dependency by selecting NET_CORE when MII is
    selected.

    Reported-by: Emil Tantilov
    Signed-off-by: Jeff Kirsher
    Tested-by: Aaron Brown
    Signed-off-by: David S. Miller

    Jeff Kirsher
     

13 Aug, 2011

22 commits


12 Aug, 2011

3 commits