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
/
ucc_geth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-22
ucc_geth.c: Fix upsmr setting in RMII mode
Heiko Schocher
1
-1
/
+2
2009-04-02
ucc_geth: Pass proper device to DMA routines, otherwise oops happens
Anton Vorontsov
1
-10
/
+11
2009-04-02
ucc_geth: Remove unused header
Kumar Gala
1
-1
/
+0
2009-03-29
ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().
David S. Miller
1
-5
/
+6
2009-03-28
ucc_geth: Fix three oopses in PHY {de,}initialization code
Anton Vorontsov
1
-10
/
+11
2009-03-25
ucc_geth: Convert to net_device_ops
Joakim Tjernlund
1
-9
/
+15
2009-03-24
ucc_geth: Fix build breakage caused by a merge
Anton Vorontsov
1
-1
/
+1
2009-03-24
ucc_geth: Fix merge error.
David S. Miller
1
-5
/
+0
2009-03-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-23
/
+13
2009-03-23
ucc_geth: Fix oops when using fixed-link support
Anton Vorontsov
1
-24
/
+10
2009-02-05
netdev: Merge UCC and gianfar MDIO bus drivers
Andy Fleming
1
-12
/
+4
2009-01-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+18
2009-01-30
ucc_geth: Change uec phy id to the same format as gianfar's
Haiying Wang
1
-2
/
+18
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-3
/
+3
2009-01-11
ucc_geth: use correct UCCE macros
Timur Tabi
1
-85
/
+43
2008-12-26
ucc_geth: Eliminate the need for forward references
Anton Vorontsov
1
-42
/
+39
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-12-19
ucc_geth: Remove UGETH_FILTERING dead code
Anton Vorontsov
1
-262
/
+0
2008-12-19
ucc_geth: Fix IO memory (un)mapping code
Anton Vorontsov
1
-3
/
+12
2008-12-19
ucc_geth: Cleanup repetitive ucc_geth_memclean() calls
Anton Vorontsov
1
-30
/
+1
2008-12-19
ucc_geth: Fix IRQ freeing code in ucc_geth_open()
Anton Vorontsov
1
-9
/
+8
2008-12-19
ucc_geth: Fix TX watchdog timeout handling
Anton Vorontsov
1
-8
/
+29
2008-12-19
ucc_geth: Fix endless loop in stop_{tx,rx} routines
Anton Vorontsov
1
-3
/
+6
2008-11-11
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-2
/
+0
2008-09-25
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
1
-58
/
+58
2008-07-21
ucc_geth: do not touch net queue in adjust_link phylib callback
Anton Vorontsov
1
-1
/
+0
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-1
/
+1
2008-07-18
netdev: Convert all drivers away from netif_schedule().
David S. Miller
1
-2
/
+2
2008-07-11
ucc_geth: delete non NAPI code from the driver.
Francois Romieu
1
-27
/
+2
2008-06-30
drivers/net: Use linux/of_{device,platform}.h instead of asm
Stephen Rothwell
1
-1
/
+1
2008-05-22
ucc_geth: Fix arguments to dma map/unmap functions
Andy Fleming
1
-4
/
+5
2008-05-06
ucc_geth: Don't use RX clock as TX clock.
Joakim Tjernlund
1
-1
/
+1
2008-05-06
ucc_geth: Fix a bunch of sparse warnings
Andy Fleming
1
-132
/
+144
2008-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2008-04-25
ucc_geth: Fix sneaky merge conflict regarding bus_id
Andy Fleming
1
-1
/
+1
2008-04-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
1
-1
/
+7
2008-04-17
[POWERPC] QE: UCC nodes cleanup
Anton Vorontsov
1
-1
/
+7
2008-04-17
phy: Change mii_bus id field to a string
Andy Fleming
1
-1
/
+1
2008-04-12
ucc_geth: fix non-functional fixed phy support
Joakim Tjernlund
1
-23
/
+30
2008-03-17
ucc_geth: use correct thread number for 10/100Mbps link
Joakim Tjernlund
1
-2
/
+4
2008-02-03
ucc_geth: add support for netpoll
Anton Vorontsov
1
-0
/
+20
2008-02-03
ucc_geth: fix module removal
Anton Vorontsov
1
-7
/
+10
2008-01-31
Merge branch 'linux-2.6'
Paul Mackerras
1
-3
/
+0
2008-01-29
[netdrvr] irq handler minor cleanups in several drivers
Jeff Garzik
1
-3
/
+0
2007-12-21
Merge branch 'linux-2.6'
Paul Mackerras
1
-1
/
+1
2007-12-15
ucc_geth: minor whitespace fix
Andrew Morton
1
-1
/
+1
2007-12-14
[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties
Timur Tabi
1
-4
/
+51
2007-12-02
ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection...
Kim Phillips
1
-0
/
+10
2007-10-29
Fix ethernet multicast for ucc_geth.
Joakim Tjernlund
1
-13
/
+2
[next]