index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2017-08-14
net: sh_eth: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-02
ravb: add workaround for clock when resuming with WoL enabled
Niklas Söderlund
1
-2
/
+25
2017-08-02
ravb: add wake-on-lan support via magic packet
Niklas Söderlund
2
-4
/
+106
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
2
-10
/
+9
2017-06-12
sh_eth: add support for changing MTU
Niklas Söderlund
1
-0
/
+20
2017-06-06
ravb: Fix use-after-free on `ifconfig eth0 down`
Eugeniu Rosca
1
-12
/
+12
2017-05-18
sh_eth: Do not print an error message for probe deferral
Geert Uytterhoeven
1
-1
/
+2
2017-05-18
sh_eth: Use platform device for printing before register_netdev()
Geert Uytterhoeven
1
-1
/
+1
2017-04-24
ravb: Double free on error in ravb_start_xmit()
Dan Carpenter
1
-3
/
+4
2017-04-19
sh_eth: unmap DMA buffers when freeing rings
Sergei Shtylyov
1
-55
/
+67
2017-02-01
sh_eth: fix wakeup event reporting from MagicPacket
Niklas Söderlund
1
-2
/
+2
2017-02-01
sh_eth: align usage of sh_eth_modify() with rest of driver
Niklas Söderlund
1
-1
/
+1
2017-01-31
sh_eth: stop using bare numbers for EESIPR values
Sergei Shtylyov
1
-11
/
+80
2017-01-31
sh_eth: add missing EESIPR bits
Sergei Shtylyov
1
-2
/
+8
2017-01-31
sh_eth: rename EESIPR bits
Sergei Shtylyov
2
-24
/
+34
2017-01-30
ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-W
Geert Uytterhoeven
1
-2
/
+8
2017-01-30
ravb: Add tx and rx clock internal delays mode of APSR
Kazuya Mizuguchi
2
-0
/
+33
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-48
/
+64
2017-01-27
ravb: unmap descriptors when freeing rings
Kazuya Mizuguchi
1
-48
/
+64
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+15
2017-01-16
ravb: do not use zero-length alignment DMA descriptor
Masaru Nagai
1
-0
/
+13
2017-01-12
ravb: Remove Rx overflow log messages
Kazuya Mizuguchi
1
-6
/
+2
2017-01-09
sh_eth: enable wake-on-lan for sh7763
Niklas Söderlund
1
-0
/
+1
2017-01-09
sh_eth: enable wake-on-lan for sh7734
Niklas Söderlund
1
-0
/
+1
2017-01-09
sh_eth: enable wake-on-lan for r8a7740/armadillo
Niklas Söderlund
1
-0
/
+1
2017-01-09
sh_eth: enable wake-on-lan for R-Car Gen2 devices
Niklas Söderlund
1
-2
/
+4
2017-01-09
sh_eth: add generic wake-on-lan support via magic packet
Niklas Söderlund
2
-8
/
+109
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
2
-7
/
+7
2017-01-09
sh_eth: get rid of 'sh_eth_cpu_data::shift_rd0'
Sergei Shtylyov
2
-5
/
+1
2017-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2017-01-06
sh_eth: R8A7740 supports packet shecksumming
Sergei Shtylyov
1
-0
/
+1
2017-01-06
sh_eth: fix EESIPR values for SH77{34|63}
Sergei Shtylyov
1
-2
/
+2
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-01-05
sh_eth: enable RX descriptor word 0 shift on SH7734
Sergei Shtylyov
1
-0
/
+1
2017-01-04
sh_eth: factor out sh_eth_emac_interrupt()
Sergei Shtylyov
2
-51
/
+53
2017-01-04
sh_eth: no need for *else* after *goto*
Sergei Shtylyov
1
-6
/
+4
2017-01-04
sh_eth: handle only enabled E-MAC interrupts
Sergei Shtylyov
1
-1
/
+2
2016-12-30
sh_eth: fix branch prediction in sh_eth_interrupt()
Sergei Shtylyov
1
-1
/
+1
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+15
2016-12-02
net: renesas: ravb: unintialized return value
Dan Carpenter
1
-2
/
+0
2016-12-02
sh_eth: remove unchecked interrupts for RZ/A1
Chris Brandt
1
-1
/
+1
2016-11-30
net: ethernet: renesas: ravb: fix fixed-link phydev leaks
Johan Hovold
1
-3
/
+14
2016-11-16
ptp_clock: Allow for it to be optional
Nicolas Pitre
1
-1
/
+1
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2
-3
/
+0
2016-09-28
sh_eth: add R8A7743/5 support
Sergei Shtylyov
2
-1
/
+3
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2016-09-11
net: ethernet: renesas: sh_eth: add POST registers for rz
Chris Brandt
1
-0
/
+7
2016-08-31
ravb: avoid unused function warnings
Arnd Bergmann
1
-10
/
+4
[next]