aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-24sh_eth: Add support for r8a7790 SoCSimon Horman2-1/+22
2013-07-24sh_eth: add support for RMIIMODE registerSimon Horman2-0/+6
2013-07-10sh_eth: SH_ETH should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+22
2013-06-24sh_eth: fix misreporting of transmit abortSergei Shtylyov1-2/+3
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov2-16/+19
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-06-19sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2-3/+4
2013-06-19sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov1-4/+4
2013-06-19sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov1-1/+1
2013-06-19sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2-17/+0
2013-06-19sh_eth: add NAPI supportSergei Shtylyov2-12/+74
2013-06-19sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2-11/+10
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda1-4/+11
2013-06-13sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov1-2/+2
2013-06-12sh_eth: split 'sh_eth_netdev_ops'Sergei Shtylyov1-9/+20
2013-06-11sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov1-2/+2
2013-06-07sh_eth: Fix warnings on 64-bit.David S. Miller1-1/+1
2013-06-07sh_eth: remove dependencies from KconfigSergei Shtylyov1-6/+0
2013-06-07sh_eth: get R8A777x support out of #ifdefSergei Shtylyov1-9/+5
2013-06-07sh_eth: get SH7724 support out of #ifdefSergei Shtylyov1-5/+5
2013-06-07sh_eth: get SH7757 support out of #ifdefSergei Shtylyov1-20/+8
2013-06-07sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov1-31/+36
2013-06-07sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov1-9/+7
2013-06-07sh_eth: get SH7619 support out of #ifdefSergei Shtylyov1-3/+3
2013-06-07sh_eth: get SH771x support out of #ifdefSergei Shtylyov1-3/+4
2013-06-07sh_eth: create initial ID tableSergei Shtylyov1-0/+10
2013-06-06sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu1-2/+7
2013-06-06sh_eth: consolidate sh_eth_reset()Nobuhiro Iwamatsu1-125/+51
2013-06-06sh_eth: remove #ifdef around sh_eth_select_mii()Nobuhiro Iwamatsu1-5/+1
2013-06-06sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2-8/+6
2013-06-06sh_eth: remove SH_ETH_HAS_TSUNobuhiro Iwamatsu1-12/+8
2013-06-06sh_eth: remove duplicate sh_eth_set_duplex() definitionsNobuhiro Iwamatsu1-54/+5
2013-06-06sh_eth: use EDSR_ENALL to set EDSRNobuhiro Iwamatsu1-1/+1
2013-06-06sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu1-5/+2
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-18drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-16drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-30sh_eth: use random MAC address if no valid one suppliedSergei Shtylyov1-0/+5