1. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  2. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  3. 4f5a9fd Merge branch 'imx/pinctrl' into imx/clock by Arnd Bergmann · 14 years ago
  4. b2bccee net: fec: adopt pinctrl support by Shawn Guo · 14 years ago
  5. f4d40de net fec: do not depend on grouped clocks by Sascha Hauer · 14 years ago
  6. ec567bc fec: Support the get_ts_info ethtool method. by Richard Cochran · 14 years ago
  7. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  8. ea51ade9 fec: fix PHY name to match fixed MDIO bus name by Florian Fainelli · 14 years ago
  9. b72061a net: fec: Fix build due to wrong dev annotation by Fabio Estevam · 14 years ago
  10. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 14 years ago
  11. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  12. a7ed07d net: fec: correct phy_name buffer length when init phy_name by Richard Zhao · 14 years ago
  13. aaca237 net: fec: use module_platform_driver by Fabio Estevam · 14 years ago
  14. 8d82f21 net: fsl: fec: handle 10Mbps speed in RMII mode by Eric Benard · 14 years ago
  15. 391420f fec: use an unique MDIO bus name. by Florian Fainelli · 14 years ago
  16. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  17. 9b07be4 net: make ethtool_ops const by stephen hemminger · 14 years ago
  18. c3b084c net: fec: Adjust ENET MDIO timeouts by Rogerio Pimentel · 14 years ago
  19. 0ebafef net: fec: add clk_prepare/clk_unprepare by Richard Zhao · 15 years ago
  20. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  21. e163cc9 net/fec: fix the .remove code by Lothar Waßmann · 15 years ago
  22. 42431dc net/fec: preserve MII/RMII setting in fec_stop() by Lothar Waßmann · 15 years ago
  23. 589efdc net/fec: don't munge MAC address from platform data by Lothar Waßmann · 15 years ago
  24. 86f9f2c net/fec: don't request invalid IRQ by Lothar Waßmann · 15 years ago
  25. 6ea0722 net/fec: prevent dobule restart of interface on FDX/HDX change by Lothar Waßmann · 15 years ago
  26. 5b1436c net/fec: set con_id in clk_get() call to NULL by Lothar Waßmann · 15 years ago
  27. a7dd321 net/fec: misc cleanups by Lothar Waßmann · 15 years ago
  28. 43af940 net/fec: fix the use of pdev->id by Shawn Guo · 15 years ago
  29. 7f5c6ad net/fec: add poll controller function for fec nic by Xiao Jiang · 15 years ago
  30. c7c83d1 net/fec: replace hardcoded irq num with macro by Xiao Jiang · 15 years ago
  31. 230dec6 net/fec: add imx6q enet support by Shawn Guo · 15 years ago
  32. c828827 net/fec: fix fec1 check in fec_enet_mii_init() by Shawn Guo · 15 years ago
  33. a9b2c8e net/fec: fec_reset_phy() does not need to always succeed by Shawn Guo · 15 years ago
  34. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 15 years ago
  35. ec21e2e freescale: Move the Freescale drivers by Jeff Kirsher · 15 years ago[Renamed from drivers/net/fec.c]
  36. ca2cc33 net/fec: add device tree probe support by Shawn Guo · 15 years ago
  37. 0ca1e29 net/fec: gasket needs to be enabled for some i.mx by Shawn Guo · 15 years ago
  38. 498d8e2 drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 15 years ago
  39. a0087a3 fec: fix race in transmit time stamping. by Richard Cochran · 15 years ago
  40. 18a03b9 fec: enable transmit and receive time stamping. by Richard Cochran · 15 years ago
  41. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  42. 9eb0e6f net/fec: fix unterminated platform_device_id table by Axel Lin · 15 years ago
  43. 9721dbb net/fec: remove unused driver data by Uwe Kleine-König · 15 years ago
  44. cd1f402 net/fec: enable flow control and length check on enet-mac by Uwe Kleine-König · 15 years ago
  45. b3cde36 net/fec: postpone unsetting driver data until the hardware is stopped by Uwe Kleine-König · 15 years ago
  46. d1ab1f5 net/fec: provide device for dma functions and matching sizes for map and unmap by Uwe Kleine-König · 15 years ago
  47. 4599365 net/fec: reorder functions a bit allows removing forward declarations by Uwe Kleine-König · 15 years ago
  48. db8880b net/fec: some whitespace cleanup by Uwe Kleine-König · 15 years ago
  49. c556167 net/fec: consistenly name struct net_device pointers "ndev" by Uwe Kleine-König · 15 years ago
  50. e497ba8 net/fec: add phy_stop to fec_enet_close by Uwe Kleine-König · 15 years ago
  51. 085e79e net/fec: consolidate all i.MX options to CONFIG_ARM by Uwe Kleine-König · 15 years ago
  52. 24e531b net/fec: put the ioremap cookie immediately into a void __iomem pointer by Uwe Kleine-König · 15 years ago
  53. 8b06dc2 net/fec: no need to memzero private data by Uwe Kleine-König · 15 years ago
  54. 04e5216 net/fec: no need to check for validity of ndev in suspend and resume by Uwe Kleine-König · 15 years ago
  55. b2b09ad net/fec: don't free an irq that failed to be requested by Uwe Kleine-König · 15 years ago
  56. 28e2188 net/fec: release mem_region requested in probe in error path and remove by Uwe Kleine-König · 15 years ago
  57. 8a73b0b net/fec: no need to cast arguments for memcpy by Uwe Kleine-König · 15 years ago
  58. b5680e0 net/fec: add dual fec support for mx28 by Shawn Guo · 15 years ago
  59. bcc6777 net/fec: improve pm for better suspend/resume by Shawn Guo · 15 years ago
  60. 49da97d net/fec: add mac field into platform data and consolidate fec_get_mac by Shawn Guo · 15 years ago
  61. 8649a23 net/fec: remove the use of "index" which is legacy by Shawn Guo · 15 years ago
  62. 862f098 net/fec: fix MMFR_OP type in fec_enet_mdio_write by Shawn Guo · 15 years ago
  63. 6fcc040 net: allow FEC driver to use fixed PHY support by Greg Ungerer · 16 years ago
  64. 03c698c net/fec: carrier off initially to avoid root mount failure by Oskar Schirmer · 16 years ago
  65. 4bee1f9 net/fec: restore interrupt mask after software-reset in fec_stop() by Wolfram Sang · 16 years ago
  66. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 16 years ago
  67. 97b72e4 fec: use interrupt for MDIO completion indication by Baruch Siach · 16 years ago
  68. 87cad5c net/fec: clean suspend/resume by Eric Benard · 16 years ago
  69. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  70. 59d4289 fec: convert legacy PM hooks to dem_pm_ops by Denis Kirjanov · 16 years ago
  71. 1273d97 fec: Cleanup PHY probing by Denis Kirjanov · 16 years ago
  72. c7621cb fec: convert TX hook to netdev_tx_t by Denis Kirjanov · 16 years ago
  73. e3fe855 net/fec: fix pm to survive to suspend/resume by Eric Bénard · 16 years ago
  74. 418bd0d netdev/fec: fix ifconfig eth0 down hang issue by Bryan Wu · 16 years ago
  75. 5eb32bd fec: add support for PHY interface platform data by Baruch Siach · 16 years ago
  76. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 16 years ago
  78. 7cff094 FEC: Fix kernel panic in fec_set_mac_address. by Mattias Walström · 16 years ago
  79. 22bedad net: convert multicast list to list_head by Jiri Pirko · 16 years ago
  80. e6b043d netdev/fec.c: add phylib supporting to enable carrier detection (v2) by Bryan Wu · 16 years ago
  81. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 16 years ago
  82. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 16 years ago
  83. fceb291 fec: Add LAN8700 phy support by Amit Kucheria · 16 years ago
  84. 633e753 fec: fix uninitialized rx buffer usage by Rob Herring · 16 years ago
  85. 78abcb1 net: fix section mismatch in fec.c by Steven King · 17 years ago
  86. 66bc4a6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 17 years ago
  87. 4980296 m68knommu: remove ColdFire direct interrupt register access by Greg Ungerer · 17 years ago
  88. 81538e7 fec: don't enable irqs in hard irq context by Uwe Kleine-König · 17 years ago
  89. 84177a2 fec: fix recursive locking of mii_lock by Uwe Kleine-König · 17 years ago
  90. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  91. 9555b31 fec: fix FEC driver packet transmission breakage by Greg Ungerer · 17 years ago
  92. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  93. 635ecaa netdev: restore MTU change operation by Ben Hutchings · 17 years ago
  94. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 17 years ago
  95. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 17 years ago
  96. a54bfa4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  97. fe957c4 fec: call fec_restart() in fec_open() by Sascha Hauer · 17 years ago
  98. f0b3fbe FEC Buffer rework by Sascha Hauer · 17 years ago
  99. 009fda8 fec: switch to net_device_ops by Sascha Hauer · 17 years ago
  100. 3644ee0 fec: remove debugging printks by Sascha Hauer · 17 years ago