aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-29sh_eth: add R8A77781 supportSergei Shtylyov2-3/+4
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+19
2013-03-31sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2-5/+5
2013-03-31sh_eth: workaround for spurious ECI interruptSergei Shtylyov1-2/+8
2013-03-31sh_eth: fix handling of no LINK signalSergei Shtylyov1-4/+6
2013-03-29sh_eth: add R-Car support for realSergei Shtylyov1-8/+99
2013-03-29sh_eth: move data from header file to driverSergei Shtylyov2-219/+218
2013-03-21sh_eth: fix unused variable warningSergei Shtylyov1-1/+0
2013-03-21sh_eth: use managed device APISergei Shtylyov2-35/+13
2013-03-21sh_eth: kill unneeded typecast in sh_eth_drv_probe()Sergei Shtylyov1-2/+1
2013-03-21sh_eth: use PIR_* bitsSergei Shtylyov1-4/+4
2013-03-21net: sh-eth: Use pr_err instead of printkNobuhiro Iwamatsu1-2/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+11
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov1-0/+5
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov2-0/+6
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-7/+2
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-6/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2012-11-03net: sh_eth: Fix a typo - replace regist with register.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-10-07drivers/net/ethernet/renesas/sh_eth.c: fix error return codePeter Senna Tschudin1-0/+1
2012-08-20net: sh_eth: Add eth support for R8A7779 devicePhil Edworthy2-5/+10
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda2-33/+112
2012-06-27net: sh_eth: fix up the buffer pointersYoshihiro Shimoda1-7/+24
2012-06-27net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda2-75/+1
2012-06-27net: sh_eth: remove unnecessary functionYoshihiro Shimoda2-23/+0
2012-06-25net/sh-eth: Check return value of sh_eth_reset when chip reset failNobuhiro Iwamatsu1-32/+56
2012-06-25net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu2-43/+66
2012-06-22net: sh_eth: fix the condition to fix the cur_tx/dirty_rxYoshihiro Shimoda1-5/+7