summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/b44.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-3/+3
* drivers: net: b44: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-021-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/+2Star
* 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/+4Star
* net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-44/+54
* net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2016-09-201-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/+1Star
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-2/+1Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* b44: call netif_napi_del()Hauke Mehrtens2015-06-081-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-131-1/+1
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-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-151-4/+4
* b44: always set duplex mode why phy changesHauke Mehrtens2014-03-031-1/+6
* b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-031-0/+7
* b44: use fixed PHY device if we do not find anyHauke Mehrtens2013-12-211-1/+15
* b44: do not set PHY address to 30 for every ext PHYHauke Mehrtens2013-12-211-2/+5
* b44: activate PHY when MAC is offHauke Mehrtens2013-12-211-1/+4
* b44: add phylib supportHauke Mehrtens2013-12-211-5/+185
* b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_miiHauke Mehrtens2013-12-211-5/+5
* b44: abort when no PHY is available at allHauke Mehrtens2013-12-211-0/+6
* b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHYHauke Mehrtens2013-12-211-1/+1
* b44: check register instead of PHY address to detect external PHYHauke Mehrtens2013-12-211-9/+9
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-2/+1Star
|\
| * DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-2/+1Star
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* | b44: add support for Byte Queue LimitsHauke Mehrtens2013-10-011-0/+10
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-221-7/+2Star
|\
| * b44: use netdev_alloc_skb_ip_align()Hauke Mehrtens2013-02-191-2/+1Star
| * ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+1Star
| * remove init of dev->perm_addr in driversJiri Pirko2013-01-091-2/+0Star
* | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-151-2/+2
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* b44: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* b44: add 64 bit statsKevin Groeneveld2012-07-181-40/+56