summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-201-1/+0
* sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-202-3/+4
* sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-201-4/+4
* sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov2013-06-201-1/+1
* sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-202-17/+0
* sh_eth: add NAPI supportSergei Shtylyov2013-06-202-12/+74
* sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-202-11/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-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-081-1/+1
* | sh_eth: remove dependencies from KconfigSergei Shtylyov2013-06-081-6/+0
* | sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-081-9/+5
* | sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-081-5/+5
* | sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-081-20/+8
* | sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-081-31/+36
* | sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-081-9/+7
* | sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-081-3/+3
* | sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-081-3/+4
* | sh_eth: create initial ID tableSergei Shtylyov2013-06-081-0/+10
* | sh_eth: enclose PM code into #ifdef CONFIG_PMNobuhiro Iwamatsu2013-06-071-2/+7
* | sh_eth: consolidate sh_eth_reset()Nobuhiro Iwamatsu2013-06-071-125/+51
* | sh_eth: remove #ifdef around sh_eth_select_mii()Nobuhiro Iwamatsu2013-06-071-5/+1
* | sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2013-06-072-8/+6
* | sh_eth: remove SH_ETH_HAS_TSUNobuhiro Iwamatsu2013-06-071-12/+8
* | sh_eth: remove duplicate sh_eth_set_duplex() definitionsNobuhiro Iwamatsu2013-06-071-54/+5
* | sh_eth: use EDSR_ENALL to set EDSRNobuhiro Iwamatsu2013-06-071-1/+1
* | sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu2013-06-071-5/+2
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-1/+0
* | drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-171-5/+0
|/
* sh_eth: use random MAC address if no valid one suppliedSergei Shtylyov2013-04-301-0/+5
* sh_eth: add R8A77781 supportSergei Shtylyov2013-04-292-3/+4
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+4
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-012-11/+19
|\
| * sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2013-04-012-5/+5
| * sh_eth: workaround for spurious ECI interruptSergei Shtylyov2013-04-011-2/+8
| * sh_eth: fix handling of no LINK signalSergei Shtylyov2013-04-011-4/+6
* | sh_eth: add R-Car support for realSergei Shtylyov2013-03-291-8/+99
* | sh_eth: move data from header file to driverSergei Shtylyov2013-03-292-219/+218
* | sh_eth: fix unused variable warningSergei Shtylyov2013-03-211-1/+0
* | sh_eth: use managed device APISergei Shtylyov2013-03-212-35/+13
* | sh_eth: kill unneeded typecast in sh_eth_drv_probe()Sergei Shtylyov2013-03-211-2/+1
* | sh_eth: use PIR_* bitsSergei Shtylyov2013-03-211-4/+4
* | net: sh-eth: Use pr_err instead of printkNobuhiro Iwamatsu2013-03-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-202-0/+11
|\|
| * sh_eth: check TSU registers ioremap() errorSergei Shtylyov2013-03-201-0/+5