aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sh_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-2/+2
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-1/+1
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-09-11sh_eth: unsigned ndev->irq cannot be negativeroel kluin1-2/+3
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-08-07[netdrvr] sh_eth: Add SH7619 supportYoshinori Sato1-19/+50
2008-07-30sh_eth: Add support of SH7763 to sh_ethNobuhiro Iwamatsu1-36/+166
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-5/+0
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-06-28net: sh_eth: Fix compile error sh_ethNobuhiro Iwamatsu1-2/+2
2008-06-11net: sh_eth: add support for Renesas SuperH EthernetNobuhiro Iwamatsu1-0/+1174