1. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  2. b172542 net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  3. a54d20f net: ethernet: fec-mpc52xx: use phydev from struct net_device by Philippe Reynes · 8 years ago
  4. 73d9011c net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  5. c1c511a net: ethernet: fs-enet: use phydev from struct net_device by Philippe Reynes · 8 years ago
  6. cd5f9bb net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  7. 4c4a6b0 net: ethernet: gianfar: use phydev from struct net_device by Philippe Reynes · 8 years ago
  8. 9365fbf net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  9. 45f5c32 net: ethernet: fec: use phydev from struct net_device by Philippe Reynes · 8 years ago
  10. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  12. 1c021bb net: fec: only clear a queue's work bit if the queue was emptied by Uwe Kleine-König · 8 years ago
  13. e03179f net: ethernet: fec_mpc52xx: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  14. a10cdae net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  15. 5e74bf2 net: ethernet: ucc: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  16. 0d1bcdc net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  17. c01e015 treewide: Fix typos in printk by Masanari Iida · 8 years ago
  18. 54846f5 fec: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  19. 32867fc fec: Do not access unexisting register in Coldfire by Fabio Estevam · 8 years ago
  20. 6e9bdc7 fsl/fman: Workaround for Errata A-007273 by Igal Liberman · 8 years ago
  21. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  22. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  23. 7c82a7b fsl/fman: fix dtsec_set_tx_pause_frames by Igal Liberman · 8 years ago
  24. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 962d8cd net: fec: Rename "phy-reset-active-low" property by Bernhard Walle · 8 years ago
  26. 7bfc608 gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2 by Atsushi Nemoto · 8 years ago
  27. 878e3c1 fsl/fman: Initialize fman->dev earlier by Igal Liberman · 8 years ago
  28. f54af12 gianfar: fix endianness for hardware timestamp by Yangbo Lu · 8 years ago
  29. c35ec77 gianfar_ptp: replace get_of_u32 with of_property_read_u32 by Yangbo Lu · 8 years ago
  30. 48963b4 gianfar: Remove redundant ops for do_tstamp from xmit() by Claudiu Manoil · 8 years ago
  31. 42f397a gianfar: Use skb_frag_t pointers inside xmit() by Claudiu Manoil · 8 years ago
  32. e19d083 gianfar: Map head TxBD first by Claudiu Manoil · 8 years ago
  33. 64f10f6 net: fec: Add "phy-reset-active-low" property to DT by Bernhard Walle · 8 years ago
  34. fc75ba5 net: fec: improve error handling by Troy Kisky · 8 years ago
  35. be29346 net: fec: don't transfer ownership until descriptor write is complete by Troy Kisky · 8 years ago
  36. 80dc6a9 net: fec: don't disable FEC_ENET_TS_TIMER interrupt by Troy Kisky · 8 years ago
  37. 53bb20d net: fec: add variable reg_desc_active to speed things up by Troy Kisky · 8 years ago
  38. 7355f27 net: fec: add struct bufdesc_prop by Troy Kisky · 8 years ago
  39. 93c595f net: fec: fix fec_enet_get_free_txdesc_num by Troy Kisky · 8 years ago
  40. 095098e net: fec: fix rx error counts by Troy Kisky · 8 years ago
  41. 55cd48c net: fec: stop the "rcv is not +last, " error messages by Troy Kisky · 8 years ago
  42. 05f3b50 net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28 by Johannes Berg · 8 years ago
  43. 5cfa303 net: fec: make driver endian-safe by Johannes Berg · 8 years ago
  44. 426f046 82xx: FCC: Fixing a bug causing to FCC port lock-up (second try) by Martin Roth · 8 years ago
  45. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  46. 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
  47. 5d19c61 fsl/fman: Delete one function call "put_device" in dtsec_config() by Markus Elfring · 9 years ago
  48. e47ad65 net: freescale: mac-fec: Fix build error from phy_device API change by Andrew Lunn · 9 years ago
  49. 5e43165 net: freescale: ucc_geth: Fix build error from phy_device API change by Andrew Lunn · 9 years ago
  50. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  51. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  52. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  53. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  54. 9e02d8c fsl/fman: double free on probe failure by Dan Carpenter · 9 years ago
  55. e06a03b fsl/fman: fix the pause_time test by Dan Carpenter · 9 years ago
  56. 4667861 fsl/fman: allow modular build by Arnd Bergmann · 9 years ago
  57. 3933961 fsl/fman: Add FMan MAC driver by Igal Liberman · 9 years ago
  58. 18a6c85 fsl/fman: Add FMan Port Support by Igal Liberman · 9 years ago
  59. e81edc3 fsl/fman: Add FMan SP support by Igal Liberman · 9 years ago
  60. 57ba4c9 fsl/fman: Add FMan MAC support by Igal Liberman · 9 years ago
  61. 414fd46 fsl/fman: Add FMan support by Igal Liberman · 9 years ago
  62. 5adae51 fsl/fman: Add FMan MURAM support by Igal Liberman · 9 years ago
  63. 7aa1aa6 QE: Move QE from arch/powerpc to drivers/soc by Zhao Qiang · 9 years ago
  64. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. 79aa05a 82xx: FCC: Fixing a bug causing to FCC port lock-up by Martin Roth · 9 years ago
  66. 7bff47d gianfar: Don't enable RX Filer if not supported by Hamish Martin · 9 years ago
  67. 8cde3e4 net: fsl: avoid 64-bit warning on pq_mdio by Arnd Bergmann · 9 years ago
  68. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  69. 8c7d397 net: mpc52xx: Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  70. 0f2c0d3 net: fsl: Fix error checking for platform_get_irq() by Mark Brown · 9 years ago
  71. fea0f66 net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map() by Mark Brown · 9 years ago
  72. 73b1c90 net: fec: no need to test for the return type of of_property_read_u32 by Saurabh Sengar · 9 years ago
  73. fe761bc net: fsl: expands dependencies of NET_VENDOR_FREESCALE by Shaohui Xie · 9 years ago
  74. 3f8c0f7 gianfar: use of_property_read_bool() by Saurabh Sengar · 9 years ago
  75. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  76. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. f444457 fec: Use gpio_set_value_cansleep() by Fabio Estevam · 9 years ago
  78. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  79. 8fcc603 gianfar: Increase TX_TIMEOUT to 5HZ by Abhimanyu · 9 years ago
  80. 1de65a5 gianfar: Fix Rx BSY error handling by Claudiu Manoil · 9 years ago
  81. 15bf176 gianfar: Don't enable the Filer w/o the Parser by Claudiu Manoil · 9 years ago
  82. 5188f7e gianfar: Remove duplicated argument to bitwise OR by Claudiu Manoil · 9 years ago
  83. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  85. 3bb35ac net/fsl_pq_mdio: fix computed address for the TBI register by Gerlando Falauto · 9 years ago
  86. 3dd03e5 net/fsl_pq_mdio: check TBI address for consistency with mapped range by Gerlando Falauto · 9 years ago
  87. 3e905b8 gianfar: Add WAKE_UCAST and "wake-on-filer" support by Claudiu Manoil · 9 years ago
  88. be7ccdc net: fec: avoid timespec use by Arnd Bergmann · 9 years ago
  89. 5b40f70 net: fec: Remove unneeded FEATURES_NEED_QUIESCE definition by Fabio Estevam · 9 years ago
  90. 38737e4 phy: add phy_device_remove() by Russell King · 9 years ago
  91. 04d53b2 net: fix phy refcounting in a bunch of drivers by Russell King · 9 years ago
  92. d5b8d64 net: gianfar: remove misuse of IRQF_NO_SUSPEND flag by Sudeep Holla · 9 years ago
  93. 23860063 net: gianfar_ptp: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  94. 9638d19 net: fec: add netif status check before set mac address by Nimrod Andy · 9 years ago
  95. 42ea445 net: fec: normalize return value of pm_runtime_get_sync() in MDIO write by Maciej S. Szmigiero · 9 years ago
  96. ed63f1d net: fec: clear receive interrupts before processing a packet by Russell King · 9 years ago
  97. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. aac27c7 net: fec: use reinit_completion() in mdio accessor functions by Russell King · 9 years ago
  99. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. 2a4eebf gianfar: Restore link state settings after MAC reset by Claudiu Manoil · 9 years ago