index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bcm63xx_enet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
ethernet/broadcom: Convert timers to use timer_setup()
Kees Cook
1
-15
/
+9
2017-10-01
bcm63xx_enet: drop unneeded NULL phy_clk check
Jonas Gorski
1
-5
/
+2
2017-10-01
bcm63xx_enet: use managed functions for clock/ioremap
Jonas Gorski
1
-42
/
+12
2017-10-01
bcm63xx_enet: do not rely on probe order
Jonas Gorski
1
-7
/
+2
2017-10-01
bcm63xx_enet: do not write to random DMA channel on BCM6345
Jonas Gorski
1
-1
/
+2
2017-10-01
bcm63xx_enet: correct clock usage
Jonas Gorski
1
-8
/
+23
2017-09-26
net: bcm63xx_enet: Use setup_timer and mod_timer
Himanshu Jha
1
-5
/
+2
2017-09-21
drivers: net: bcm63xx: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-08-30
net: bcm63xx_enet: make bcm_enetsw_ethtool_ops const
Bhumika Goyal
1
-1
/
+1
2017-06-13
networking: use skb_put_zero()
Johannes Berg
1
-2
/
+1
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
1
-1
/
+4
2017-02-27
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-20
bcm63xx_enet: avoid uninitialized variable warning
Arnd Bergmann
1
-2
/
+4
2016-11-15
net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_reset
Florian Fainelli
1
-1
/
+1
2016-11-15
net: bcm63xx_enet: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-5
/
+2
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2016-10-18
net: bcm63xx: avoid referencing uninitialized variable
Arnd Bergmann
1
-1
/
+2
2016-10-18
ethernet/broadcom: use core min/max MTU checking
Jarod Wilson
1
-24
/
+11
2016-09-19
net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-24
/
+28
2016-09-19
net: ethernet: broadcom: bcm63xx: use phydev from struct net_device
Philippe Reynes
1
-17
/
+14
2016-08-01
net: bcm63xx: avoid possible null pointer dereference
xypron.glpk@gmx.de
1
-1
/
+1
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-13
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-11
bcm63xx_enet: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-4
/
+4
2013-08-30
net: bcm63xx_enet: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-4
/
+2
2013-08-22
ethernet: broadcom: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-20
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-13
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
Florian Fainelli
1
-80
/
+120
2013-06-10
bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch
Maxime Bizon
1
-12
/
+927
2013-06-10
bcm63xx_enet: split DMA channel register accesses
Maxime Bizon
1
-56
/
+83
2013-06-10
bcm63xx_enet: implement reset autoneg ethtool callback
Maxime Bizon
1
-0
/
+15
2013-05-27
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-10
bcm63xx_enet: properly prepare/unprepare clocks before/after usage
Jonas Gorski
1
-6
/
+6
2013-03-10
bcm63xx_enet: use managed memory allocations
Jonas Gorski
1
-5
/
+3
2013-03-10
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
[next]