summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)Author
2020-01-29net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu
2019-06-22net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda
2018-08-24sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy
2018-08-24sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy
2018-04-13sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov
2018-01-17sh_eth: fix TSU resource handlingSergei Shtylyov
2017-08-11sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov
2017-08-11sh_eth: fix EESIPR values for SH77{34|63}Sergei Shtylyov
2017-08-06sh_eth: enable RX descriptor word 0 shift on SH7734Sergei Shtylyov
2017-05-03sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net: ethernet: renesas: sh_eth: add POST registers for rzChris Brandt
2016-08-10net: ethernet: renesas: sh_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-08-10net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes
2016-08-01ethernet: renesas: sh_eth: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-07-19sh_eth: fix DMA channel misreportingSergei Shtylyov
2016-05-09sh_eth: reuse sh_eth_chip_reset()Sergei Shtylyov
2016-05-09sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()Sergei Shtylyov
2016-04-26sh_eth: rename ARSTR register bitSergei Shtylyov
2016-04-26sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset()Sergei Shtylyov
2016-04-26sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()Sergei Shtylyov
2016-04-09sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam()Sergei Shtylyov
2016-03-16sh_eth: do not call netif_start_queue() from sh_eth_dev_init()Sergei Shtylyov
2016-03-14sh_eth: kill useless initializersSergei Shtylyov
2016-03-10sh_eth: advance 'rxdesc' later in sh_eth_ring_format()Sergei Shtylyov
2016-03-10sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-03net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()Wolfram Sang
2016-02-17sh_eth: kill useless *switch* defaultsSergei Shtylyov
2016-02-10sh_eth: factor out register bit twiddling codeSergei Shtylyov
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11sh_eth: stop reading ECMR in sh_eth_dev_init()Sergei Shtylyov
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2016-01-04sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()Sergei Shtylyov
2016-01-04sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-22sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15sh_eth: fix descriptor access endiannessSergei Shtylyov
2015-12-15sh_eth: fix TX buffer byte-swappingSergei Shtylyov
2015-12-14sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov
2015-12-08sh_eth: get rid of bb_{set|clr|read}()Sergei Shtylyov
2015-12-08sh_eth: factor out common code from MDIO bitbang methodsSergei Shtylyov
2015-12-08sh_eth: remove mask fields from 'struct bb_info'Sergei Shtylyov
2015-12-05sh_eth: read MAC address registers only onceSergei Shtylyov