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
2015-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-02-05
net: fec: Delete unnecessary checks before the function call "kfree"
Markus Elfring
1
-5
/
+2
2015-02-05
gianfar: correct the bad expression while writing bit-pattern
Sanjeev Sharma
1
-1
/
+1
2015-02-05
net: fs_enet: Implement NETIF_F_SG feature
LEROY Christophe
2
-30
/
+66
2015-01-30
net: gianfar: remove the unneeded check of disabled device
Kevin Hao
1
-1
/
+1
2015-01-26
net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdio
Shaohui Xie
1
-8
/
+16
2015-01-26
net/fsl: drop in_be32() & out_be32() in xgmac_mdio
Shaohui Xie
1
-14
/
+14
2015-01-25
net: fec: fix the warning found by dma debug
Nimrod Andy
1
-11
/
+23
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+8
2015-01-14
net: fec: fix MDIO bus assignement for dual fec SoC's
Stefan Agner
2
-4
/
+7
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2015-01-14
net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdio
Shaohui Xie
1
-7
/
+7
2015-01-14
net/fsl: fix a bug in xgmac_mdio
Shaohui Xie
1
-1
/
+1
2015-01-09
net: fec: fix NULL pointer dereference in fec_enet_timeout_work
Hubert Feurstein
1
-0
/
+1
2015-01-07
net/fsl: Add mEMAC MDIO support to XGMAC MDIO
Andy Fleming
2
-12
/
+55
2015-01-02
net/fsl: remove hardcoded clock setting from xgmac_mdio
Shaohui Xie
1
-14
/
+0
2015-01-02
net/fsl: remove irq assignment from xgmac_mdio
Shaohui Xie
1
-2
/
+1
2015-01-02
net/fsl: remove reset from xgmac_mdio
Shaohui Xie
1
-19
/
+0
2014-12-31
net: fec: add Wake-on-LAN support
Nimrod Andy
2
-10
/
+96
2014-12-31
net: gianfar: add missing __iomem annotation
Kevin Hao
2
-2
/
+2
2014-12-31
net: gianfar: mark the local functions static
Kevin Hao
1
-4
/
+5
2014-12-31
net: fec: convert to timecounter adjtime.
Richard Cochran
1
-15
/
+1
2014-12-31
time: move the timecounter/cyclecounter code into its own file.
Richard Cochran
1
-0
/
+1
2014-12-16
net: fec: Fix NAPI race
Nimrod Andy
1
-12
/
+7
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-9
/
+0
2014-12-11
gianfar: Fix dma check map error when DMA_API_DEBUG is enabled
Kevin Hao
1
-28
/
+56
2014-12-11
net: fec: only enable mdio interrupt before phy device link up
Nimrod Andy
1
-1
/
+4
2014-12-11
net: fec: clear all interrupt events to support i.MX6SX
Nimrod Andy
1
-1
/
+1
2014-12-11
net: fec: reset fep link status in suspend function
Nimrod Andy
1
-0
/
+6
2014-12-10
net: fec: avoid kernal crash by NULL pointer when no phy connection
Nimrod Andy
1
-0
/
+2
2014-11-24
net: fec: init maximum receive buffer size for ring1 and ring2
Nimrod Andy
2
-5
/
+10
2014-11-18
net: fec: remove unused return value from swap_buffer()
Lothar Waßmann
1
-3
/
+1
2014-11-18
net: fec: simplify loop counter handling in swap_buffer()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: use swab32s() instead of cpu_to_be32()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: improve access to quirk flags by copying them into fec_enet_private...
Lothar Waßmann
2
-68
/
+39
2014-11-18
net: fec: change type of 'bufdesc_ex' to bool
Lothar Waßmann
2
-4
/
+2
2014-11-18
net: fec: properly parenthesize macro args
Lothar Waßmann
1
-15
/
+16
2014-11-18
net: fec: consistently use lower case chars as hex digits
Lothar Waßmann
1
-44
/
+44
2014-11-18
net: fec: indentation cleanup
Lothar Waßmann
1
-54
/
+54
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+19
2014-11-07
net: fec: fix regression on i.MX28 introduced by rx_copybreak support
Lothar Waßmann
1
-4
/
+19
2014-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+8
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
9
-9
/
+0
2014-11-03
net: fec: fix suspend broken on multiple MACs sillicons
Nimrod Andy
1
-8
/
+8
2014-10-29
gianfar: Implement PAUSE frame generation support
Matei Pavaluca
3
-2
/
+93
2014-10-29
Fix the way the local advertising flow options are determined
Pavaluca Matei-B46610
1
-1
/
+5
2014-10-29
Add flow control support flags to gianfar's capabilities
Pavaluca Matei-B46610
2
-3
/
+4
2014-10-23
net: fec: ptp: fix NULL pointer dereference if ptp_clock is not set
Philipp Zabel
1
-1
/
+2
2014-10-22
net: fs_enet: set back promiscuity mode after restart
LEROY Christophe
2
-0
/
+6
2014-10-20
net: ethernet: freescale: fs_enet: drop owner assignment from platform_drivers
Wolfram Sang
3
-3
/
+0
[next]