aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.h
AgeCommit message (Expand)Author
2018-05-30sh_eth: fix TSU init on SH7734/R8A7740Sergei Shtylyov
2017-01-30sh_eth: add missing EESIPR bitsSergei Shtylyov
2017-01-30sh_eth: rename EESIPR bitsSergei Shtylyov
2017-01-09sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund
2017-01-09sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund
2017-01-09sh_eth: rename 'sh_eth_cpu_data::hw_crc'Sergei Shtylyov
2017-01-09sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'Sergei Shtylyov
2017-01-04sh_eth: factor out sh_eth_emac_interrupt()Sergei Shtylyov
2016-08-10net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes
2016-04-26sh_eth: rename ARSTR register bitSergei Shtylyov
2016-01-04sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov
2015-12-22sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov
2015-12-14sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov
2015-11-02sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov
2015-03-04sh_eth: Implement ethtool register dump operationsBen Hutchings
2015-03-04sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-26sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings
2015-01-15net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven
2015-01-08sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu
2014-11-29sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura
2014-11-29sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura
2014-06-03sh_eth: use RNC mode for packet receptionBen Dooks
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov
2014-01-17sh_eth: Add support for r7s72100Simon Horman
2014-01-03sh_eth: coding style fixesSergei Shtylyov
2013-10-23sh_eth: add/use RMCR.RNC bitSergei Shtylyov
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov
2013-08-20sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov
2013-07-24sh_eth: add support for RMIIMODE registerSimon Horman
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov
2013-06-19sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov
2013-06-19sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov
2013-06-19sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov
2013-06-19sh_eth: add NAPI supportSergei Shtylyov
2013-06-19sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov
2013-06-06sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu
2013-06-06sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu
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-29sh_eth: move data from header file to driverSergei Shtylyov
2013-03-21sh_eth: use managed device APISergei Shtylyov
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro 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: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu
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