summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s for Broadcom bgmacBreno Leitao2024-01-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+1
|\
| * net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
* | net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
|/
* net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki2023-07-081-2/+2
* bgmac: fix *initial* chip reset to support BCM5358Rafał Miłecki2023-02-281-2/+6
* net: bgmac: Drop free_netdev() from bgmac_enet_remove()Wei Yongjun2022-11-111-1/+0
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle2022-08-091-1/+1
* net: bgmac: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-1/+1
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: broadcom: share header defining UniMAC registersRafał Miłecki2021-01-081-49/+49
* bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki2021-01-081-40/+40
* bgmac: configure MTU and add support for frames beyond 8192 byte sizeMurali Krishna Policharla2020-03-271-0/+12
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-9/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-041-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: bgmac: remove set but not used variable 'err'YueHaibing2018-09-011-2/+0
* net: bgmac: remove redundant variable 'freed'Colin Ian King2018-07-041-2/+0
* net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-04-011-1/+2
* net: bgmac: Mask interrupts during probeFlorian Fainelli2018-03-291-0/+2
* net: bgmac: Use interface name to request interruptFlorian Fainelli2018-03-291-1/+1
* net: bgmac: Remove short packet padding for DSAFlorian Fainelli2018-01-051-15/+0
* net: bgmac: Pad packets to a minimum sizeFlorian Fainelli2017-11-111-0/+16
* net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah2017-07-151-28/+42
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* net: ethernet: bgmac: driver power manangementJoey Zhong2017-03-061-0/+51
* net: ethernet: bgmac: mac address change bugHari Vyas2017-03-031-1/+5
* net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser2017-02-171-5/+4
* net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+2
* net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki2017-01-311-8/+17
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-3/+6
|\
| * net: bgmac: fix reversed checks for clock control flagRafał Miłecki2016-11-091-2/+2
| * bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek2016-10-311-1/+4
* | net: ethernet: bgmac: add NS2 supportJon Mason2016-11-071-0/+3
* | net: ethernet: bgmac: device tree phy enablementJon Mason2016-11-071-24/+5
|/
* net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King2016-10-271-1/+1
* net: bgmac: Fix errant feature flag checkJon Mason2016-10-061-1/+1
* net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki2016-08-181-1/+2
* net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-181-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+1
|\
| * net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli2016-07-151-1/+1
* | net: ethernet: bgmac: Add platform device supportJon Mason2016-07-091-277/+52
* | net: ethernet: bgmac: convert to feature flagsJon Mason2016-07-091-47/+120
* | net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason2016-07-091-216/+30