1. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  2. 5e43165 net: freescale: ucc_geth: Fix build error from phy_device API change by Andrew Lunn · 9 years ago
  3. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  4. 7aa1aa6 QE: Move QE from arch/powerpc to drivers/soc by Zhao Qiang · 9 years ago
  5. 04d53b2 net: fix phy refcounting in a bunch of drivers by Russell King · 9 years ago
  6. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 1452db7 ucc_geth: Intialize link state to down before register_netdev by Cliff Clark · 9 years ago
  8. 94e5a2a net/fsl: constify of_device_id array by Fabian Frederick · 9 years ago
  9. a057351 net: ethernet: freescale: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  10. 4da5e6a net: ucc_geth: fix build failure by Uwe Kleine-König · 10 years ago
  11. a1f7d81 net: ucc_geth: Don't use the MAC as PHY without a fixed link by Uwe Kleine-König · 10 years ago
  12. f1f02fa net: ucc_geth: make probe consistently acquire a reference to the phy node by Uwe Kleine-König · 10 years ago
  13. fa31078 net: ucc_geth: drop acquired references in probe error path and remove by Uwe Kleine-König · 10 years ago
  14. 56a7a06a ucc_geth: remove unnecessary break after return by Fabian Frederick · 10 years ago
  15. 8844a00 powerpc/ucc_geth: deal with a compile warning by Zhao Qiang · 10 years ago
  16. 8700981 ucc_geth: use the new fixed PHY helpers by Florian Fainelli · 10 years ago
  17. 3614574 ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  18. 40803a2 net: freescale: remove unused compare_addr() by dingtianhong · 11 years ago
  19. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  20. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  21. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  22. 01007f5 net: ucc_geth: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  23. 65d7e7a net: ucc_geth: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  24. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  25. c84d805 ucc_geth: Convert ugeth_<level> to pr_<level> by Joe Perches · 11 years ago
  26. 66eef59 net: fix typo in freescale/ucc_geth.c by Michael Neuling · 12 years ago
  27. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  28. 19bcd6c net/freescale: do not export any functions from fsl_pq_mdio.c by Timur Tabi · 12 years ago
  29. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  30. 70f8002 ucc_geth: Add 16 bytes to max TX frame for VLANs by Joakim Tjernlund · 12 years ago
  31. fa1b42b powerpc/qe: Update the SNUM table for MPC8569 Rev2.0 by Dave Liu · 15 years ago
  32. e19a82c ucc_geth: separate out rx/tx ring alloc and free operations by Paul Gortmaker · 13 years ago
  33. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  34. b721e25 ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN by Joe Perches · 13 years ago
  35. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  36. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  37. ec21e2e freescale: Move the Freescale drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ucc_geth.c]
  38. bb24fd6 ucc_geth: Add SUPPORTED_MII and SUPPORTED_Autoneg by Joakim Tjernlund · 13 years ago
  39. 781b864 net: ucc_geth: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 13 years ago
  40. d13d6bf ucc_geth: enable transmit time stamping. by Richard Cochran · 13 years ago
  41. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  42. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  43. 6c64b0c netdev: ucc_geth: Use is_multicast_ether_addr helper by Tobias Klauser · 14 years ago
  44. cfb13c5 Merge commit 'v2.6.37-rc7' into devicetree/next by Grant Likely · 14 years ago
  45. 75e6047 ucc_geth: Fix deadlock by Joakim Tjernlund · 14 years ago
  46. 2040bd5 ucc_geth: Do not bring the whole IF down when TX failure. by Joakim Tjernlund · 14 years ago
  47. 4b6ba8a of/net: Move of_get_mac_address() to a common source file. by David Daney · 14 years ago
  48. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  49. 3ac3774 ucc_geth: fix UCC device number in debug message by Sergey Matyukevich · 14 years ago
  50. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  51. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. db176ed ucc_geth: fix for RX skb buffers recycling by Sergey Matyukevich · 14 years ago
  53. d19b514 ucc_geth driver: add ioctl by Sergey Matyukevich · 14 years ago
  54. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  55. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  56. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  57. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  58. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  59. 2381a55 net/various: remove trailing space in messages by Frans Pop · 14 years ago
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  61. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 15 years ago
  62. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  63. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  64. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 81abb43 ucc_geth: update the tbi-phy setting by Liu Yu-B13201 · 15 years ago
  66. 3469242 ucc_geth: Fix full TX queue processing by Jiajun Wu · 15 years ago
  67. 29fb00e ucc_geth: Fix netdev watchdog triggering on suspend by Anton Vorontsov · 15 years ago
  68. 08fafd8 ucc_geth: Don't needlessly change MAC settings in adjust_link() by Anton Vorontsov · 15 years ago
  69. 08b5e1c ucc_geth: Fix netdev watchdog triggering on link changes by Anton Vorontsov · 15 years ago
  70. 7583605 ucc_geth: Fix empty TX queue processing by Anton Vorontsov · 15 years ago
  71. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  72. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  74. 864fdf8 ucc_geth: Fix hangs after switching from full to half duplex by Anton Vorontsov · 15 years ago
  75. 7de8ee7 ucc_geth: Rearrange some code to avoid forward declarations by Anton Vorontsov · 15 years ago
  76. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. 2394905 ucc_geth: Implement suspend/resume and Wake-On-LAN support by Anton Vorontsov · 15 years ago
  78. bf5aec2 ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code by Anton Vorontsov · 15 years ago
  79. 54b1598 ucc_geth: Factor out MAC initialization steps into a call by Anton Vorontsov · 15 years ago
  80. 22580f8 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
  81. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. 3104a6f ucc_geth: Revive fixed link support by Anton Vorontsov · 15 years ago
  83. 50f238f ucc_geth: Add support for skb recycling by Anton Vorontsov · 15 years ago
  84. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  85. d2aa455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  86. fb1001f net/ucc_geth: Add SGMII support for UCC GETH driver by Haiying Wang · 15 years ago
  87. f3a3250 Revert "net/ucc_geth: Add SGMII support for UEC GETH driver" by Grant Likely · 15 years ago
  88. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  89. 047584c net/ucc_geth: Add SGMII support for UEC GETH driver by Haiying Wang · 15 years ago
  90. 3d6593e net/ucc_geth: allow to set mac address on running device by Kevin Hao · 15 years ago
  91. 674e4f9 net/ucc_geth: Assign six threads to Rx for UEC by Haiying Wang · 15 years ago
  92. 345f842 net/ucc_geth: update riscTx and riscRx in ucc_geth by Haiying Wang · 15 years ago
  93. 8555a59 net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property. by Grant Likely · 15 years ago
  94. 0b9da33 net: Rework ucc_geth driver to use of_mdio infrastructure by Grant Likely · 15 years ago
  95. 5802b140 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  96. cef309c ucc_geth.c: Fix upsmr setting in RMII mode by Heiko Schocher · 15 years ago
  97. 0cededf ucc_geth: Move freeing of TX packets to NAPI context by Joakim Tjernlund · 15 years ago
  98. da1aa63 ucc_geth: Pass proper device to DMA routines, otherwise oops happens by Anton Vorontsov · 15 years ago
  99. 530e2eb ucc_geth: Remove unused header by Kumar Gala · 15 years ago
  100. 129dd96 ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). by David S. Miller · 15 years ago