Age | Commit message (Expand) | Author | Files | Lines |
2019-02-05 | sh_eth: RX checksum offload support | Sergei Shtylyov | 1 | -0/+1 |
2019-02-05 | sh_eth: rename sh_eth_cpu_data::hw_checksum | Sergei Shtylyov | 1 | -1/+1 |
2018-08-23 | net: ethernet: renesas: use SPDX identifier for Renesas drivers | Wolfram Sang | 1 | -12/+1 |
2018-07-23 | sh_eth: uninline sh_eth_tsu_get_offset() | Sergei Shtylyov | 1 | -6/+0 |
2018-06-28 | sh_eth: fix *enum* {A|M}PR_BIT | Sergei Shtylyov | 1 | -2/+2 |
2018-06-26 | sh_eth: remove sh_eth_cpu_data::rpadir_value | Sergei Shtylyov | 1 | -1/+0 |
2018-06-26 | sh_eth: fix *enum* RPADIR_BIT | Sergei Shtylyov | 1 | -2/+1 |
2018-06-04 | sh_eth: uninline sh_eth_soft_swap() | Sergei Shtylyov | 1 | -12/+0 |
2018-06-04 | sh_eth: make sh_eth_soft_swap() work on ARM | Sergei Shtylyov | 1 | -1/+1 |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-05-21 | sh_eth: fix comment grammar in 'struct sh_eth_cpu_data' | Sergei Shtylyov | 1 | -11/+11 |
2018-05-21 | sh_eth: fix typo in EESR.TRO bit name | Sergei Shtylyov | 1 | -2/+2 |
2018-05-20 | sh_eth: add EDMR.NBST support | Sergei Shtylyov | 1 | -0/+2 |
2018-05-18 | sh_eth: Change platform check to CONFIG_ARCH_RENESAS | Geert Uytterhoeven | 1 | -1/+1 |
2018-04-01 | sh_eth: add sh_eth_cpu_data::no_xdfar flag | Sergei Shtylyov | 1 | -0/+1 |
2018-03-26 | sh_eth: add sh_eth_cpu_data::cexcr flag | Sergei Shtylyov | 1 | -0/+1 |
2018-03-26 | sh_eth: add sh_eth_cpu_data::no_tx_cntrs flag | Sergei Shtylyov | 1 | -0/+1 |
2018-03-26 | sh_eth: add sh_eth_cpu_data::xdfar_rw flag | Sergei Shtylyov | 1 | -0/+1 |
2018-03-26 | sh_eth: add sh_eth_cpu_data::edtrr_trns value | Sergei Shtylyov | 1 | -0/+1 |
2018-03-26 | sh_eth: add sh_eth_cpu_data::soft_reset() method | Sergei Shtylyov | 1 | -0/+3 |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+0 |
2018-02-27 | sh_eth: uninline TSU register accessors | Sergei Shtylyov | 1 | -11/+0 |
2018-02-26 | sh_eth: fix TSU init on SH7734/R8A7740 | Sergei Shtylyov | 1 | -0/+1 |
2018-02-26 | sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1 | Sergei Shtylyov | 1 | -2/+2 |
2017-01-31 | sh_eth: add missing EESIPR bits | Sergei Shtylyov | 1 | -2/+8 |
2017-01-31 | sh_eth: rename EESIPR bits | Sergei Shtylyov | 1 | -13/+23 |
2017-01-09 | sh_eth: add generic wake-on-lan support via magic packet | Niklas Söderlund | 1 | -0/+3 |
2017-01-09 | sh_eth: use correct name for ECMR_MPDE bit | Niklas Söderlund | 1 | -1/+1 |
2017-01-09 | sh_eth: rename 'sh_eth_cpu_data::hw_crc' | Sergei Shtylyov | 1 | -1/+1 |
2017-01-09 | sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0' | Sergei Shtylyov | 1 | -1/+0 |
2017-01-04 | sh_eth: factor out sh_eth_emac_interrupt() | Sergei Shtylyov | 1 | -1/+1 |
2016-08-11 | net: ethernet: renesas: sh_eth: use phydev from struct net_device | Philippe Reynes | 1 | -1/+0 |
2016-04-26 | sh_eth: rename ARSTR register bit | Sergei Shtylyov | 1 | -1/+1 |
2016-01-05 | sh_eth: remove EDMAC_BIG_ENDIAN | Sergei Shtylyov | 1 | -1/+0 |
2015-12-22 | sh_eth: fix 16-bit descriptor field access endianness too | Sergei Shtylyov | 1 | -17/+16 |
2015-12-15 | sh_eth: uninline sh_eth_{write|read}() | Sergei Shtylyov | 1 | -25/+0 |
2015-11-03 | sh_eth: fix typo in RX descriptor bit name | Sergei Shtylyov | 1 | -1/+1 |
2015-03-04 | sh_eth: Implement ethtool register dump operations | Ben Hutchings | 1 | -3/+6 |
2015-03-04 | sh_eth: WARN on access to a register not implemented in a particular chip | Ben Hutchings | 1 | -2/+12 |
2015-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2015-01-27 | sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers | Ben Hutchings | 1 | -0/+1 |
2015-01-15 | net: sh_eth: Use u32 for 32-bit register data | Geert Uytterhoeven | 1 | -16/+14 |
2015-01-09 | sh_eth: Fix access to TRSCER register | Nobuhiro Iwamatsu | 1 | -0/+5 |
2014-11-30 | sh_eth: Fix sleeping function called from invalid context | Mitsuhiro Kimura | 1 | -0/+1 |
2014-11-30 | sh_eth: Fix skb alloc size and alignment adjust rule. | Mitsuhiro Kimura | 1 | -2/+2 |
2014-06-04 | sh_eth: use RNC mode for packet reception | Ben Dooks | 1 | -2/+0 |
2014-02-14 | sh_eth: use ETH_ZLEN instead of home-grown #define | Sergei Shtylyov | 1 | -2/+1 |
2014-01-18 | sh_eth: Add support for r7s72100 | Simon Horman | 1 | -1/+2 |
2014-01-04 | sh_eth: coding style fixes | Sergei Shtylyov | 1 | -30/+23 |
2013-10-24 | sh_eth: add/use RMCR.RNC bit | Sergei Shtylyov | 1 | -0/+3 |