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
2010-12-23
Merge commit 'v2.6.37-rc7' into devicetree/next
Grant Likely
1
-9
/
+16
2010-11-12
ucc_geth: Fix deadlock
Joakim Tjernlund
1
-3
/
+7
2010-11-12
ucc_geth: Do not bring the whole IF down when TX failure.
Joakim Tjernlund
1
-6
/
+9
2010-11-01
of/net: Move of_get_mac_address() to a common source file.
David Daney
1
-0
/
+1
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-4
/
+4
2010-07-31
ucc_geth: fix UCC device number in debug message
Sergey Matyukevich
1
-1
/
+1
2010-07-19
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-1
/
+1
2010-06-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2010-06-17
ucc_geth: fix for RX skb buffers recycling
Sergey Matyukevich
1
-0
/
+2
2010-06-13
ucc_geth driver: add ioctl
Sergey Matyukevich
1
-0
/
+14
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
1
-7
/
+5
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-2
/
+5
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+0
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-4
/
+4
2010-03-25
net/various: remove trailing space in messages
Frans Pop
1
-1
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
Jiri Pirko
1
-6
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-1
/
+2
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+2
2010-01-21
ucc_geth: update the tbi-phy setting
Liu Yu-B13201
1
-8
/
+15
2010-01-19
ucc_geth: Fix full TX queue processing
Jiajun Wu
1
-3
/
+2
2009-12-31
ucc_geth: Fix netdev watchdog triggering on suspend
Anton Vorontsov
1
-1
/
+2
2009-12-27
ucc_geth: Don't needlessly change MAC settings in adjust_link()
Anton Vorontsov
1
-15
/
+18
2009-12-27
ucc_geth: Fix netdev watchdog triggering on link changes
Anton Vorontsov
1
-2
/
+5
2009-12-27
ucc_geth: Fix empty TX queue processing
Anton Vorontsov
1
-1
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-12
/
+12
2009-09-11
ucc_geth: Fix hangs after switching from full to half duplex
Anton Vorontsov
1
-5
/
+31
2009-09-11
ucc_geth: Rearrange some code to avoid forward declarations
Anton Vorontsov
1
-151
/
+149
2009-09-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+3
2009-08-31
ucc_geth: Implement suspend/resume and Wake-On-LAN support
Anton Vorontsov
1
-0
/
+85
2009-08-31
ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code
Anton Vorontsov
1
-32
/
+0
2009-08-31
ucc_geth: Factor out MAC initialization steps into a call
Anton Vorontsov
1
-35
/
+52
2009-08-15
drivers/net: fixed drivers that support netpoll use ndo_start_xmit()
Dongdong Deng
1
-2
/
+3
2009-07-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-16
/
+7
2009-07-22
ucc_geth: Revive fixed link support
Anton Vorontsov
1
-16
/
+7
2009-07-08
ucc_geth: Add support for skb recycling
Anton Vorontsov
1
-12
/
+28
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-67
/
+46
2009-06-18
net/ucc_geth: Add SGMII support for UCC GETH driver
Haiying Wang
1
-1
/
+57
2009-06-18
Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"
Grant Likely
1
-78
/
+1
2009-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-57
/
+130
2009-06-03
net/ucc_geth: Add SGMII support for UEC GETH driver
Haiying Wang
1
-1
/
+78
2009-05-27
net/ucc_geth: allow to set mac address on running device
Kevin Hao
1
-1
/
+32
2009-05-19
net/ucc_geth: Assign six threads to Rx for UEC
Haiying Wang
1
-1
/
+9
2009-05-19
net/ucc_geth: update riscTx and riscRx in ucc_geth
Haiying Wang
1
-3
/
+11
2009-04-28
net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.
Grant Likely
1
-3
/
+0
[next]