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