index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-01
sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt
Laurent Pinchart
1
-2
/
+3
2013-07-25
sh_eth: Add support for r8a7790 SoC
Simon Horman
2
-1
/
+22
2013-07-25
sh_eth: add support for RMIIMODE register
Simon Horman
2
-0
/
+6
2013-07-11
sh_eth: SH_ETH should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-18
/
+22
2013-06-24
sh_eth: fix misreporting of transmit abort
Sergei Shtylyov
1
-2
/
+3
2013-06-24
sh_eth: fix unhandled RFE interrupt
Sergei Shtylyov
2
-16
/
+19
2013-06-20
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
1
-1
/
+0
2013-06-20
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
Sergei Shtylyov
2
-3
/
+4
2013-06-20
sh_eth: cleanup 'enum TD_STS_BIT'
Sergei Shtylyov
1
-4
/
+4
2013-06-20
sh_eth: remove redundant bits from 'eesipr_value' field initializer
Sergei Shtylyov
1
-1
/
+1
2013-06-20
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
Sergei Shtylyov
2
-17
/
+0
2013-06-20
sh_eth: add NAPI support
Sergei Shtylyov
2
-12
/
+74
2013-06-20
sh_eth: define/use EESR_RX_CHECK macro
Sergei Shtylyov
2
-11
/
+10
2013-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+13
2013-06-13
net: sh_eth: fix incorrect RX length error if R8A7740
Yoshihiro Shimoda
1
-4
/
+11
2013-06-13
sh_eth: remove '__maybe_unused' annotations
Sergei Shtylyov
1
-2
/
+2
2013-06-13
sh_eth: split 'sh_eth_netdev_ops'
Sergei Shtylyov
1
-9
/
+20
2013-06-11
sh_eth: fix result of sh_eth_check_reset() on timeout
Sergei Shtylyov
1
-2
/
+2
2013-06-08
sh_eth: Fix warnings on 64-bit.
David S. Miller
1
-1
/
+1
2013-06-08
sh_eth: remove dependencies from Kconfig
Sergei Shtylyov
1
-6
/
+0
2013-06-08
sh_eth: get R8A777x support out of #ifdef
Sergei Shtylyov
1
-9
/
+5
2013-06-08
sh_eth: get SH7724 support out of #ifdef
Sergei Shtylyov
1
-5
/
+5
2013-06-08
sh_eth: get SH7757 support out of #ifdef
Sergei Shtylyov
1
-20
/
+8
2013-06-08
sh_eth: get SH77{34|63} support out of #ifdef
Sergei Shtylyov
1
-31
/
+36
2013-06-08
sh_eth: get R8A7740 support out of #ifdef
Sergei Shtylyov
1
-9
/
+7
2013-06-08
sh_eth: get SH7619 support out of #ifdef
Sergei Shtylyov
1
-3
/
+3
2013-06-08
sh_eth: get SH771x support out of #ifdef
Sergei Shtylyov
1
-3
/
+4
2013-06-08
sh_eth: create initial ID table
Sergei Shtylyov
1
-0
/
+10
2013-06-07
sh_eth: enclose PM code into #ifdef CONFIG_PM
Nobuhiro Iwamatsu
1
-2
/
+7
2013-06-07
sh_eth: consolidate sh_eth_reset()
Nobuhiro Iwamatsu
1
-125
/
+51
2013-06-07
sh_eth: remove #ifdef around sh_eth_select_mii()
Nobuhiro Iwamatsu
1
-5
/
+1
2013-06-07
sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'
Nobuhiro Iwamatsu
2
-8
/
+6
2013-06-07
sh_eth: remove SH_ETH_HAS_TSU
Nobuhiro Iwamatsu
1
-12
/
+8
2013-06-07
sh_eth: remove duplicate sh_eth_set_duplex() definitions
Nobuhiro Iwamatsu
1
-54
/
+5
2013-06-07
sh_eth: use EDSR_ENALL to set EDSR
Nobuhiro Iwamatsu
1
-1
/
+1
2013-06-07
sh_eth: remove #ifdef around EDSR and GECMR bit definitions
Nobuhiro Iwamatsu
1
-5
/
+2
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-18
drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-05-17
drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-04-30
sh_eth: use random MAC address if no valid one supplied
Sergei Shtylyov
1
-0
/
+5
2013-04-29
sh_eth: add R8A77781 support
Sergei Shtylyov
2
-3
/
+4
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+4
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+19
2013-04-01
sh_eth: make 'link' field of 'struct sh_eth_private' *int*
Sergei Shtylyov
2
-5
/
+5
2013-04-01
sh_eth: workaround for spurious ECI interrupt
Sergei Shtylyov
1
-2
/
+8
2013-04-01
sh_eth: fix handling of no LINK signal
Sergei Shtylyov
1
-4
/
+6
2013-03-29
sh_eth: add R-Car support for real
Sergei Shtylyov
1
-8
/
+99
2013-03-29
sh_eth: move data from header file to driver
Sergei Shtylyov
2
-219
/
+218
[next]