index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
b44.c
Age
Commit message (
Expand
)
Author
2015-06-08
b44: call netif_napi_del()
Hauke Mehrtens
2015-04-01
MIPS: BCM47xx: Move NVRAM header to the include/linux/.
Rafał Miłecki
2015-02-11
treewide: Remove unnecessary SSB_DEVTABLE_END macro
Joe Perches
2014-12-10
ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
2014-12-04
SSB / B44: fix WOL for BCM4401
Andrey Skvortsov
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-12
drivers: net: b44: Fix typo in returning multicast stats
Mark Einon
2014-09-10
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2014-03-03
b44: always set duplex mode why phy changes
Hauke Mehrtens
2014-03-03
b44: add calls to phy_{start,stop}
Hauke Mehrtens
2013-12-21
b44: use fixed PHY device if we do not find any
Hauke Mehrtens
2013-12-21
b44: do not set PHY address to 30 for every ext PHY
Hauke Mehrtens
2013-12-21
b44: activate PHY when MAC is off
Hauke Mehrtens
2013-12-21
b44: add phylib support
Hauke Mehrtens
2013-12-21
b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_mii
Hauke Mehrtens
2013-12-21
b44: abort when no PHY is available at all
Hauke Mehrtens
2013-12-21
b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHY
Hauke Mehrtens
2013-12-21
b44: check register instead of PHY address to detect external PHY
Hauke Mehrtens
2013-11-13
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-10-02
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-01
b44: add support for Byte Queue Limits
Hauke Mehrtens
2013-09-21
DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi...
Russell King
2013-02-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Ralf Baechle
2013-02-19
b44: use netdev_alloc_skb_ip_align()
Hauke Mehrtens
2013-02-15
MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names
Hauke Mehrtens
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-01-09
remove init of dev->perm_addr in drivers
Jiri Pirko
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-03
b44: remove __dev* attributes
Bill Pemberton
2012-07-18
b44: add 64 bit stats
Kevin Groeneveld
2012-07-09
net: dont use __netdev_alloc_skb for bounce buffer
Eric Dumazet
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-19
b44: remove __exit from b44_pci_exit()
Nikola Pajkovsky
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2011-11-23
b44: Use dev_kfree_skb_irq() in b44_tx()
Xander Hover
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-11
broadcom: Move the Broadcom drivers
Jeff Kirsher