aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-02net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-08-02net: sh_eth: Add r8a7794 supportHisashi Nakamura1-0/+2
2014-07-02sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov1-12/+6
2014-06-11net: sh_eth: Fix timing of RACT setting in sh_eth_rx()Yoshihiro Shimoda1-1/+0
2014-06-11net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()Yoshihiro Shimoda1-5/+3
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+23
2014-06-03sh_eth: fix SH7619/771x supportSergei Shtylyov1-0/+21
2014-06-03sh_eth: use RNC mode for packet receptionBen Dooks2-11/+2
2014-05-13sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-28sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks1-2/+6
2014-03-20sh_eth: Remove goto statements that jump straight to a returnLaurent Pinchart1-21/+9
2014-03-20sh_eth: Register MDIO bus before registering the network deviceLaurent Pinchart1-11/+9
2014-03-20sh_eth: Simplify MDIO bus initialization and releaseLaurent Pinchart1-19/+11
2014-03-20sh_eth: Use the platform device as the MDIO bus parentLaurent Pinchart1-1/+1
2014-03-20sh_eth: Use the platform device for memory allocationLaurent Pinchart1-4/+3
2014-03-17sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocationsSergei Shtylyov1-22/+11
2014-03-17sh_eth: convert dev_*() to netdev_*() callsSergei Shtylyov1-23/+24
2014-03-17sh_eth: convert pr_*() to netdev_*() callsSergei Shtylyov1-4/+5
2014-03-17sh_eth: exit probe with unknown register layoutSergei Shtylyov1-1/+6
2014-03-13sh_eth: update OF PHY registerationBen Dooks1-20/+39
2014-02-18sh_eth: add device tree supportSergei Shtylyov1-3/+66
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2-4/+3
2014-01-17sh_eth: Add support for r7s72100Simon Horman2-8/+119
2014-01-17sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman1-5/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-13sh_eth: fix garbled TX error messageSergei Shtylyov1-4/+4
2014-01-03sh_eth: coding style fixesSergei Shtylyov2-88/+75
2013-12-31net: renesas: slight optimization of addr comparedingtianhong1-1/+1
2013-12-19sh_eth: do not reset PHY needlesslySergei Shtylyov1-5/+0
2013-12-19sh_eth: add PHY IRQ to platform dataSergei Shtylyov1-2/+4
2013-12-10sh_eth: add R8A7791 supportSergei Shtylyov2-4/+5
2013-12-09net: sh_eth: do not issue a wild PHY reset through BMCRFlorian Fainelli1-1/+4
2013-11-04sh_eth: check platform data pointerSergei Shtylyov1-0/+6
2013-10-23sh_eth: add/use RMCR.RNC bitSergei Shtylyov2-3/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2013-10-11net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman1-4/+4
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-10-08net: sh_eth: Fix RX packets errors on R8A7740Nguyen Hong Ky1-0/+4
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2013-09-04sh_eth: fix napi_{en|dis}able() calls racing against interruptsSergei Shtylyov1-5/+7
2013-09-04sh_eth: NAPI requires netif_receive_skb()Sergei Shtylyov1-1/+1
2013-09-03sh_eth: Enable Rx descriptor word 0 shift for r8a7790Kouei Abe1-0/+1
2013-09-03sh_eth: Fix cache invalidation omission of receive bufferKouei Abe1-0/+3
2013-08-30net: sh_eth: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-29sh_eth: no need to call ether_setup()Sergei Shtylyov1-3/+0
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov1-0/+7
2013-08-20sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2-1/+22
2013-07-31sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart1-2/+3