summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bcmsysport.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-31eth: bcmsysport: fix call balance of priv->clk handling routinesVitalii Mordan1-3/+18
2024-11-07net: broadcom: use ethtool string helpersRosen Penev1-15/+5
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-1/+1
2024-10-29net: systemport: Move IO macros to header fileFlorian Fainelli1-22/+0
2024-10-29net: systemport: Remove unused txchk accessorsFlorian Fainelli1-2/+0
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2024-10-15net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai1-0/+1
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-1/+1
2023-09-20net: ethernet: broadcom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-02net: systemport: Replace platform_get_irq with platform_get_irq_optionalJiasheng Jiang1-2/+2
2022-11-01net: systemport: Add support for RDMA overflow statistic counterFlorian Fainelli1-0/+11
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-10-27net: bcmsysport: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
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-2/+2
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-5/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2022-05-17net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET1-2/+4
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski1-1/+1
2022-05-02net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()Yury Norov1-5/+1
2021-12-16net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli1-1/+4
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-01-20net: systemport: free dev before on error pathPan Bian1-2/+4
2021-01-08net: systemport: use standard netdevice notifier to detect DSA presenceVladimir Oltean1-45/+36
2021-01-08net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2020-12-22net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli1-0/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2020-09-04net: systemport: Manage Wake-on-LAN clockFlorian Fainelli1-1/+9
2020-09-04net: systemport: fetch and use clock resourcesFlorian Fainelli1-1/+29
2020-08-24net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4
2020-07-09net: systemport: fix double shift of a vlan_tci by VLAN_PRIO_SHIFTColin Ian King1-2/+1
2020-07-07net: systemport: Add support for VLAN transmit accelerationFlorian Fainelli1-3/+34
2020-04-25net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-20net: systemport: Omit superfluous error message in bcm_sysport_probe()Tang Bin1-1/+0
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-13net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1
2020-03-11net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
2020-03-04net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky1-1/+0
2020-02-06net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli1-0/+3
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2020-01-17net: systemport: Fixed queue mapping in internal ring mapFlorian Fainelli1-3/+4
2019-12-20net: systemport: Set correct DMA maskFlorian Fainelli1-0/+8
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-2/+2