summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bgmac.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25net: fill in MODULE_DESCRIPTION()s for Broadcom bgmacBreno Leitao1-0/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-20net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-07-08net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki1-2/+2
2023-02-28bgmac: fix *initial* chip reset to support BCM5358Rafał Miłecki1-2/+6
2022-11-12net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun1-1/+0
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-09net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle1-1/+1
2022-04-29net: bgmac: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-01-09net: broadcom: share header defining UniMAC registersRafał Miłecki1-49/+49
2021-01-09bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki1-40/+40
2020-03-28bgmac: configure MTU and add support for frames beyond 8192 byte sizeMurali Krishna Policharla1-0/+12
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-9/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-02-05net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-09-02net: bgmac: remove set but not used variable 'err'YueHaibing1-2/+0
2018-07-04net: bgmac: remove redundant variable 'freed'Colin Ian King1-2/+0
2018-04-02net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli1-1/+2
2018-03-29net: bgmac: Mask interrupts during probeFlorian Fainelli1-0/+2
2018-03-29net: bgmac: Use interface name to request interruptFlorian Fainelli1-1/+1
2018-01-05net: bgmac: Remove short packet padding for DSAFlorian Fainelli1-15/+0
2017-11-11net: bgmac: Pad packets to a minimum sizeFlorian Fainelli1-0/+16
2017-07-16net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah1-28/+42
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-07net: ethernet: bgmac: driver power manangementJoey Zhong1-0/+51
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser1-5/+4
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki1-8/+17
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2016-11-09net: bgmac: fix reversed checks for clock control flagRafał Miłecki1-2/+2
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason1-0/+3
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason1-24/+5
2016-11-01bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-10-27net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King1-1/+1
2016-10-07net: bgmac: Fix errant feature flag checkJon Mason1-1/+1
2016-08-19net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki1-1/+2
2016-08-19net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki1-0/+25
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-16net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli1-1/+1
2016-07-10net: ethernet: bgmac: Add platform device supportJon Mason1-277/+52
2016-07-10net: ethernet: bgmac: convert to feature flagsJon Mason1-47/+120
2016-07-10net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason1-216/+30