index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
/
sh_eth.h
Age
Commit message (
Expand
)
Author
2015-12-22
sh_eth: fix 16-bit descriptor field access endianness too
Sergei Shtylyov
2015-12-14
sh_eth: uninline sh_eth_{write|read}()
Sergei Shtylyov
2015-11-02
sh_eth: fix typo in RX descriptor bit name
Sergei Shtylyov
2015-03-04
sh_eth: Implement ethtool register dump operations
Ben Hutchings
2015-03-04
sh_eth: WARN on access to a register not implemented in a particular chip
Ben Hutchings
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-26
sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers
Ben Hutchings
2015-01-15
net: sh_eth: Use u32 for 32-bit register data
Geert Uytterhoeven
2015-01-08
sh_eth: Fix access to TRSCER register
Nobuhiro Iwamatsu
2014-11-29
sh_eth: Fix sleeping function called from invalid context
Mitsuhiro Kimura
2014-11-29
sh_eth: Fix skb alloc size and alignment adjust rule.
Mitsuhiro Kimura
2014-06-03
sh_eth: use RNC mode for packet reception
Ben Dooks
2014-02-13
sh_eth: use ETH_ZLEN instead of home-grown #define
Sergei Shtylyov
2014-01-17
sh_eth: Add support for r7s72100
Simon Horman
2014-01-03
sh_eth: coding style fixes
Sergei Shtylyov
2013-10-23
sh_eth: add/use RMCR.RNC bit
Sergei Shtylyov
2013-08-20
sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'
Sergei Shtylyov
2013-08-20
sh_eth: get register layout from 'struct sh_eth_cpu_data'
Sergei Shtylyov
2013-07-24
sh_eth: add support for RMIIMODE register
Simon Horman
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-24
sh_eth: fix unhandled RFE interrupt
Sergei Shtylyov
2013-06-19
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
Sergei Shtylyov
2013-06-19
sh_eth: cleanup 'enum TD_STS_BIT'
Sergei Shtylyov
2013-06-19
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
Sergei Shtylyov
2013-06-19
sh_eth: add NAPI support
Sergei Shtylyov
2013-06-19
sh_eth: define/use EESR_RX_CHECK macro
Sergei Shtylyov
2013-06-06
sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'
Nobuhiro Iwamatsu
2013-06-06
sh_eth: remove #ifdef around EDSR and GECMR bit definitions
Nobuhiro Iwamatsu
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-31
sh_eth: make 'link' field of 'struct sh_eth_private' *int*
Sergei Shtylyov
2013-03-29
sh_eth: move data from header file to driver
Sergei Shtylyov
2013-03-21
sh_eth: use managed device API
Sergei Shtylyov
2013-03-20
sh_eth: fix bitbang memory leak
Sergei Shtylyov
2012-06-27
net: sh_eth: add support for set_ringparam/get_ringparam
Yoshihiro Shimoda
2012-06-27
net: sh_eth: remove unnecessary members/definitions
Yoshihiro Shimoda
2012-06-27
net: sh_eth: remove unnecessary function
Yoshihiro Shimoda
2012-06-25
net/sh-eth: Add support selecting MII function for SH7734 and R8A7740
Nobuhiro Iwamatsu
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-05
net: sh_eth: add support R8A7740
Yoshihiro Shimoda
2012-04-01
net: sh_eth: fix endian check for architecture independent
Yoshihiro Shimoda
2012-03-27
net: sh_eth: Add support SH7734
Nobuhiro Iwamatsu
2012-02-16
net: sh_eth: add support for VLAN tag filtering
Yoshihiro Shimoda
2012-02-16
net: sh_eth: add support for multicast filtering
Yoshihiro Shimoda
2012-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-07
sh-eth: use netdev stats structure and fix dma_map_single
Eric Dumazet
2012-02-07
net: sh_eth: fix skb_over_panic happen
Yoshihiro Shimoda
2011-09-28
net: sh_eth: move the asm/sh_eth.h to include/linux/
Yoshihiro Shimoda
2011-09-28
net: sh_eth: use ioremap()
Yoshihiro Shimoda
2011-08-12
sh_eth: Move the Renesas SuperH driver
Jeff Kirsher