aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/b44.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-20b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_miiHauke Mehrtens1-5/+5
2013-12-20b44: abort when no PHY is available at allHauke Mehrtens1-0/+6
2013-12-20b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHYHauke Mehrtens1-1/+1
2013-12-20b44: check register instead of PHY address to detect external PHYHauke Mehrtens1-9/+9
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-30b44: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-09-21DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-2/+1
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-nextRalf Baechle1-7/+2
2013-02-19b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens1-2/+1
2013-02-15MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens1-2/+2
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03b44: remove __dev* attributesBill Pemberton1-4/+4
2012-07-18b44: add 64 bit statsKevin Groeneveld1-40/+56
2012-07-08net: dont use __netdev_alloc_skb for bounce bufferEric Dumazet1-2/+2
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-02-19b44: remove __exit from b44_pci_exit()Nikola Pajkovsky1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-11-23b44: Use dev_kfree_skb_irq() in b44_tx()Xander Hover1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-0/+2374