aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sh_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2011-07-05net: sh_eth: fix the parameter for the ETHER of SH7757Yoshihiro Shimoda1-0/+2
2011-07-05net: sh_eth: fix cannot work half-duplex modeYoshihiro Shimoda1-2/+2
2011-07-03net: sh_eth: remove __flush_purge_regionYoshihiro Shimoda1-4/+4
2011-06-27net: sh_eth: tidyup compile warningKuninori Morimoto1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14net: sh_eth: add set_mdio_gate in bb_infoYoshihiro Shimoda1-2/+19
2011-03-14net: sh_eth: add support for SH7757's GETHERYoshihiro Shimoda1-1/+135
2011-03-14net: sh_eth: modify the PHY_INTERFACE_MODEYoshihiro Shimoda1-1/+2
2011-03-14net: sh_eth: remove almost #ifdef of SH7763Yoshihiro Shimoda1-29/+43
2011-03-14net: sh_eth: remove the SH_TSU_ADDRYoshihiro Shimoda1-7/+24
2011-03-14net: sh_eth: modify the definitions of registerYoshihiro Shimoda1-163/+163
2011-02-22sh: sh_eth: Add support ethtoolNobuhiro Iwamatsu1-19/+189
2010-12-12drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo1-1/+0
2010-11-15net: sh_eth: Move off of deprecated I/O routines.Paul Mundt1-122/+122
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-08-19net: sh_eth: remove unused variableKuninori Morimoto1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-07net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda1-1/+52
2010-05-20sh_eth: Fix memleak in sh_mdio_releaseDenis Kirjanov1-0/+3
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-03net: Test off by one in sh_eth_reset()roel kluin1-1/+1
2009-12-29Subject: drivers/net/sh_eth.c: use %pM to shown MAC addressH Hartley Sweeten1-7/+3
2009-12-15net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2Magnus Damm1-1/+6
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-10-26sh_eth: Add asm/cacheflush.hNobuhiro Iwamatsu1-0/+1
2009-10-13net: add Runtime PM to the sh_eth driverMagnus Damm1-2/+33
2009-10-13net: allow sh_eth to get mac address through platform dataMagnus Damm1-8/+12
2009-08-29net: sh_eth: add value of ether_link pin in platform_dataYoshihiro Shimoda1-1/+5
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-25sh_eth: remove redundant test on unsignedroel kluin1-8/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-05-26sh_eth: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE instead.David S. Miller1-1/+1
2009-05-25net: sh_eth: Add support SH7724Yoshihiro Shimoda1-1/+51
2009-05-25net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data"Yoshihiro Shimoda1-144/+267
2009-05-25net: sh_eth: fix receive desciptor loopYoshihiro Shimoda1-0/+1
2009-05-25net: sh_eth: fix TX/RX descriptor not set physical memoryYoshihiro Shimoda1-23/+12
2009-05-25net: sh_eth: fix cache coherency issueYoshihiro Shimoda1-0/+4
2009-04-13sh_eth: convert to net_device_opsAlexander Beregalov1-7/+14
2009-03-18sh_eth: Change handling of IRQNobuhiro Iwamatsu1-3/+17
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-11-20sh: sh_eth: Update to change of mii_busNobuhiro Iwamatsu1-2/+2
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0