aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac-bcma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET1-1/+0
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-05net: bgmac: improve handling PHYRafał Miłecki1-12/+21
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-19net: bgmac-bcma: handle deferred probe error due to mac-addressChristian Lamparter1-0/+2
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2017-10-12net: bgmac: enable master mode for BCM54210E and B50212E PHYsRafał Miłecki1-1/+7
2017-03-16net: ethernet: bgmac: Allow MAC address to be specified in DTBSteve Lin1-16/+23
2017-03-06net: ethernet: bgmac: unify code of the same familyJon Mason1-36/+28
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser1-1/+1
2017-01-31net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki1-1/+1
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki1-3/+1
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason1-0/+22
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki1-1/+18
2016-08-18net: bgmac: fix reversed check for MII registration errorRafał Miłecki1-1/+1
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason1-0/+315