summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov1-0/+5
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov1-0/+5
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-6/+4
2013-01-15net: 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 Edworthy1-3/+8
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda1-33/+106
2012-06-27net: sh_eth: fix up the buffer pointersYoshihiro Shimoda1-7/+24
2012-06-27net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda1-6/+1
2012-06-27net: sh_eth: remove unnecessary functionYoshihiro Shimoda1-22/+0
2012-06-26net/sh-eth: Check return value of sh_eth_reset when chip reset failNobuhiro Iwamatsu1-32/+56
2012-06-26net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu1-43/+65
2012-06-23net: sh_eth: fix the condition to fix the cur_tx/dirty_rxYoshihiro Shimoda1-5/+7
2012-05-30net: sh_eth: fix the rxdesc pointer when rx descriptor empty happensYoshihiro Shimoda1-3/+5
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-05net: sh_eth: add support R8A7740Yoshihiro Shimoda1-1/+113
2012-04-02net: sh_eth: fix endian check for architecture independentYoshihiro Shimoda1-1/+1
2012-03-28net: sh_eth: Add support SH7734Nobuhiro Iwamatsu1-3/+17
2012-02-17net: sh_eth: add support for VLAN tag filteringYoshihiro Shimoda1-0/+59
2012-02-17net: sh_eth: add support for multicast filteringYoshihiro Shimoda1-5/+277
2012-02-17net: sh_eth: modify a condition of ioremap for TSUYoshihiro Shimoda1-11/+14
2012-02-17net: sh_eth: change the condition of initializationYoshihiro Shimoda1-2/+2
2012-02-17net: sh_eth: add the value of tsu to the SH7757's GETHERYoshihiro Shimoda1-0/+1
2012-02-16renesas/sh_eth.c: fix linux/interrupt.h included twiceDanny Kukawka1-1/+0
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-02-09netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-4/+2
2012-02-07sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet1-31/+31
2012-02-07net: sh_eth: fix skb_over_panic happenYoshihiro Shimoda1-1/+3
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-17net: sh-eth: Fix build error by the value which is not definedNobuhiro Iwamatsu1-1/+1
2012-01-11sh-eth: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-05net: make ethtool_ops conststephen hemminger1-3/+3
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-03net: sh_eth: fix build failureYoshihiro Shimoda1-0/+3
2011-09-28net: sh_eth: move the asm/sh_eth.h to include/linux/Yoshihiro Shimoda1-0/+1
2011-09-28net: sh_eth: use ioremap()Yoshihiro Shimoda1-14/+24
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-0/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-13sh_eth: Move the Renesas SuperH driverJeff Kirsher1-0/+1959