summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.h
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: rename ARSTR register bitSergei Shtylyov2016-04-261-1/+1
* sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov2016-01-041-1/+0
* sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov2015-12-221-17/+16
* sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-141-25/+0
* sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov2015-11-021-1/+1
* sh_eth: Implement ethtool register dump operationsBen Hutchings2015-03-041-3/+6
* sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2015-03-041-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-0/+1
|\
| * sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-261-0/+1
* | net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven2015-01-151-16/+14
|/
* sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2015-01-081-0/+5
* sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2014-11-291-0/+1
* sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2014-11-291-2/+2
* sh_eth: use RNC mode for packet receptionBen Dooks2014-06-031-2/+0
* sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2014-02-131-2/+1
* sh_eth: Add support for r7s72100Simon Horman2014-01-171-1/+2
* sh_eth: coding style fixesSergei Shtylyov2014-01-031-30/+23
* sh_eth: add/use RMCR.RNC bitSergei Shtylyov2013-10-231-0/+3
* sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-201-0/+7
* sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2013-08-201-0/+1
* sh_eth: add support for RMIIMODE registerSimon Horman2013-07-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
|\
| * sh_eth: fix unhandled RFE interruptSergei Shtylyov2013-06-241-1/+1
* | sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-191-0/+1
* | sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-191-4/+4
* | sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-191-3/+0
* | sh_eth: add NAPI supportSergei Shtylyov2013-06-191-0/+1
* | sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-191-0/+8
* | sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2013-06-061-0/+1
* | sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu2013-06-061-5/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+1
|\
| * sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2013-03-311-1/+1
* | sh_eth: move data from header file to driverSergei Shtylyov2013-03-291-219/+0
* | sh_eth: use managed device APISergei Shtylyov2013-03-211-1/+0
|/
* sh_eth: fix bitbang memory leakSergei Shtylyov2013-03-201-0/+1
* net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda2012-06-271-0/+6
* net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda2012-06-271-69/+0
* net: sh_eth: remove unnecessary functionYoshihiro Shimoda2012-06-271-1/+0
* net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu2012-06-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-2/+2
|\
| * net: sh_eth: fix endian check for architecture independentYoshihiro Shimoda2012-04-011-2/+2
* | net: sh_eth: add support R8A7740Yoshihiro Shimoda2012-04-051-2/+3
|/
* net: sh_eth: Add support SH7734Nobuhiro Iwamatsu2012-03-271-3/+8
* net: sh_eth: add support for VLAN tag filteringYoshihiro Shimoda2012-02-161-0/+5
* net: sh_eth: add support for multicast filteringYoshihiro Shimoda2012-02-161-0/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-101-3/+0
|\
| * net: sh_eth: fix skb_over_panic happenYoshihiro Shimoda2012-02-071-3/+0
* | sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2012-02-071-1/+0
|/
* net: sh_eth: move the asm/sh_eth.h to include/linux/Yoshihiro Shimoda2011-09-281-8/+0
* net: sh_eth: use ioremap()Yoshihiro Shimoda2011-09-281-4/+5