summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/b44.c
Commit message (Expand)AuthorAgeFilesLines
* broadcom: b44: Use b44_writephy() return valueArtem Chernyshev2023-08-161-5/+3
* net: b44: Remove the unused function __b44_cam_read()Jiapeng Chong2023-01-301-22/+0
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* 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
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+4
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: broadcom: Fix a function name in commentsCai Huoqing2021-09-271-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: broadcom: remove leading spaces before tabsHui Tang2021-05-191-10/+10
* net: b44: fix error return code in b44_init_one()Zhang Changzhong2020-11-171-1/+2
* net: b44: use true,false for bool variablesJason Yan2020-09-191-4/+4
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-031-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-3/+6
|\
| * drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu2020-01-051-3/+6
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: b44: remove redundant assignment to variable regColin Ian King2019-10-151-3/+0
* net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-5/+7
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* drivers: net: b44: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-011-0/+1
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-1/+3
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-181-5/+4
* net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-191-44/+54
* net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2016-09-191-11/+11
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-2/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* b44: call netif_napi_del()Hauke Mehrtens2015-06-071-0/+2
* MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-011-1/+1
* treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-111-1/+1
* ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-101-1/+1
* SSB / B44: fix WOL for BCM4401Andrey Skvortsov2014-12-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-1/+1
|\
| * drivers: net: b44: Fix typo in returning multicast statsMark Einon2014-09-121-1/+1
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-1/+1
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
* b44: always set duplex mode why phy changesHauke Mehrtens2014-03-021-1/+6
* b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-021-0/+7
* b44: use fixed PHY device if we do not find anyHauke Mehrtens2013-12-201-1/+15