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
/
3com
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
5
-5
/
+5
2016-12-16
net/3com/3c515: Fix timer handling, prevent leaks and crashes
Thomas Gleixner
1
-7
/
+8
2016-11-09
net: 3com: typhoon: fix typhoon_get_link_ksettings
Philippe Reynes
1
-1
/
+6
2016-11-02
net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-30
/
+30
2016-11-02
net: 3c509: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-26
/
+29
2016-11-02
net: 3c59x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
6
-7
/
+0
2016-09-13
3c59x: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
5
-5
/
+5
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-03-01
3c59x: mask LAST_FRAG bit from length field in ring
Neil Horman
1
-1
/
+1
2016-02-29
3c59x: Ensure to apply the expires time
Stafford Horne
1
-1
/
+1
2016-02-26
3c59x: Use setup_timer()
Amitoj Kaur Chawla
1
-8
/
+2
2016-01-13
3c59x: fix another page map/single unmap imbalance
Neil Horman
1
-1
/
+6
2016-01-13
3c59x: balance page maps and unmaps
Neil Horman
1
-1
/
+1
2015-12-14
drivers/net: fix eisa_driver probe section mismatch
Fabian Frederick
2
-2
/
+2
2015-08-24
3c59x: Add BQL support for 3c59x ethernet driver.
Loganaden Velvindron
1
-3
/
+20
2015-08-04
3c59x: Fix resource leaks in vortex_open
Jia-Ju Bai
1
-9
/
+8
2015-07-09
3c59x: Fix shared IRQ handling
Denys Vlasenko
1
-1
/
+3
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-13
/
+5
2015-02-12
drivers/net: Use setup_timer and mod_timer
Vaishali Thakkar
1
-5
/
+2
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2014-10-24
net: typhoon: Remove redundant casts
Rasmus Villemoes
1
-2
/
+2
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-10-07
3c59x: fix bad split of cpu_to_le32(pci_map_single())
Sylvain "ythier" Hitier
1
-1
/
+1
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+41
2014-09-20
3c59x: Fix bad offset spec in skb_frag_dma_map
Neil Horman
1
-1
/
+1
2014-09-20
3c59x: Add dma error checking and recovery
Neil Horman
1
-9
/
+41
2014-09-10
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
3
-30
/
+28
2014-09-06
3c59x: avoid panic in boomerang_start_xmit when finding page address:
Neil Horman
1
-4
/
+4
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2
-2
/
+2
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
3
-3
/
+3
2014-04-08
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
Uwe Kleine-König
1
-1
/
+1
2014-03-25
3c59x: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-25
3c509: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-02-19
Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issues
Justin van Wijngaarden
1
-543
/
+584
2014-02-10
3c59x: Remove unused pointer in vortex_eisa_cleanup()
Christian Engelmayer
1
-2
/
+0
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2
-2
/
+0
2014-01-14
net: 3com: fix warning for incorrect type in argument
dingtianhong
1
-1
/
+1
2014-01-01
net: 3com: slight optimization of addr compare
dingtianhong
1
-2
/
+1
2013-12-19
3c59x: Add software timestamping
Matthew Whitehead
1
-0
/
+4
2013-12-06
3c59x/net: Use dev_is_pci() instead of hardcoding
Yijing Wang
1
-1
/
+1
2013-10-18
net: typhoon: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-10-03
3com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515
Matthew Whitehead
1
-2
/
+2
2013-06-20
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
1
-1
/
+0
2013-06-12
3c59x: consolidate error cleanup in vortex_init_one()
Sergei Shtylyov
1
-13
/
+12
2013-05-21
3c59x: remove useless VORTEX_PCI() invocations
Sergei Shtylyov
1
-9
/
+8
2013-05-17
net: 3com: 3c509: remove unnecessary code
govindarajulu.v
1
-19
/
+0
2013-05-12
3c59x: fix PCI resource management
Sergei Shtylyov
1
-12
/
+13
2013-05-06
3c59x: fix freeing nonexistent resource on driver unload
Sergei Shtylyov
1
-1
/
+1
[prev]
[next]