aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/b44.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+4
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-27net: broadcom: Fix a function name in commentsCai Huoqing1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: broadcom: remove leading spaces before tabsHui Tang1-10/+10
2020-11-17net: b44: fix error return code in b44_init_one()Zhang Changzhong1-1/+2
2020-09-19net: b44: use true,false for bool variablesJason Yan1-4/+4
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky1-5/+0
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6
2020-01-05drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu1-3/+6
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-10-15net: b44: remove redundant assignment to variable regColin Ian King1-3/+0
2019-01-29net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei1-2/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-5/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: b44: use setup_timer() helper.Allen Pais1-3/+1
2017-08-01b44: Initialize 64-bit stats seqcountFlorian Fainelli1-0/+1
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson1-5/+4
2016-09-19net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-44/+54
2016-09-19net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes1-11/+11
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-2/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-06-07b44: call netif_napi_del()Hauke Mehrtens1-0/+2
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki1-1/+1
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-1/+1
2014-12-04SSB / B44: fix WOL for BCM4401Andrey Skvortsov1-0/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-12drivers: net: b44: Fix typo in returning multicast statsMark Einon1-1/+1
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-02b44: always set duplex mode why phy changesHauke Mehrtens1-1/+6
2014-03-02b44: add calls to phy_{start,stop}Hauke Mehrtens1-0/+7
2013-12-20b44: use fixed PHY device if we do not find anyHauke Mehrtens1-1/+15
2013-12-20b44: do not set PHY address to 30 for every ext PHYHauke Mehrtens1-2/+5
2013-12-20b44: activate PHY when MAC is offHauke Mehrtens1-1/+4
2013-12-20b44: add phylib supportHauke Mehrtens1-5/+185