Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
661e50bc853209e41a5c14a290ca4decc43cbfd1
/
drivers
/
net
/
ethernet
/
renesas
/
sh_eth.h
00300b2
sh_eth: add missing EESIPR bits
by Sergei Shtylyov
· 8 years ago
1a0bee6
sh_eth: rename EESIPR bits
by Sergei Shtylyov
· 8 years ago
d8981d0
sh_eth: add generic wake-on-lan support via magic packet
by Niklas Söderlund
· 8 years ago
6dcf45e5
sh_eth: use correct name for ECMR_MPDE bit
by Niklas Söderlund
· 8 years ago
62e04b7
sh_eth: rename 'sh_eth_cpu_data::hw_crc'
by Sergei Shtylyov
· 8 years ago
2e653ff
sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'
by Sergei Shtylyov
· 8 years ago
9b39f05
sh_eth: factor out sh_eth_emac_interrupt()
by Sergei Shtylyov
· 8 years ago
9fd0375
net: ethernet: renesas: sh_eth: use phydev from struct net_device
by Philippe Reynes
· 8 years ago
ec65cfc
sh_eth: rename ARSTR register bit
by Sergei Shtylyov
· 9 years ago
888cc8c
sh_eth: remove EDMAC_BIG_ENDIAN
by Sergei Shtylyov
· 9 years ago
5cbf20c
sh_eth: fix 16-bit descriptor field access endianness too
by Sergei Shtylyov
· 9 years ago
2274d37
sh_eth: uninline sh_eth_{write|read}()
by Sergei Shtylyov
· 9 years ago
c238041
sh_eth: fix typo in RX descriptor bit name
by Sergei Shtylyov
· 9 years ago
6b4b4fe
sh_eth: Implement ethtool register dump operations
by Ben Hutchings
· 10 years ago
3365711
sh_eth: WARN on access to a register not implemented in a particular chip
by Ben Hutchings
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
283e38d
sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers
by Ben Hutchings
· 10 years ago
0799c2d
net: sh_eth: Use u32 for 32-bit register data
by Geert Uytterhoeven
· 10 years ago
b284fbe
sh_eth: Fix access to TRSCER register
by Nobuhiro Iwamatsu
· 10 years ago
7fa2955
sh_eth: Fix sleeping function called from invalid context
by Mitsuhiro Kimura
· 10 years ago
4d6a949
sh_eth: Fix skb alloc size and alignment adjust rule.
by Mitsuhiro Kimura
· 10 years ago
530aa2d
sh_eth: use RNC mode for packet reception
by Ben Dooks
· 11 years ago
730c8c6
sh_eth: use ETH_ZLEN instead of home-grown #define
by Sergei Shtylyov
· 11 years ago
db89347
sh_eth: Add support for r7s72100
by Simon Horman
· 11 years ago
128296f
sh_eth: coding style fixes
by Sergei Shtylyov
· 11 years ago
305a338
sh_eth: add/use RMCR.RNC bit
by Sergei Shtylyov
· 11 years ago
8d3214c
sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'
by Sergei Shtylyov
· 11 years ago
a3153d8
sh_eth: get register layout from 'struct sh_eth_cpu_data'
by Sergei Shtylyov
· 11 years ago
55754f1
sh_eth: add support for RMIIMODE register
by Simon Horman
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ca8c358
sh_eth: fix unhandled RFE interrupt
by Sergei Shtylyov
· 12 years ago
ac8025a
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
by Sergei Shtylyov
· 12 years ago
c8bbe37
sh_eth: cleanup 'enum TD_STS_BIT'
by Sergei Shtylyov
· 12 years ago
8f80899
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
by Sergei Shtylyov
· 12 years ago
3719109
sh_eth: add NAPI support
by Sergei Shtylyov
· 12 years ago
ea7d69e
sh_eth: define/use EESR_RX_CHECK macro
by Sergei Shtylyov
· 12 years ago
5b3dfd1
sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'
by Nobuhiro Iwamatsu
· 12 years ago
41d5ffe
sh_eth: remove #ifdef around EDSR and GECMR bit definitions
by Nobuhiro Iwamatsu
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3340d2a
sh_eth: make 'link' field of 'struct sh_eth_private' *int*
by Sergei Shtylyov
· 12 years ago
c0013f6
sh_eth: move data from header file to driver
by Sergei Shtylyov
· 12 years ago
d5e07e6
sh_eth: use managed device API
by Sergei Shtylyov
· 12 years ago
0582b7d
sh_eth: fix bitbang memory leak
by Sergei Shtylyov
· 12 years ago
525b807
net: sh_eth: add support for set_ringparam/get_ringparam
by Yoshihiro Shimoda
· 13 years ago
2ecbb78
net: sh_eth: remove unnecessary members/definitions
by Yoshihiro Shimoda
· 13 years ago
c265026
net: sh_eth: remove unnecessary function
by Yoshihiro Shimoda
· 13 years ago
5e7a76b
net/sh-eth: Add support selecting MII function for SH7734 and R8A7740
by Nobuhiro Iwamatsu
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
73a0d90
net: sh_eth: add support R8A7740
by Yoshihiro Shimoda
· 13 years ago
10b9194
net: sh_eth: fix endian check for architecture independent
by Yoshihiro Shimoda
· 13 years ago
f0e81fe
net: sh_eth: Add support SH7734
by Nobuhiro Iwamatsu
· 13 years ago
71cc7c3
net: sh_eth: add support for VLAN tag filtering
by Yoshihiro Shimoda
· 13 years ago
6743fe6
net: sh_eth: add support for multicast filtering
by Yoshihiro Shimoda
· 13 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
bb7d92e
sh-eth: use netdev stats structure and fix dma_map_single
by Eric Dumazet
· 13 years ago
fdb37a7
net: sh_eth: fix skb_over_panic happen
by Yoshihiro Shimoda
· 13 years ago
d4fa0e3
net: sh_eth: move the asm/sh_eth.h to include/linux/
by Yoshihiro Shimoda
· 13 years ago
ae70644
net: sh_eth: use ioremap()
by Yoshihiro Shimoda
· 13 years ago
37b9375
sh_eth: Move the Renesas SuperH driver
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/sh_eth.h]
e47c905
net: sh_eth: modify the PHY_INTERFACE_MODE
by Yoshihiro Shimoda
· 14 years ago
c5ed536
net: sh_eth: remove almost #ifdef of SH7763
by Yoshihiro Shimoda
· 14 years ago
4986b99
net: sh_eth: remove the SH_TSU_ADDR
by Yoshihiro Shimoda
· 14 years ago
4a55530
net: sh_eth: modify the definitions of register
by Yoshihiro Shimoda
· 14 years ago
6e07ebd
drivers/net: remove unnecessary flush_scheduled_work() calls
by Tejun Heo
· 14 years ago
bcd5149
net: add Runtime PM to the sh_eth driver
by Magnus Damm
· 15 years ago
4923576
net: sh_eth: add value of ether_link pin in platform_data
by Yoshihiro Shimoda
· 15 years ago
65ac885
net: sh_eth: Add support SH7724
by Yoshihiro Shimoda
· 16 years ago
380af9e
net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data"
by Yoshihiro Shimoda
· 16 years ago
2e2a6a9
sh_eth: Fix mistake of the address of SH7763
by Nobuhiro Iwamatsu
· 16 years ago
71557a3
[netdrvr] sh_eth: Add SH7619 support
by Yoshinori Sato
· 16 years ago
b0ca2a2
sh_eth: Add support of SH7763 to sh_eth
by Nobuhiro Iwamatsu
· 17 years ago
0caa116
net: sh_eth: Fix compile error sh_eth
by Nobuhiro Iwamatsu
· 17 years ago
86a74ff
net: sh_eth: add support for Renesas SuperH Ethernet
by Nobuhiro Iwamatsu
· 17 years ago