aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-19sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov1-0/+8
2013-06-06sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu1-0/+1
2013-06-06sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu1-5/+2
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-31sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov1-1/+1
2013-03-29sh_eth: move data from header file to driverSergei Shtylyov1-219/+0
2013-03-21sh_eth: use managed device APISergei Shtylyov1-1/+0
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov1-0/+1
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda1-0/+6
2012-06-27net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda1-69/+0
2012-06-27net: sh_eth: remove unnecessary functionYoshihiro Shimoda1-1/+0
2012-06-25net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu1-0/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-04-05net: sh_eth: add support R8A7740Yoshihiro Shimoda1-2/+3
2012-04-01net: sh_eth: fix endian check for architecture independentYoshihiro Shimoda1-2/+2
2012-03-27net: sh_eth: Add support SH7734Nobuhiro Iwamatsu1-3/+8
2012-02-16net: sh_eth: add support for VLAN tag filteringYoshihiro Shimoda1-0/+5
2012-02-16net: sh_eth: add support for multicast filteringYoshihiro Shimoda1-0/+9
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2012-02-07sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet1-1/+0
2012-02-07net: sh_eth: fix skb_over_panic happenYoshihiro Shimoda1-3/+0
2011-09-28net: sh_eth: move the asm/sh_eth.h to include/linux/Yoshihiro Shimoda1-8/+0
2011-09-28net: sh_eth: use ioremap()Yoshihiro Shimoda1-4/+5