summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bgmac.c
AgeCommit message (Expand)Author
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-01-08net: broadcom: share header defining UniMAC registersRafał Miłecki
2021-01-08bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki
2020-03-27bgmac: configure MTU and add support for frames beyond 8192 byte sizeMurali Krishna Policharla
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-01net: bgmac: remove set but not used variable 'err'YueHaibing
2018-07-04net: bgmac: remove redundant variable 'freed'Colin Ian King
2018-04-01net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli
2018-03-29net: bgmac: Mask interrupts during probeFlorian Fainelli
2018-03-29net: bgmac: Use interface name to request interruptFlorian Fainelli
2018-01-05net: bgmac: Remove short packet padding for DSAFlorian Fainelli
2017-11-11net: bgmac: Pad packets to a minimum sizeFlorian Fainelli
2017-07-15net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2017-03-06net: ethernet: bgmac: driver power manangementJoey Zhong
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09net: bgmac: fix reversed checks for clock control flagRafał Miłecki
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason
2016-10-31bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek
2016-10-27net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King
2016-10-06net: bgmac: Fix errant feature flag checkJon Mason
2016-08-18net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason
2016-07-09net: ethernet: bgmac: convert to feature flagsJon Mason
2016-07-09net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason
2016-07-09net: ethernet: bgmac: add dma_dev pointerJon Mason
2016-07-09net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-28net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli
2016-06-28net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli
2016-06-28net: bgmac: Fix SOF bit checkingFlorian Fainelli
2016-06-22net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-22net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes
2016-06-09bgmac: Maintain some netdev statisticsFlorian Fainelli
2016-06-09bgmac: Add support for ethtool statisticsFlorian Fainelli
2016-06-09bgmac: Bind net_device with backing device structureFlorian Fainelli