1. 639cfa9 net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  2. 625eb86 net: ethernet: broadcom: bcm63xx: use phydev from struct net_device by Philippe Reynes · 8 years ago
  3. 323b15b net: bcm63xx: avoid possible null pointer dereference by xypron.glpk@gmx.de · 8 years ago
  4. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  5. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  6. 0d1c744 net: bcm63xx: Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  7. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  8. aebd994 bcm63xx_enet: check 1000BASE-T advertisement configuration by Simon Arlott · 9 years ago
  9. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  10. cd33ccf bcm63xx_enet: fix poll callback. by Nicolas Schichan · 10 years ago
  11. 45abfb1 ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align by Alexander Duyck · 10 years ago
  12. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  13. 6afc0d7 bcm63xx_enet: Use ARRAY_SIZE instead of open coding it by Tobias Klauser · 10 years ago
  14. 31c14a9 bcm63xx_enet: Stop pretending to support netpoll by Eric W. Biederman · 11 years ago
  15. df9f1b9 bcm63xx_enet: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  16. cf0e779 net: bcm63xx_enet: use dev_get_platdata() by Jingoo Han · 11 years ago
  17. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  18. 3bca8de ethernet: broadcom: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  19. f607e059 bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  20. 646093a bcm63xx_enet: fix return value check in bcm_enet_shared_probe() by Wei Yongjun · 11 years ago
  21. 3dc6475 bcm63xx_enet: add support Broadcom BCM6345 Ethernet by Florian Fainelli · 11 years ago
  22. 6f00a02 bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch by Maxime Bizon · 11 years ago
  23. 0ae99b5 bcm63xx_enet: split DMA channel register accesses by Maxime Bizon · 11 years ago
  24. 7260aac bcm63xx_enet: implement reset autoneg ethtool callback by Maxime Bizon · 11 years ago
  25. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  26. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  27. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  28. 624e2d2 bcm63xx_enet: properly prepare/unprepare clocks before/after usage by Jonas Gorski · 12 years ago
  29. 2a80b5e bcm63xx_enet: use managed memory allocations by Jonas Gorski · 12 years ago
  30. 1c03da0 bcm63xx_enet: use managed io memory allocations by Jonas Gorski · 12 years ago
  31. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  32. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  33. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  34. 047fc56 net/broadcom: remove __dev* attributes by Bill Pemberton · 12 years ago
  35. c56e9e2 bcm63xx-enet: fix PHY name to match MDIO bus name by Florian Fainelli · 13 years ago
  36. 3e61750 bcm63xx_enet: use an unique MDIO bus name. by Florian Fainelli · 13 years ago
  37. 1aff0cb bcm63xx: make ethtool_ops const by stephen hemminger · 13 years ago
  38. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  39. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  40. adfc521 broadcom: Move the Broadcom drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/bcm63xx_enet.c]
  41. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  42. 539d3ee net: fix MIPS fallout from "net: remove interrupt.h inclusion from netdevice.h" by Alexey Dobriyan · 13 years ago
  43. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  44. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  45. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  47. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 14 years ago
  48. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  49. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  50. c32d83c bcm63xx_enet: use netdev stats by Eric Dumazet · 14 years ago
  51. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  52. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  53. 079ceb4 bcm63xx_enet: Remove unnecessary memset of netdev private data by Tobias Klauser · 14 years ago
  54. 127aa0e drivers: net: last_rx elimination by Eric Dumazet · 14 years ago
  55. 5e10d4a bcm63xx_enet: do not overwrite ENET_CTL_REG value by Florian Fainelli · 14 years ago
  56. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  57. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  58. b05b7d9 net: remove redundant code by Eric Dumazet · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  60. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 15 years ago
  61. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  62. a3f92ee bcm63xx_enet: fix compilation failure after get_stats_count removal by Florian Fainelli · 15 years ago
  63. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  64. ec1652a bcm63xx_enet: timeout off by one in do_mdio_op() by roel kluin · 15 years ago
  65. 9b1fc55 MIPS: BCM63xx: Add integrated ethernet mac support. by Maxime Bizon · 15 years ago