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
/
broadcom
/
bcm63xx_enet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-9
/
+0
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-2
/
+1
2015-12-03
net: bcm63xx: Use platform_register/unregister_drivers()
Thierry Reding
1
-20
/
+8
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+19
2015-10-21
bcm63xx_enet: check 1000BASE-T advertisement configuration
Simon Arlott
1
-14
/
+19
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-2
/
+0
2015-03-04
bcm63xx_enet: fix poll callback.
Nicolas Schichan
1
-4
/
+4
2014-12-10
ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
1
-1
/
+1
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-2
/
+2
2014-04-24
bcm63xx_enet: Use ARRAY_SIZE instead of open coding it
Tobias Klauser
1
-2
/
+1
2014-03-13
bcm63xx_enet: Stop pretending to support netpoll
Eric W. Biederman
1
-3
/
+0
2013-09-12
bcm63xx_enet: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-4
/
+4
2013-08-31
net: bcm63xx_enet: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-08-30
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-4
/
+2
2013-08-23
ethernet: broadcom: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-21
bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource
Julia Lawall
1
-5
/
+5
2013-06-19
bcm63xx_enet: fix return value check in bcm_enet_shared_probe()
Wei Yongjun
1
-2
/
+2
2013-06-14
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
Florian Fainelli
1
-80
/
+120
2013-06-11
bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch
Maxime Bizon
1
-12
/
+927
2013-06-11
bcm63xx_enet: split DMA channel register accesses
Maxime Bizon
1
-56
/
+83
2013-06-11
bcm63xx_enet: implement reset autoneg ethtool callback
Maxime Bizon
1
-0
/
+15
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
1
-4
/
+4
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-2
/
+0
2013-03-11
bcm63xx_enet: properly prepare/unprepare clocks before/after usage
Jonas Gorski
1
-6
/
+6
2013-03-11
bcm63xx_enet: use managed memory allocations
Jonas Gorski
1
-5
/
+3
2013-03-11
bcm63xx_enet: use managed io memory allocations
Jonas Gorski
1
-36
/
+7
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-4
/
+2
2013-01-15
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-1
/
+1
2013-01-07
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-4
/
+5
2012-12-03
net/broadcom: remove __dev* attributes
Bill Pemberton
1
-6
/
+6
2012-02-14
bcm63xx-enet: fix PHY name to match MDIO bus name
Florian Fainelli
1
-1
/
+1
2012-01-11
bcm63xx_enet: use an unique MDIO bus name.
Florian Fainelli
1
-1
/
+1
2012-01-10
bcm63xx: make ethtool_ops const
stephen hemminger
1
-1
/
+1
2011-10-08
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
1
-2
/
+0
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-11
broadcom: Move the Broadcom drivers
Jeff Kirsher
1
-0
/
+1966