aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: sh_eth: fix the parameter for the ETHER of SH7757Yoshihiro Shimoda2011-07-051-0/+2
* net: sh_eth: fix cannot work half-duplex modeYoshihiro Shimoda2011-07-051-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: sh_eth: add set_mdio_gate in bb_infoYoshihiro Shimoda2011-03-141-2/+19
* net: sh_eth: add support for SH7757's GETHERYoshihiro Shimoda2011-03-141-1/+135
* net: sh_eth: modify the PHY_INTERFACE_MODEYoshihiro Shimoda2011-03-141-1/+2
* net: sh_eth: remove almost #ifdef of SH7763Yoshihiro Shimoda2011-03-141-29/+43
* net: sh_eth: remove the SH_TSU_ADDRYoshihiro Shimoda2011-03-141-7/+24
* net: sh_eth: modify the definitions of registerYoshihiro Shimoda2011-03-141-163/+163
* sh: sh_eth: Add support ethtoolNobuhiro Iwamatsu2011-02-221-19/+189
* drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo2010-12-121-1/+0
* net: sh_eth: Move off of deprecated I/O routines.Paul Mundt2010-11-151-122/+122
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* net: sh_eth: remove unused variableKuninori Morimoto2010-08-191-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * Fix spelling contorller -> controller in commentsStefan Weil2010-08-041-1/+1
* | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+1
* | net: sh_eth: add support for SH7757's ETHERYoshihiro Shimoda2010-07-071-1/+52
|/
* sh_eth: Fix memleak in sh_mdio_releaseDenis Kirjanov2010-05-201-0/+3
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-1/+1
|\
| * net: Test off by one in sh_eth_reset()roel kluin2010-01-031-1/+1
* | Subject: drivers/net/sh_eth.c: use %pM to shown MAC addressH Hartley Sweeten2009-12-291-7/+3
|/
* net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2Magnus Damm2009-12-151-1/+6
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-0/+2
|\
| * sh_eth: Add asm/cacheflush.hNobuhiro Iwamatsu2009-10-261-0/+1
* | net: add Runtime PM to the sh_eth driverMagnus Damm2009-10-131-2/+33
* | net: allow sh_eth to get mac address through platform dataMagnus Damm2009-10-131-8/+12
|/
* net: sh_eth: add value of ether_link pin in platform_dataYoshihiro Shimoda2009-08-291-1/+5
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* sh_eth: remove redundant test on unsignedroel kluin2009-06-251-8/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* sh_eth: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE instead.David S. Miller2009-05-261-1/+1
* net: sh_eth: Add support SH7724Yoshihiro Shimoda2009-05-251-1/+51
* net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data"Yoshihiro Shimoda2009-05-251-144/+267
* net: sh_eth: fix receive desciptor loopYoshihiro Shimoda2009-05-251-0/+1
* net: sh_eth: fix TX/RX descriptor not set physical memoryYoshihiro Shimoda2009-05-251-23/+12
* net: sh_eth: fix cache coherency issueYoshihiro Shimoda2009-05-251-0/+4
* sh_eth: convert to net_device_opsAlexander Beregalov2009-04-131-7/+14
* sh_eth: Change handling of IRQNobuhiro Iwamatsu2009-03-181-3/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-2/+2
|\
| * sh: sh_eth: Update to change of mii_busNobuhiro Iwamatsu2008-11-201-2/+2
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-201-2/+2
|\
| * phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-081-1/+1
| * phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-081-1/+1