1. 6b731c9 drivers: net: Add ethernet driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  2. d249984 drivers: net: phy: add SMSC LAN8740 Phy support. by Purna Chandra Mandal · 9 years ago
  3. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  4. be799dd net: phy: implements probe for Cortina phy by Shaohui Xie · 9 years ago
  5. 62a7b92 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  6. 826df7a net: phy: micrel: fix divisor value for KSZ9031 phy skew by Dinh Nguyen · 9 years ago
  7. 010c5ec net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  8. 103a8c4 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  9. 94bde10 net: phy: micrel: Disable B_CAST on config by Alexandre Messier · 9 years ago
  10. a3d3874 net/designware: add support of max-speed device tree property by Alexey Brodkin · 9 years ago
  11. a5e8819 net/designware: do explicit port selection for 1Gb mode by Alexey Brodkin · 9 years ago
  12. e476bb2 drivers/net/phy: introduce phy_set_supported() by Alexey Brodkin · 9 years ago
  13. 6cc1e7d net: phy: genphy: Allow overwriting features by Sascha Hauer · 9 years ago
  14. 6c8be84 net: phy: ensure Gigabit features are masked off if requested by Florian Fainelli · 9 years ago
  15. 74314f1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  16. 1048f61 net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  17. e86a6cd net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  18. 80b1a1c net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  19. 1120c54 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  20. 76f5399 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  21. 79cd33a net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  22. d73a949 drivers: net: vsc9953: Add LAG support by Codrin Ciubotariu · 9 years ago
  23. 25f253a drivers: net: vsc9953: Fix FDB aging time by Codrin Ciubotariu · 9 years ago
  24. e64013d net: phy: do not read configuration register on reset by Stefan Agner · 9 years ago
  25. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  26. 7fd59d9 driver: net: fsl-mc: Remove portal id hard-coding by Prabhakar Kushwaha · 9 years ago
  27. 314aa55 driver: net: ldpaa: Add debug info of printing DPMAC stats by Prabhakar Kushwaha · 9 years ago
  28. 0c99977 driver: net: ldpaa: Increase num of buffers for a pool by Prabhakar Kushwaha · 9 years ago
  29. b0efba7 driver: net: ldpaa: Report back only error frames for tx by Prabhakar Kushwaha · 9 years ago
  30. e26e285 driver: net: fsl-mc: Prepare extended cfg for DPNI create by Prabhakar Kushwaha · 9 years ago
  31. c3d06e3 driver: net: fsl-mc: flib changes for MC FW 9.0.0 by Prabhakar Kushwaha · 9 years ago
  32. 0a4156c driver: net: fsl-mc: Add version check for MC objects by Prabhakar Kushwaha · 9 years ago
  33. 4efc4be net: xilinx_ll_temac: Fix string overflow by Ricardo Ribalda Delgado · 9 years ago
  34. 780c535 net: zynq: Change MDC setup for arm64 by Michal Simek · 9 years ago
  35. f645915 net: phy: ti: Enable automatic crossover mode by Michal Simek · 9 years ago
  36. eaee95a net: emaclite: Move emaclite to Kconfig by Michal Simek · 9 years ago
  37. 641ade0 net: emaclite: Let core to handle received packet by Michal Simek · 9 years ago
  38. feebc8a net: emaclite: Rename start and stop functions by Michal Simek · 9 years ago
  39. f7cba78 net: emaclite: Move driver to DM by Michal Simek · 9 years ago
  40. 36f7a41 net: emaclite: Use indirect access in emaclite_recv by Michal Simek · 9 years ago
  41. 90e89bf net: emaclite: Use indirect reg access in send by Michal Simek · 9 years ago
  42. d92cef4 net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag by Michal Simek · 9 years ago
  43. 1edc657 net: emaclite: Fix logic around available TX buffers by Michal Simek · 9 years ago
  44. 9b9423b net: emaclite: Use indirect register access for TX reset by Michal Simek · 9 years ago
  45. 9066cdb net: emaclite: Use indirect register access for rx_ping/pong by Michal Simek · 9 years ago
  46. 34240c4 net: emaclite: Use indirect register access for tx_ping/pong by Michal Simek · 9 years ago
  47. 905f098 net: emaclite: Convert MDIO to use register offset by Michal Simek · 9 years ago
  48. 912145b net: emaclite: Add MDIO support to driver by Michal Simek · 9 years ago
  49. 4bfe788 net: emaclite: Remove ancient OF probe function by Michal Simek · 9 years ago
  50. 07d204f net: Add axi emac to Kconfig by Michal Simek · 9 years ago
  51. 8fbf79f net: axi_emac: Rename start, stop, write_hwaddr functions by Michal Simek · 9 years ago
  52. 0305be8 net: axi_emac: Split recv from free_pkt by Michal Simek · 9 years ago
  53. 0b13ee2 net: axi_emac: Enable access to MDIO in probe by Michal Simek · 9 years ago
  54. 682baac net: axi_emac: Move driver to DM by Michal Simek · 9 years ago
  55. 638c0ef net: axi_emac: Pass private structure where possible by Michal Simek · 9 years ago
  56. 41beca1 net: axi_emac: Pass private structure to phyread/phywrite by Michal Simek · 9 years ago
  57. 6cb55e7 net: axi_emac: Put iobase to private structure by Michal Simek · 9 years ago
  58. f522187 net: axi_emac: Pass directly pointer to register space by Michal Simek · 9 years ago
  59. 2f1e065 net: axi_emac: Show phy address instead of register content by Michal Simek · 9 years ago
  60. 5aa4539 net: axi_emac: Fix parentheses around operand ! by Michal Simek · 9 years ago
  61. d2d567d drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_start by Pratiyush Mohan Srivastava · 9 years ago
  62. 8e0a8cb net: eepro100: Fix build warnings by Bin Meng · 9 years ago
  63. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  64. 93597d7 net: zynq_gem: Use shared wait_for_bit by Mateusz Kulikowski · 9 years ago
  65. 9b3e6c6 net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
  66. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  67. 0872fb2 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  68. 05b38c1 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  69. e90f63a net: lpc32xx: fix ignored MDIO busy wait status on read by Vladimir Zapolskiy · 9 years ago
  70. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  71. de857fa Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  72. 86621d4 dm: net: Convert rtl8169 to use DM PCI API by Simon Glass · 9 years ago
  73. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  74. 581ab9b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  75. d6978a4 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
  76. 95da4ba phy: atheros: Use ar8035_config for AR8031 by Fabio Estevam · 9 years ago
  77. 41a084a net: e1000: use correct helper to do endianness conversion by Miao Yan · 9 years ago
  78. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  79. c6e4a86 net: fec_mxc: unregister mdio bus on probe error by Måns Rullgård · 9 years ago
  80. 4aeddb7 net: fec_mxc: configure MDIO hold time by Måns Rullgård · 9 years ago
  81. 4ab539a net: designware: Zap trailing backslash by Marek Vasut · 9 years ago
  82. 7a0dfa6 net: eth_designware: select PHYLIB in Kconfig by Thomas Chou · 9 years ago
  83. d0d175f net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused by Bin Meng · 9 years ago
  84. b455d60 net: e1000: Remove CONFIG_MVBC_1G by Bin Meng · 9 years ago
  85. 1ba7e95 net: e1000: Remove dead codes wrapped by #if 0 by Bin Meng · 9 years ago
  86. 1005ce5 net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF by Marek Vasut · 9 years ago
  87. 27ba090 net: gem: Add driver dependencies to PHYLIB by Michal Simek · 9 years ago
  88. 7fb1d23 net: gem: Fix typo in Kconfig entry by Michal Simek · 9 years ago
  89. 57b0269 net: gem: Separate recv and free_pkt functions by Michal Simek · 9 years ago
  90. 139f410 net: gem: Fix return value from recv by Michal Simek · 9 years ago
  91. c6aa413 net: gem: Setup default phy address to -1 by Michal Simek · 9 years ago
  92. acad8b0 net: fm: disables unused FM1-DTSEC1 MAC node in DTS by Shaohui Xie · 9 years ago
  93. 8ce4587 armv8/ls1043a: remove print info by Mingkai Hu · 9 years ago
  94. b1b9698 driver: net: fsl-mc: remove MC firmware version check by Stuart Yoder · 9 years ago
  95. fd6fb77 qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit by Tom Rini · 9 years ago
  96. d9cfa97 net: gem: Enable CTRL+C in wait_for_bit by Michal Simek · 9 years ago
  97. 3d7285f net: gem: Move gem to Kconfig by Michal Simek · 9 years ago
  98. 3c4ce3c net: gem: Read information about interface from DT by Michal Simek · 9 years ago
  99. 250e05e net: gem: Move driver to DM by Michal Simek · 9 years ago
  100. 3f8c635 net: gem: Fix miiphy_read name by Michal Simek · 9 years ago