aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/b44.c
AgeCommit message (Expand)Author
2020-04-16drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu
2019-01-29net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-21drivers: net: b44: use setup_timer() helper.Allen Pais
2017-08-01b44: Initialize 64-bit stats seqcountFlorian Fainelli
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson
2016-09-19net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-09-19net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-06-07b44: call netif_napi_del()Hauke Mehrtens
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck
2014-12-04SSB / B44: fix WOL for BCM4401Andrey Skvortsov
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-12drivers: net: b44: Fix typo in returning multicast statsMark Einon
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-02b44: always set duplex mode why phy changesHauke Mehrtens
2014-03-02b44: add calls to phy_{start,stop}Hauke Mehrtens
2013-12-20b44: use fixed PHY device if we do not find anyHauke Mehrtens
2013-12-20b44: do not set PHY address to 30 for every ext PHYHauke Mehrtens
2013-12-20b44: activate PHY when MAC is offHauke Mehrtens
2013-12-20b44: add phylib supportHauke Mehrtens
2013-12-20b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_miiHauke Mehrtens
2013-12-20b44: abort when no PHY is available at allHauke Mehrtens
2013-12-20b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHYHauke Mehrtens
2013-12-20b44: check register instead of PHY address to detect external PHYHauke Mehrtens
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-30b44: add support for Byte Queue LimitsHauke Mehrtens
2013-09-21DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle
2013-02-19b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens
2013-02-15MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03b44: remove __dev* attributesBill Pemberton