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
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-26
net: ethernet: use platform_{get,set}_drvdata()
Jingoo Han
8
-26
/
+18
2013-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+8
2013-05-23
fec: Use DIV_ROUND_UP macro
Fabio Estevam
1
-1
/
+1
2013-05-23
net: fec: use a more proper compatible string for MVF type device
Shawn Guo
1
-3
/
+3
2013-05-21
fec: Let device core handle pinctrl
Fabio Estevam
1
-9
/
+0
2013-05-18
gianfar: add missing iounmap() on error in gianfar_ptp_probe()
Wei Yongjun
1
-0
/
+1
2013-05-16
fec: Invert the order of function calls in fec_restart()
Fabio Estevam
1
-3
/
+3
2013-05-16
fec: Fix inconsistent lock state
Fabio Estevam
1
-2
/
+2
2013-05-12
net: fec: enable hardware checksum only on imx6q-fec
Shawn Guo
1
-7
/
+13
2013-05-09
net: fec: fix kernel oops when plug/unplug cable many times
Frank Li
2
-15
/
+39
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-5
/
+14
2013-05-07
Merge branch 'late/dt' into next/dt2
Arnd Bergmann
1
-32
/
+50
2013-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2013-04-25
net: fec: Enable imx6 enet checksum acceleration.
Jim Baxter
2
-4
/
+106
2013-04-25
gianfar: do not advertise any alarm capability.
Richard Cochran
1
-2
/
+1
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2013-04-23
net: Fix some __vlan_hwaccel_put_tag() callers.
David S. Miller
1
-1
/
+1
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2
-8
/
+9
2013-04-18
fec: Remove unneeded asm header files
Fabio Estevam
1
-5
/
+0
2013-04-17
net: fec: fix regression in link change accounting
Lucas Stach
1
-0
/
+1
2013-04-17
fec: Use SIMPLE_DEV_PM_OPS
Fabio Estevam
1
-12
/
+3
2013-04-14
ucc_geth: Convert ugeth_<level> to pr_<level>
Joe Perches
2
-502
/
+403
2013-04-14
gianfar: Use netdev_<level> when possible
Joe Perches
3
-12
/
+17
2013-04-14
fec: Convert printks to netdev_<level>
Joe Perches
3
-23
/
+21
2013-04-14
fec: Fix PHC device log
Fabio Estevam
2
-2
/
+3
2013-04-13
ethernet/fec: Add Vybrid family fec support
Jingchang Lu
1
-0
/
+5
2013-04-04
net: freescale: fec: add support for optional enet_out clk
Wolfram Sang
2
-0
/
+11
2013-04-04
net: fec: handle optional clk_ptp more gracefully
Shawn Guo
1
-5
/
+3
2013-04-03
net/freescale/fec: Simplify OF dependencies
Guenter Roeck
1
-18
/
+1
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-32
/
+50
2013-03-27
enet: fec: fix fail resume from suspend state
Frank Li
1
-32
/
+50
2013-03-26
net: fec: TX Buffer incorrectly initialized
Jim Baxter
1
-1
/
+1
2013-03-25
net: fec: build fec.c and fec_ptp.c to one module
Frank Li
3
-4
/
+2
2013-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2013-03-21
gianfar: Remove superfluous kernel_dropped local counter
Claudiu Manoil
3
-7
/
+1
2013-03-21
gianfar: Cleanup dead code and minor formatting
Claudiu Manoil
1
-4
/
+3
2013-03-21
gianfar: Remove 'maybe-uninitialized' compile warning
Claudiu Manoil
1
-1
/
+1
2013-03-20
fec: Fix the build as module
Fabio Estevam
1
-0
/
+3
2013-03-20
net: fec: make local function fec_poll_controller() static
Wei Yongjun
1
-1
/
+1
2013-03-20
gianfar: Refactor config coalescing calls for all queues
Claudiu Manoil
3
-6
/
+10
2013-03-20
gianfar: Remove redundant programming of [rt]xic registers
Claudiu Manoil
1
-12
/
+12
2013-03-20
gianfar: Poll only active Rx queues
Claudiu Manoil
2
-10
/
+22
2013-03-20
gianfar: Fix tx napi polling
Claudiu Manoil
1
-37
/
+45
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-14
/
+20
2013-03-20
net: fec: Define indexes as 'unsigned int'
Fabio Estevam
1
-3
/
+3
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
2
-11
/
+8
2013-03-15
net: fec: fix missing napi_disable call
Georg Hofmann
1
-0
/
+1
2013-03-15
net: fec: restart the FEC when PHY speed changes
Lucas Stach
2
-11
/
+16
2013-03-12
fec: Use devm_request_and_ioremap()
Fabio Estevam
1
-18
/
+3
2013-03-12
fec: Remove unused pci header
Fabio Estevam
1
-1
/
+0
[next]