index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh_eth: Add support for r7s72100
Simon Horman
2014-01-18
2
-8
/
+119
*
sh_eth: Use bool as return type of sh_eth_is_gether()
Simon Horman
2014-01-18
1
-5
/
+2
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
sh_eth: fix garbled TX error message
Sergei Shtylyov
2014-01-14
1
-4
/
+4
*
sh_eth: coding style fixes
Sergei Shtylyov
2014-01-04
2
-88
/
+75
*
net: renesas: slight optimization of addr compare
dingtianhong
2013-12-31
1
-1
/
+1
*
sh_eth: do not reset PHY needlessly
Sergei Shtylyov
2013-12-20
1
-5
/
+0
*
sh_eth: add PHY IRQ to platform data
Sergei Shtylyov
2013-12-20
1
-2
/
+4
*
sh_eth: add R8A7791 support
Sergei Shtylyov
2013-12-11
2
-4
/
+5
*
net: sh_eth: do not issue a wild PHY reset through BMCR
Florian Fainelli
2013-12-10
1
-1
/
+4
*
sh_eth: check platform data pointer
Sergei Shtylyov
2013-11-04
1
-0
/
+6
*
sh_eth: add/use RMCR.RNC bit
Sergei Shtylyov
2013-10-23
2
-3
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-23
1
-4
/
+4
|
\
|
*
net: sh_eth: Correct fix for RX packet errors on R8A7740
Simon Horman
2013-10-11
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-09
1
-0
/
+4
|
\
|
|
*
net: sh_eth: Fix RX packets errors on R8A7740
Nguyen Hong Ky
2013-10-08
1
-0
/
+4
*
|
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-02
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-09-05
1
-6
/
+8
|
\
|
*
sh_eth: fix napi_{en|dis}able() calls racing against interrupts
Sergei Shtylyov
2013-09-04
1
-5
/
+7
|
*
sh_eth: NAPI requires netif_receive_skb()
Sergei Shtylyov
2013-09-04
1
-1
/
+1
*
|
sh_eth: Enable Rx descriptor word 0 shift for r8a7790
Kouei Abe
2013-09-04
1
-0
/
+1
*
|
sh_eth: Fix cache invalidation omission of receive buffer
Kouei Abe
2013-09-04
1
-0
/
+3
*
|
net: sh_eth: use dev_get_platdata()
Jingoo Han
2013-08-30
1
-1
/
+1
*
|
sh_eth: no need to call ether_setup()
Sergei Shtylyov
2013-08-29
1
-3
/
+0
*
|
sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'
Sergei Shtylyov
2013-08-21
1
-0
/
+7
*
|
sh_eth: get register layout from 'struct sh_eth_cpu_data'
Sergei Shtylyov
2013-08-21
2
-1
/
+22
*
|
sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt
Laurent Pinchart
2013-07-31
1
-2
/
+3
*
|
sh_eth: Add support for r8a7790 SoC
Simon Horman
2013-07-25
2
-1
/
+22
*
|
sh_eth: add support for RMIIMODE register
Simon Horman
2013-07-25
2
-0
/
+6
|
/
*
sh_eth: SH_ETH should depend on HAS_DMA
Geert Uytterhoeven
2013-07-11
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
2
-18
/
+22
|
\
|
*
sh_eth: fix misreporting of transmit abort
Sergei Shtylyov
2013-06-24
1
-2
/
+3
|
*
sh_eth: fix unhandled RFE interrupt
Sergei Shtylyov
2013-06-24
2
-16
/
+19
*
|
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
2013-06-20
1
-1
/
+0
*
|
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
Sergei Shtylyov
2013-06-20
2
-3
/
+4
*
|
sh_eth: cleanup 'enum TD_STS_BIT'
Sergei Shtylyov
2013-06-20
1
-4
/
+4
*
|
sh_eth: remove redundant bits from 'eesipr_value' field initializer
Sergei Shtylyov
2013-06-20
1
-1
/
+1
*
|
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
Sergei Shtylyov
2013-06-20
2
-17
/
+0
*
|
sh_eth: add NAPI support
Sergei Shtylyov
2013-06-20
2
-12
/
+74
*
|
sh_eth: define/use EESR_RX_CHECK macro
Sergei Shtylyov
2013-06-20
2
-11
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-20
1
-6
/
+13
|
\
|
|
*
net: sh_eth: fix incorrect RX length error if R8A7740
Yoshihiro Shimoda
2013-06-13
1
-4
/
+11
|
*
sh_eth: fix result of sh_eth_check_reset() on timeout
Sergei Shtylyov
2013-06-11
1
-2
/
+2
|
*
drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
|
sh_eth: remove '__maybe_unused' annotations
Sergei Shtylyov
2013-06-13
1
-2
/
+2
*
|
sh_eth: split 'sh_eth_netdev_ops'
Sergei Shtylyov
2013-06-12
1
-9
/
+20
*
|
sh_eth: Fix warnings on 64-bit.
David S. Miller
2013-06-08
1
-1
/
+1
*
|
sh_eth: remove dependencies from Kconfig
Sergei Shtylyov
2013-06-08
1
-6
/
+0
*
|
sh_eth: get R8A777x support out of #ifdef
Sergei Shtylyov
2013-06-08
1
-9
/
+5
*
|
sh_eth: get SH7724 support out of #ifdef
Sergei Shtylyov
2013-06-08
1
-5
/
+5
[next]