1. 96c1904 net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago
  2. 10800de net: phy: Realtek RTL8211B/C PHY ID fix by Karsten Merker · 9 years ago
  3. 0cf2b4e net: phy: Optionally force master mode for RTL PHY by Michael Haas · 9 years ago
  4. 6df28ed Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  5. bae23c1 driver: net: fsl-mc: Check NULL before pointer dereference by Prabhakar Kushwaha · 9 years ago
  6. c6018bd driver: net: fsl-mc: Free dflt_dpio pointer after its usage by Prabhakar Kushwaha · 9 years ago
  7. dbb099f net: rtl8169: Fix build error when DEBUG is on by Bin Meng · 9 years ago
  8. 2997122 net: Move CONFIG_RTL8169 to Kconfig by Bin Meng · 9 years ago
  9. a6448df net: Move CONFIG_RTL8139 to Kconfig by Bin Meng · 9 years ago
  10. 878d3ec driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0 by Prabhakar Kushwaha · 9 years ago
  11. ef9329a driver: net: ldpaa_eth: Add support of PHY framework by Prabhakar Kushwaha · 9 years ago
  12. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  13. 5dc3af8 net: phy: atheros: Fix problem with phy_reset() clearing BMCR by Alison Wang · 9 years ago
  14. 7263983 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  15. 0f331d8 driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platforms by Qianyu Gong · 9 years ago
  16. 8868a64 fm: fdt: Move fman ucode fixup to driver code by Qianyu Gong · 9 years ago
  17. ae6a758 qe: move drivers/qe/qe.h to include/fsl_qe.h by Qianyu Gong · 9 years ago
  18. bdf0b72 net: phy: realtek: Use generic genphy_parse_link() for RTL8211E by Michal Simek · 9 years ago
  19. a68a79e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  20. fbd4ac1 drivers: at91: clean up peripheral clock code by Wenyou Yang · 9 years ago
  21. eb06f02 net: phy: marvell: Fix problem with phy_reset() clearing BMCR by Stefan Roese · 9 years ago
  22. d1b5282 net: phy: marvell: Call phy_reset() where possible by Stefan Roese · 9 years ago
  23. c838673 drivers: net: keystone_net: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  24. cbd7daa drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH by Mugunthan V N · 9 years ago
  25. 3d93c94 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  26. c994c9c net: davinci_emac: fix NULL check after pointer dereference by Vishwas Srivastava · 9 years ago
  27. 8aaeb1f net: fix wrong initialization in davinci-emac driver by Vishwas Srivastava · 9 years ago
  28. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  29. 83cf24c net: e1000: Convert to use DM PCI API by Bin Meng · 9 years ago
  30. 6c3300c net: designware: Use dm_pci_mem_to_phys() in the probe routine by Bin Meng · 9 years ago
  31. 7c1d055 net: pch_gbe: Convert to use DM PCI API by Bin Meng · 9 years ago
  32. 59c88d8 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  33. 29a47af Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  34. 6b731c9 drivers: net: Add ethernet driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  35. d249984 drivers: net: phy: add SMSC LAN8740 Phy support. by Purna Chandra Mandal · 9 years ago
  36. 88ba4d6 driver: net: fsl-mc: Update print to reflect correct string by Prabhakar Kushwaha · 9 years ago
  37. 901a88e driver: net: fsl-mc: Memset dprc_cfg before configuring by Prabhakar Kushwaha · 9 years ago
  38. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  39. be799dd net: phy: implements probe for Cortina phy by Shaohui Xie · 9 years ago
  40. 62a7b92 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  41. 826df7a net: phy: micrel: fix divisor value for KSZ9031 phy skew by Dinh Nguyen · 9 years ago
  42. 010c5ec net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  43. 103a8c4 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  44. 94bde10 net: phy: micrel: Disable B_CAST on config by Alexandre Messier · 9 years ago
  45. a3d3874 net/designware: add support of max-speed device tree property by Alexey Brodkin · 9 years ago
  46. a5e8819 net/designware: do explicit port selection for 1Gb mode by Alexey Brodkin · 9 years ago
  47. e476bb2 drivers/net/phy: introduce phy_set_supported() by Alexey Brodkin · 9 years ago
  48. 6cc1e7d net: phy: genphy: Allow overwriting features by Sascha Hauer · 9 years ago
  49. 6c8be84 net: phy: ensure Gigabit features are masked off if requested by Florian Fainelli · 9 years ago
  50. 74314f1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  51. 1048f61 net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  52. e86a6cd net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  53. 80b1a1c net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  54. 1120c54 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  55. 76f5399 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  56. 79cd33a net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  57. d73a949 drivers: net: vsc9953: Add LAG support by Codrin Ciubotariu · 9 years ago
  58. 25f253a drivers: net: vsc9953: Fix FDB aging time by Codrin Ciubotariu · 9 years ago
  59. e64013d net: phy: do not read configuration register on reset by Stefan Agner · 9 years ago
  60. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  61. 7fd59d9 driver: net: fsl-mc: Remove portal id hard-coding by Prabhakar Kushwaha · 9 years ago
  62. 314aa55 driver: net: ldpaa: Add debug info of printing DPMAC stats by Prabhakar Kushwaha · 9 years ago
  63. 0c99977 driver: net: ldpaa: Increase num of buffers for a pool by Prabhakar Kushwaha · 9 years ago
  64. b0efba7 driver: net: ldpaa: Report back only error frames for tx by Prabhakar Kushwaha · 9 years ago
  65. e26e285 driver: net: fsl-mc: Prepare extended cfg for DPNI create by Prabhakar Kushwaha · 9 years ago
  66. c3d06e3 driver: net: fsl-mc: flib changes for MC FW 9.0.0 by Prabhakar Kushwaha · 9 years ago
  67. 0a4156c driver: net: fsl-mc: Add version check for MC objects by Prabhakar Kushwaha · 9 years ago
  68. 4efc4be net: xilinx_ll_temac: Fix string overflow by Ricardo Ribalda Delgado · 9 years ago
  69. 780c535 net: zynq: Change MDC setup for arm64 by Michal Simek · 9 years ago
  70. f645915 net: phy: ti: Enable automatic crossover mode by Michal Simek · 9 years ago
  71. eaee95a net: emaclite: Move emaclite to Kconfig by Michal Simek · 9 years ago
  72. 641ade0 net: emaclite: Let core to handle received packet by Michal Simek · 9 years ago
  73. feebc8a net: emaclite: Rename start and stop functions by Michal Simek · 9 years ago
  74. f7cba78 net: emaclite: Move driver to DM by Michal Simek · 9 years ago
  75. 36f7a41 net: emaclite: Use indirect access in emaclite_recv by Michal Simek · 9 years ago
  76. 90e89bf net: emaclite: Use indirect reg access in send by Michal Simek · 9 years ago
  77. d92cef4 net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag by Michal Simek · 9 years ago
  78. 1edc657 net: emaclite: Fix logic around available TX buffers by Michal Simek · 9 years ago
  79. 9b9423b net: emaclite: Use indirect register access for TX reset by Michal Simek · 9 years ago
  80. 9066cdb net: emaclite: Use indirect register access for rx_ping/pong by Michal Simek · 9 years ago
  81. 34240c4 net: emaclite: Use indirect register access for tx_ping/pong by Michal Simek · 9 years ago
  82. 905f098 net: emaclite: Convert MDIO to use register offset by Michal Simek · 9 years ago
  83. 912145b net: emaclite: Add MDIO support to driver by Michal Simek · 9 years ago
  84. 4bfe788 net: emaclite: Remove ancient OF probe function by Michal Simek · 9 years ago
  85. 07d204f net: Add axi emac to Kconfig by Michal Simek · 9 years ago
  86. 8fbf79f net: axi_emac: Rename start, stop, write_hwaddr functions by Michal Simek · 9 years ago
  87. 0305be8 net: axi_emac: Split recv from free_pkt by Michal Simek · 9 years ago
  88. 0b13ee2 net: axi_emac: Enable access to MDIO in probe by Michal Simek · 9 years ago
  89. 682baac net: axi_emac: Move driver to DM by Michal Simek · 9 years ago
  90. 638c0ef net: axi_emac: Pass private structure where possible by Michal Simek · 9 years ago
  91. 41beca1 net: axi_emac: Pass private structure to phyread/phywrite by Michal Simek · 9 years ago
  92. 6cb55e7 net: axi_emac: Put iobase to private structure by Michal Simek · 9 years ago
  93. f522187 net: axi_emac: Pass directly pointer to register space by Michal Simek · 9 years ago
  94. 2f1e065 net: axi_emac: Show phy address instead of register content by Michal Simek · 9 years ago
  95. 5aa4539 net: axi_emac: Fix parentheses around operand ! by Michal Simek · 9 years ago
  96. f1a1e58 net: macb: Not all the GEM are gigabit capable by Gregory CLEMENT · 9 years ago
  97. d2d567d drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_start by Pratiyush Mohan Srivastava · 9 years ago
  98. 8e0a8cb net: eepro100: Fix build warnings by Bin Meng · 9 years ago
  99. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  100. 93597d7 net: zynq_gem: Use shared wait_for_bit by Mateusz Kulikowski · 9 years ago