aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-20sh_eth: fix comment grammar in 'struct sh_eth_cpu_data'Sergei Shtylyov1-11/+11
2018-05-20sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov1-2/+2
2018-05-19sh_eth: add EDMR.NBST supportSergei Shtylyov1-0/+2
2018-05-18sh_eth: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven1-1/+1
2018-04-01sh_eth: add sh_eth_cpu_data::no_xdfar flagSergei Shtylyov1-0/+1
2018-03-26sh_eth: add sh_eth_cpu_data::cexcr flagSergei Shtylyov1-0/+1
2018-03-26sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov1-0/+1
2018-03-26sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov1-0/+1
2018-03-26sh_eth: add sh_eth_cpu_data::edtrr_trns valueSergei Shtylyov1-0/+1
2018-03-26sh_eth: add sh_eth_cpu_data::soft_reset() methodSergei Shtylyov1-0/+3
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+0
2018-02-27sh_eth: uninline TSU register accessorsSergei Shtylyov1-11/+0
2018-02-26sh_eth: fix TSU init on SH7734/R8A7740Sergei Shtylyov1-0/+1
2018-02-26sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1Sergei Shtylyov1-2/+2
2017-01-30sh_eth: add missing EESIPR bitsSergei Shtylyov1-2/+8
2017-01-30sh_eth: rename EESIPR bitsSergei Shtylyov1-13/+23
2017-01-09sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund1-0/+3
2017-01-09sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-01-09sh_eth: rename 'sh_eth_cpu_data::hw_crc'Sergei Shtylyov1-1/+1
2017-01-09sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'Sergei Shtylyov1-1/+0
2017-01-04sh_eth: factor out sh_eth_emac_interrupt()Sergei Shtylyov1-1/+1
2016-08-10net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes1-1/+0
2016-04-26sh_eth: rename ARSTR register bitSergei Shtylyov1-1/+1
2016-01-04sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov1-1/+0
2015-12-22sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov1-17/+16
2015-12-14sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov1-25/+0
2015-11-02sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov1-1/+1
2015-03-04sh_eth: Implement ethtool register dump operationsBen Hutchings1-3/+6
2015-03-04sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings1-2/+12
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-01-26sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings1-0/+1
2015-01-15net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven1-16/+14
2015-01-08sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu1-0/+5
2014-11-29sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura1-0/+1
2014-11-29sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura1-2/+2
2014-06-03sh_eth: use RNC mode for packet receptionBen Dooks1-2/+0
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov1-2/+1
2014-01-17sh_eth: Add support for r7s72100Simon Horman1-1/+2
2014-01-03sh_eth: coding style fixesSergei Shtylyov1-30/+23
2013-10-23sh_eth: add/use RMCR.RNC bitSergei Shtylyov1-0/+3
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov1-0/+7
2013-08-20sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov1-0/+1
2013-07-24sh_eth: add support for RMIIMODE registerSimon Horman1-0/+2
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov1-1/+1
2013-06-19sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov1-0/+1
2013-06-19sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov1-4/+4
2013-06-19sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov1-3/+0
2013-06-19sh_eth: add NAPI supportSergei Shtylyov1-0/+1