aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.h
Commit message (Expand)AuthorAge
* net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes2016-08-11
* sh_eth: rename ARSTR register bitSergei Shtylyov2016-04-26
* sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov2016-01-04
* sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov2015-12-22
* sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-14
* sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov2015-11-02
* sh_eth: Implement ethtool register dump operationsBen Hutchings2015-03-04
* sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2015-03-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-26
* | net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven2015-01-15
|/
* sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2015-01-08
* sh_eth: Fix sleeping function called from invalid contextMitsuhiro Kimura2014-11-30
* sh_eth: Fix skb alloc size and alignment adjust rule.Mitsuhiro Kimura2014-11-30
* sh_eth: use RNC mode for packet receptionBen Dooks2014-06-03
* sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2014-02-13
* sh_eth: Add support for r7s72100Simon Horman2014-01-17
* sh_eth: coding style fixesSergei Shtylyov2014-01-03
* sh_eth: add/use RMCR.RNC bitSergei Shtylyov2013-10-23
* sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-20
* sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2013-08-20
* sh_eth: add support for RMIIMODE registerSimon Horman2013-07-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * sh_eth: fix unhandled RFE interruptSergei Shtylyov2013-06-24
* | sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-19
* | sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-19
* | sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-19
* | sh_eth: add NAPI supportSergei Shtylyov2013-06-19
* | sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-19
* | sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'Nobuhiro Iwamatsu2013-06-06
* | sh_eth: remove #ifdef around EDSR and GECMR bit definitionsNobuhiro Iwamatsu2013-06-06
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-01
|\
| * sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2013-03-31
* | sh_eth: move data from header file to driverSergei Shtylyov2013-03-29
* | sh_eth: use managed device APISergei Shtylyov2013-03-21
|/
* sh_eth: fix bitbang memory leakSergei Shtylyov2013-03-20
* net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda2012-06-27
* net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda2012-06-27
* net: sh_eth: remove unnecessary functionYoshihiro Shimoda2012-06-27
* net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu2012-06-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-10
|\
| * net: sh_eth: fix endian check for architecture independentYoshihiro Shimoda2012-04-01
* | net: sh_eth: add support R8A7740Yoshihiro Shimoda2012-04-05
|/
* net: sh_eth: Add support SH7734Nobuhiro Iwamatsu2012-03-27
* net: sh_eth: add support for VLAN tag filteringYoshihiro Shimoda2012-02-16
* net: sh_eth: add support for multicast filteringYoshihiro Shimoda2012-02-16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-10
|\
| * net: sh_eth: fix skb_over_panic happenYoshihiro Shimoda2012-02-07
* | sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2012-02-07
|/
* net: sh_eth: move the asm/sh_eth.h to include/linux/Yoshihiro Shimoda2011-09-28