summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bcm63xx_enet.c
AgeCommit message (Expand)Author
2019-11-20net: broadcom: fix return type of ndo_start_xmit functionYueHaibing
2018-07-22bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski
2018-07-22bcm63xx_enet: correct clock usageJonas Gorski
2017-08-30net: bcm63xx_enet: make bcm_enetsw_ethtool_ops constBhumika Goyal
2017-06-13networking: use skb_put_zero()Johannes Berg
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-20bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann
2016-11-15net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_resetFlorian Fainelli
2016-11-15net: bcm63xx_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-18net: bcm63xx: avoid referencing uninitialized variableArnd Bergmann
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson
2016-09-19net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-09-19net: ethernet: broadcom: bcm63xx: use phydev from struct net_devicePhilippe Reynes
2016-08-01net: bcm63xx: avoid possible null pointer dereferencexypron.glpk@gmx.de
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2015-12-03net: bcm63xx: Use platform_register/unregister_drivers()Thierry Reding
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21bcm63xx_enet: check 1000BASE-T advertisement configurationSimon Arlott
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-03-04bcm63xx_enet: fix poll callback.Nicolas Schichan
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-24bcm63xx_enet: Use ARRAY_SIZE instead of open coding itTobias Klauser
2014-03-13bcm63xx_enet: Stop pretending to support netpollEric W. Biederman
2013-09-11bcm63xx_enet: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-08-30net: bcm63xx_enet: use dev_get_platdata()Jingoo Han
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-08-22ethernet: broadcom: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-20bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun
2013-06-13bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli
2013-06-10bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon
2013-06-10bcm63xx_enet: split DMA channel register accessesMaxime Bizon
2013-06-10bcm63xx_enet: implement reset autoneg ethtool callbackMaxime Bizon
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-10bcm63xx_enet: properly prepare/unprepare clocks before/after usageJonas Gorski
2013-03-10bcm63xx_enet: use managed memory allocationsJonas Gorski
2013-03-10bcm63xx_enet: use managed io memory allocationsJonas Gorski
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-03net/broadcom: remove __dev* attributesBill Pemberton
2012-02-13bcm63xx-enet: fix PHY name to match MDIO bus nameFlorian Fainelli
2012-01-10bcm63xx_enet: use an unique MDIO bus name.Florian Fainelli