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