summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/b44.c
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* drivers: net: b44: use setup_timer() helper.Allen Pais2017-09-21
* b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-01
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-13
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-18
* net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-19
* net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2016-09-19
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-07
* phy: Add an mdio_device structureAndrew Lunn2016-01-07
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-07
* phy: Centralise print about attached phyAndrew Lunn2016-01-07
* phy: add phydev_name() wrapperAndrew Lunn2016-01-07
* b44: call netif_napi_del()Hauke Mehrtens2015-06-07
* MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-01
* treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-11
* ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-10
* SSB / B44: fix WOL for BCM4401Andrey Skvortsov2014-12-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
|\
| * drivers: net: b44: Fix typo in returning multicast statsMark Einon2014-09-12
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-09
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* b44: always set duplex mode why phy changesHauke Mehrtens2014-03-02
* b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-02
* b44: use fixed PHY device if we do not find anyHauke Mehrtens2013-12-20
* b44: do not set PHY address to 30 for every ext PHYHauke Mehrtens2013-12-20
* b44: activate PHY when MAC is offHauke Mehrtens2013-12-20
* b44: add phylib supportHauke Mehrtens2013-12-20
* b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_miiHauke Mehrtens2013-12-20
* b44: abort when no PHY is available at allHauke Mehrtens2013-12-20
* b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHYHauke Mehrtens2013-12-20
* b44: check register instead of PHY address to detect external PHYHauke Mehrtens2013-12-20
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-14
|\
| * DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-21
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-02
* | b44: add support for Byte Queue LimitsHauke Mehrtens2013-09-30
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-22
|\
| * b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens2013-02-19
| * ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-04
| * remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-15
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* b44: remove __dev* attributesBill Pemberton2012-12-03
* b44: add 64 bit statsKevin Groeneveld2012-07-18
* net: dont use __netdev_alloc_skb for bounce bufferEric Dumazet2012-07-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-26
|\