summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman2013-10-111-4/+4
* net: sh_eth: Fix RX packets errors on R8A7740Nguyen Hong Ky2013-10-081-0/+4
* 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-031-0/+1
* | sh_eth: Fix cache invalidation omission of receive bufferKouei Abe2013-09-031-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/+0
* | sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-201-0/+7
* | sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2013-08-202-1/+22
* | sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart2013-07-311-2/+3
* | sh_eth: Add support for r8a7790 SoCSimon Horman2013-07-242-1/+22
* | sh_eth: add support for RMIIMODE registerSimon Horman2013-07-242-0/+6
|/
* sh_eth: SH_ETH should depend on HAS_DMAGeert Uytterhoeven2013-07-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-032-18/+22
|\
| * sh_eth: fix misreporting of transmit abortSergei Shtylyov2013-06-241-2/+3
| * sh_eth: fix unhandled RFE interruptSergei Shtylyov2013-06-242-16/+19
* | net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* | sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-192-3/+4
* | sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-191-4/+4
* | sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov2013-06-191-1/+1
* | sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-192-17/+0
* | sh_eth: add NAPI supportSergei Shtylyov2013-06-192-12/+74
* | sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-192-11/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-6/+13
|\ \ | |/
| * net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda2013-06-131-4/+11
| * sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov2013-06-111-2/+2
| * drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* | sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov2013-06-131-2/+2
* | sh_eth: split 'sh_eth_netdev_ops'Sergei Shtylyov2013-06-121-9/+20
* | sh_eth: Fix warnings on 64-bit.David S. Miller2013-06-071-1/+1
* | sh_eth: remove dependencies from KconfigSergei Shtylyov2013-06-071-6/+0
* | sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-071-9/+5
* | sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-071-5/+5
* | sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-071-20/+8
* | sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-071-31/+36
* | sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-071-9/+7
* | sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-071-3/+3
* | sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-071-3/+4
* | sh_eth: create initial ID tableSergei Shtylyov2013-06-071-0/+10
* | sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu2013-06-061-2/+7
* | sh_eth: consolidate sh_eth_reset()Nobuhiro Iwamatsu2013-06-061-125/+51
* | sh_eth: remove #ifdef around sh_eth_select_mii()Nobuhiro Iwamatsu2013-06-061-5/+1
* | sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2013-06-062-8/+6
* | sh_eth: remove SH_ETH_HAS_TSUNobuhiro Iwamatsu2013-06-061-12/+8
* | sh_eth: remove duplicate sh_eth_set_duplex() definitionsNobuhiro Iwamatsu2013-06-061-54/+5
* | sh_eth: use EDSR_ENALL to set EDSRNobuhiro Iwamatsu2013-06-061-1/+1
* | sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu2013-06-061-5/+2
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-1/+0
OpenPOWER on IntegriCloud