aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)Author
2013-06-24sh_eth: fix misreporting of transmit abortSergei Shtylyov
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda
2013-06-11sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov
2013-05-18drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resourceWolfram Sang
2013-04-30sh_eth: use random MAC address if no valid one suppliedSergei Shtylyov
2013-04-29sh_eth: add R8A77781 supportSergei Shtylyov
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-31sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov
2013-03-31sh_eth: workaround for spurious ECI interruptSergei Shtylyov
2013-03-31sh_eth: fix handling of no LINK signalSergei Shtylyov
2013-03-29sh_eth: add R-Car support for realSergei Shtylyov
2013-03-29sh_eth: move data from header file to driverSergei Shtylyov
2013-03-21sh_eth: fix unused variable warningSergei Shtylyov
2013-03-21sh_eth: use managed device APISergei Shtylyov
2013-03-21sh_eth: kill unneeded typecast in sh_eth_drv_probe()Sergei Shtylyov
2013-03-21sh_eth: use PIR_* bitsSergei Shtylyov
2013-03-21net: sh-eth: Use pr_err instead of printkNobuhiro Iwamatsu
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-11-03net: sh_eth: Fix a typo - replace regist with register.YOSHIFUJI Hideaki / 吉藤英明
2012-10-07drivers/net/ethernet/renesas/sh_eth.c: fix error return codePeter Senna Tschudin
2012-08-20net: sh_eth: Add eth support for R8A7779 devicePhil Edworthy
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda
2012-06-27net: sh_eth: fix up the buffer pointersYoshihiro Shimoda
2012-06-27net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda
2012-06-27net: sh_eth: remove unnecessary functionYoshihiro Shimoda
2012-06-25net/sh-eth: Check return value of sh_eth_reset when chip reset failNobuhiro Iwamatsu
2012-06-25net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu
2012-06-22net: sh_eth: fix the condition to fix the cur_tx/dirty_rxYoshihiro Shimoda
2012-05-29net: sh_eth: fix the rxdesc pointer when rx descriptor empty happensYoshihiro Shimoda
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-05net: sh_eth: add support R8A7740Yoshihiro Shimoda
2012-04-01net: sh_eth: fix endian check for architecture independentYoshihiro Shimoda
2012-03-27net: sh_eth: Add support SH7734Nobuhiro Iwamatsu
2012-02-16net: sh_eth: add support for VLAN tag filteringYoshihiro Shimoda
2012-02-16net: sh_eth: add support for multicast filteringYoshihiro Shimoda
2012-02-16net: sh_eth: modify a condition of ioremap for TSUYoshihiro Shimoda
2012-02-16net: sh_eth: change the condition of initializationYoshihiro Shimoda
2012-02-16net: sh_eth: add the value of tsu to the SH7757's GETHERYoshihiro Shimoda
2012-02-15renesas/sh_eth.c: fix linux/interrupt.h included twiceDanny Kukawka
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-02-07sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet