Age | Commit message (Expand) | Author | Files | Lines |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-10-18 | ethernet/broadcom: use core min/max MTU checking | Jarod Wilson | 1 | -5/+4 |
2016-09-20 | net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -44/+54 |
2016-09-20 | net: ethernet: broadcom: b44: use phydev from struct net_device | Philippe Reynes | 1 | -11/+11 |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn | 1 | -1/+1 |
2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn | 1 | -1/+1 |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 1 | -13/+1 |
2016-01-07 | phy: Centralise print about attached phy | Andrew Lunn | 1 | -2/+1 |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn | 1 | -1/+1 |
2015-06-08 | b44: call netif_napi_del() | Hauke Mehrtens | 1 | -0/+2 |
2015-04-01 | MIPS: BCM47xx: Move NVRAM header to the include/linux/. | Rafał Miłecki | 1 | -1/+1 |
2015-02-12 | treewide: Remove unnecessary SSB_DEVTABLE_END macro | Joe Perches | 1 | -1/+1 |
2014-12-10 | ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align | Alexander Duyck | 1 | -1/+1 |
2014-12-04 | SSB / B44: fix WOL for BCM4401 | Andrey Skvortsov | 1 | -0/+2 |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-09-13 | drivers: net: b44: Fix typo in returning multicast stats | Mark Einon | 1 | -1/+1 |
2014-09-10 | drivers/net: Convert remaining uses of pr_warning to pr_warn | Joe Perches | 1 | -1/+1 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
2014-03-15 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -4/+4 |
2014-03-03 | b44: always set duplex mode why phy changes | Hauke Mehrtens | 1 | -1/+6 |
2014-03-03 | b44: add calls to phy_{start,stop} | Hauke Mehrtens | 1 | -0/+7 |
2013-12-21 | b44: use fixed PHY device if we do not find any | Hauke Mehrtens | 1 | -1/+15 |
2013-12-21 | b44: do not set PHY address to 30 for every ext PHY | Hauke Mehrtens | 1 | -2/+5 |
2013-12-21 | b44: activate PHY when MAC is off | Hauke Mehrtens | 1 | -1/+4 |
2013-12-21 | b44: add phylib support | Hauke Mehrtens | 1 | -5/+185 |
2013-12-21 | b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_mii | Hauke Mehrtens | 1 | -5/+5 |
2013-12-21 | b44: abort when no PHY is available at all | Hauke Mehrtens | 1 | -0/+6 |
2013-12-21 | b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHY | Hauke Mehrtens | 1 | -1/+1 |
2013-12-21 | b44: check register instead of PHY address to detect external PHY | Hauke Mehrtens | 1 | -9/+9 |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -2/+1 |
2013-10-03 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -1/+1 |
2013-10-01 | b44: add support for Byte Queue Limits | Hauke Mehrtens | 1 | -0/+10 |
2013-09-22 | DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() wi... | Russell King | 1 | -2/+1 |
2013-02-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Ralf Baechle | 1 | -7/+2 |
2013-02-19 | b44: use netdev_alloc_skb_ip_align() | Hauke Mehrtens | 1 | -2/+1 |
2013-02-15 | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names | Hauke Mehrtens | 1 | -2/+2 |
2013-02-04 | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 1 | -3/+1 |
2013-01-09 | remove init of dev->perm_addr in drivers | Jiri Pirko | 1 | -2/+0 |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -1/+1 |
2012-12-03 | b44: remove __dev* attributes | Bill Pemberton | 1 | -4/+4 |
2012-07-18 | b44: add 64 bit stats | Kevin Groeneveld | 1 | -40/+56 |
2012-07-09 | net: dont use __netdev_alloc_skb for bounce buffer | Eric Dumazet | 1 | -2/+2 |
2012-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-02-20 | b44: remove __exit from b44_pci_exit() | Nikola Pajkovsky | 1 | -1/+1 |
2012-02-01 | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 1 | -1/+0 |
2011-11-24 | b44: Use dev_kfree_skb_irq() in b44_tx() | Xander Hover | 1 | -1/+1 |
2011-08-18 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-08-11 | broadcom: Move the Broadcom drivers | Jeff Kirsher | 1 | -0/+2374 |