summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* ethernet: renesas: remove unnecessary checkVarka Bhadram2014-10-281-6/+2Star
* net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz2014-09-021-0/+1
* net: sh_eth: Add r8a7794 supportHisashi Nakamura2014-08-031-0/+2
* sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov2014-07-031-12/+6Star
* net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda2014-06-121-1/+0Star
* net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda2014-06-121-5/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-042-11/+23
|\
| * sh_eth: fix SH7619/771x supportSergei Shtylyov2014-06-041-0/+21
| * sh_eth: use RNC mode for packet receptionBen Dooks2014-06-042-11/+2Star
* | sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov2014-05-141-2/+2
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks2014-03-281-2/+6
* sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart2014-03-201-21/+9Star
* sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart2014-03-201-11/+9Star
* sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart2014-03-201-19/+11Star
* sh_eth: Use the platform device as the MDIO bus parentLaurent Pinchart2014-03-201-1/+1
* sh_eth: Use the platform device for memory allocationLaurent Pinchart2014-03-201-4/+3Star
* sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocationsSergei Shtylyov2014-03-171-22/+11Star
* sh_eth: convert dev_*() to netdev_*() callsSergei Shtylyov2014-03-171-23/+24
* sh_eth: convert pr_*() to netdev_*() callsSergei Shtylyov2014-03-171-4/+5
* sh_eth: exit probe with unknown register layoutSergei Shtylyov2014-03-171-1/+6
* sh_eth: update OF PHY registerationBen Dooks2014-03-131-20/+39
* sh_eth: add device tree supportSergei Shtylyov2014-02-181-3/+66
* sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2014-02-142-4/+3Star
* sh_eth: Add support for r7s72100Simon Horman2014-01-182-8/+119
* sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman2014-01-181-5/+2Star
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* sh_eth: fix garbled TX error messageSergei Shtylyov2014-01-141-4/+4
* sh_eth: coding style fixesSergei Shtylyov2014-01-042-88/+75Star
* net: renesas: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* sh_eth: do not reset PHY needlesslySergei Shtylyov2013-12-201-5/+0Star
* sh_eth: add PHY IRQ to platform dataSergei Shtylyov2013-12-201-2/+4
* sh_eth: add R8A7791 supportSergei Shtylyov2013-12-112-4/+5
* net: sh_eth: do not issue a wild PHY reset through BMCRFlorian Fainelli2013-12-101-1/+4
* sh_eth: check platform data pointerSergei Shtylyov2013-11-041-0/+6
* sh_eth: add/use RMCR.RNC bitSergei Shtylyov2013-10-232-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-4/+4
|\
| * net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman2013-10-111-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-0/+4
|\|
| * net: sh_eth: Fix RX packets errors on R8A7740Nguyen Hong Ky2013-10-081-0/+4
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-6/+8
|\
| * sh_eth: fix napi_{en|dis}able() calls racing against interruptsSergei Shtylyov2013-09-041-5/+7
| * sh_eth: NAPI requires netif_receive_skb()Sergei Shtylyov2013-09-041-1/+1
* | sh_eth: Enable Rx descriptor word 0 shift for r8a7790Kouei Abe2013-09-041-0/+1
* | sh_eth: Fix cache invalidation omission of receive bufferKouei Abe2013-09-041-0/+3
* | net: sh_eth: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* | sh_eth: no need to call ether_setup()Sergei Shtylyov2013-08-291-3/+0Star
* | sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-211-0/+7
* | sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2013-08-212-1/+22