1. 235bde1 net: fec: Call swap_buffer() prior to IP header alignment by Fabio Estevam · 8 years ago
  2. 07d8aaf fsl/fman: remove leftover comment by Madalin Bucur · 8 years ago
  3. 0af4659 fsl/fman: fix return value checking by Madalin Bucur · 8 years ago
  4. 73912d5 fsl/fman: simplify redundant condition by Madalin Bucur · 8 years ago
  5. 604104f fsl/fman: check of_get_phy_mode() return value by Madalin Bucur · 8 years ago
  6. 4725619 fsl/fman: check pcsphy pointer before use by Madalin Bucur · 8 years ago
  7. 44045e4 fsl/fman: MEMAC may use QSGMII PHY interface mode by Madalin Bucur · 8 years ago
  8. 73c364e fsl/fman: return a phy_dev pointer from init by Madalin Bucur · 8 years ago
  9. 537a316 fsl/fman: simplify device tree reads by Madalin Bucur · 8 years ago
  10. 6fa8519 fsl/fman: use of_get_phy_mode() by Madalin Bucur · 8 years ago
  11. 5df6f7f fsl/fman: small fixes by Madalin Bucur · 8 years ago
  12. 29c4684 fsl/fman: fix loadable module compilation by Igal Liberman · 9 years ago
  13. 8536aa0 fsl/fman: split lines over 80 characters by Madalin Bucur · 8 years ago
  14. b82d44d net: fec: set mac address unconditionally by Gavin Schenk · 8 years ago
  15. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. 3ac72b7 net: fec: align IP header in hardware by Eric Nelson · 8 years ago
  17. 97dc499 net: fec: remove QUIRK_HAS_RACC from i.mx27 by Eric Nelson · 8 years ago
  18. 653d37d net: fec: remove QUIRK_HAS_RACC from i.mx25 by Eric Nelson · 8 years ago
  19. 99c1790 net: Remove NO_IRQ from powerpc-only network drivers by Michael Ellerman · 8 years ago
  20. 504e76e net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  21. b0ba357 net: fs_enet: make rx_copybreak value configurable by Christophe Leroy · 8 years ago
  22. 070e1f0 net: fs_enet: don't unmap DMA when packet len is below copybreak by Christophe Leroy · 8 years ago
  23. 8572763 net: fs_enet: merge NAPI RX and NAPI TX by Christophe Leroy · 8 years ago
  24. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. b9780a8 net: ucc_geth: fix spelling mistake "propperty" -> "property" by Colin Ian King · 8 years ago
  26. 6c389fc gianfar: fix size of scatter-gathered frames by Zefir Kurtisi · 8 years ago
  27. b323431 gianfar: prevent fragmentation in DSA environments by Zefir Kurtisi · 8 years ago
  28. 6176e89 net: fix up a few missing hashtable.h conflict resolutions by Jiri Kosina · 8 years ago
  29. 07bf2e1 net/fsl: use of_property_read_bool by Julia Lawall · 8 years ago
  30. fbae5cb Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  31. 213ae90 Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/soc by Olof Johansson · 8 years ago
  32. a51d3ab net: fec: use a more proper compatible string for i.MX6UL type device by Fugang Duan · 8 years ago
  33. ff7566b net: fec: add interrupt coalesc quirk flag by Fugang Duan · 8 years ago
  34. 278af57 net: gianfar: fix old-style declaration by Arnd Bergmann · 8 years ago
  35. eb37c563 net: fec: handle small PHY reset durations more precisely by Stefan Wahren · 8 years ago
  36. 2938090 ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround by Lucas Stach · 8 years ago
  37. 9f647a6 net: fec: fix spelling mistakes and add missing newline by Colin Ian King · 8 years ago
  38. 9c8b077 gianfar: fix the last transmit buffer descriptor by Yangbo Lu · 8 years ago
  39. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  40. 7fafe80 net: fec: update dirty_tx even if no skb by Troy Kisky · 8 years ago
  41. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  42. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  43. b172542 net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  44. a54d20f net: ethernet: fec-mpc52xx: use phydev from struct net_device by Philippe Reynes · 8 years ago
  45. 73d9011c net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  46. c1c511a net: ethernet: fs-enet: use phydev from struct net_device by Philippe Reynes · 8 years ago
  47. cd5f9bb net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  48. 4c4a6b0 net: ethernet: gianfar: use phydev from struct net_device by Philippe Reynes · 8 years ago
  49. 9365fbf net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  50. 45f5c32 net: ethernet: fec: use phydev from struct net_device by Philippe Reynes · 8 years ago
  51. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  53. 1c021bb net: fec: only clear a queue's work bit if the queue was emptied by Uwe Kleine-König · 8 years ago
  54. e03179f net: ethernet: fec_mpc52xx: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  55. a10cdae net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  56. 5e74bf2 net: ethernet: ucc: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  57. 0d1bcdc net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  58. c01e015 treewide: Fix typos in printk by Masanari Iida · 8 years ago
  59. 54846f5 fec: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  60. 32867fc fec: Do not access unexisting register in Coldfire by Fabio Estevam · 8 years ago
  61. 6e9bdc7 fsl/fman: Workaround for Errata A-007273 by Igal Liberman · 8 years ago
  62. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  63. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  64. 7c82a7b fsl/fman: fix dtsec_set_tx_pause_frames by Igal Liberman · 8 years ago
  65. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 962d8cd net: fec: Rename "phy-reset-active-low" property by Bernhard Walle · 8 years ago
  67. 7bfc608 gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2 by Atsushi Nemoto · 8 years ago
  68. 878e3c1 fsl/fman: Initialize fman->dev earlier by Igal Liberman · 8 years ago
  69. f54af12 gianfar: fix endianness for hardware timestamp by Yangbo Lu · 8 years ago
  70. c35ec77 gianfar_ptp: replace get_of_u32 with of_property_read_u32 by Yangbo Lu · 8 years ago
  71. 48963b4 gianfar: Remove redundant ops for do_tstamp from xmit() by Claudiu Manoil · 8 years ago
  72. 42f397a gianfar: Use skb_frag_t pointers inside xmit() by Claudiu Manoil · 8 years ago
  73. e19d083 gianfar: Map head TxBD first by Claudiu Manoil · 8 years ago
  74. 64f10f6 net: fec: Add "phy-reset-active-low" property to DT by Bernhard Walle · 8 years ago
  75. fc75ba5 net: fec: improve error handling by Troy Kisky · 8 years ago
  76. be29346 net: fec: don't transfer ownership until descriptor write is complete by Troy Kisky · 8 years ago
  77. 80dc6a9 net: fec: don't disable FEC_ENET_TS_TIMER interrupt by Troy Kisky · 8 years ago
  78. 53bb20d net: fec: add variable reg_desc_active to speed things up by Troy Kisky · 8 years ago
  79. 7355f27 net: fec: add struct bufdesc_prop by Troy Kisky · 8 years ago
  80. 93c595f net: fec: fix fec_enet_get_free_txdesc_num by Troy Kisky · 8 years ago
  81. 095098e net: fec: fix rx error counts by Troy Kisky · 8 years ago
  82. 55cd48c net: fec: stop the "rcv is not +last, " error messages by Troy Kisky · 8 years ago
  83. 05f3b50 net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28 by Johannes Berg · 9 years ago
  84. 5cfa303 net: fec: make driver endian-safe by Johannes Berg · 9 years ago
  85. 426f046 82xx: FCC: Fixing a bug causing to FCC port lock-up (second try) by Martin Roth · 9 years ago
  86. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  87. 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
  88. 5d19c61 fsl/fman: Delete one function call "put_device" in dtsec_config() by Markus Elfring · 9 years ago
  89. e47ad65 net: freescale: mac-fec: Fix build error from phy_device API change by Andrew Lunn · 9 years ago
  90. 5e43165 net: freescale: ucc_geth: Fix build error from phy_device API change by Andrew Lunn · 9 years ago
  91. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  92. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  93. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  94. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  95. 9e02d8c fsl/fman: double free on probe failure by Dan Carpenter · 9 years ago
  96. e06a03b fsl/fman: fix the pause_time test by Dan Carpenter · 9 years ago
  97. 4667861 fsl/fman: allow modular build by Arnd Bergmann · 9 years ago
  98. 3933961 fsl/fman: Add FMan MAC driver by Igal Liberman · 9 years ago
  99. 18a6c85 fsl/fman: Add FMan Port Support by Igal Liberman · 9 years ago
  100. e81edc3 fsl/fman: Add FMan SP support by Igal Liberman · 9 years ago