1. 408f056 net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · 3 years, 6 months ago
  2. 3c56251 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · 3 years, 6 months ago
  3. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  4. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  5. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  6. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  7. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  8. 7fb568d net: tsec: Add the compatible string "gianfar" support by Hou Zhiqiang · 4 years, 2 months ago
  9. 25a2e24 net: tsec: Add fixed-link PHY support by Hou Zhiqiang · 4 years, 2 months ago
  10. b4eb9cf net: tsec: convert to use DM_MDIO when DM_ETH enabled by Hou Zhiqiang · 4 years, 2 months ago
  11. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  12. a0f47e0 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · 4 years, 5 months ago
  13. bf67eb3 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · 4 years, 5 months ago
  14. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  15. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  16. 1c8ad08 net: tsec: Change compatible strings to match Linux by Vladimir Oltean · 5 years ago
  17. f6297c0 net: tsec: Common handling of MAC station address for DM_ETH by Vladimir Oltean · 5 years ago
  18. b7be776 net: tsec: Make errors visible by Vladimir Oltean · 5 years ago
  19. 07bd39f net: tsec: Reverse Christmas tree notation by Vladimir Oltean · 5 years ago
  20. bca686a net: tsec: Fix offset of MDIO registers for DM_ETH by Vladimir Oltean · 5 years ago
  21. 29db310 net: tsec: Refactor the readout of the tbi-handle property by Vladimir Oltean · 5 years ago
  22. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  23. 1a4af5c net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  24. 5e9d9ab tsec: Fix reading phy registers from DT by Mario Six · 6 years ago
  25. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  26. 1313aaf net: tsec: Make live-tree compatible by Mario Six · 7 years ago
  27. 5775f00 net: tsec: Fix memory leak in error path by Mario Six · 7 years ago
  28. d38de33 net: tsec: Fix style violations by Mario Six · 7 years ago
  29. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  30. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  31. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  32. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  33. a1c76c1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  34. 9a1d6af net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  35. 56a27a1 net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  36. 8ba5017 net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  37. e677da9 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  38. 362b123 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  39. 9872b73 net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  40. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  41. ebe4c1e ls102xa: etsec: Use proper settings for BE BDs by Claudiu Manoil · 9 years ago
  42. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  43. 7f233c0 net: tsec: Fix NULL access in case init_phy() fails by Claudiu Manoil · 11 years ago
  44. 52d00a8 ls102xa: etsec: Add etsec support for LS102xA by Alison Wang · 10 years ago
  45. b1690bc net: tsec: Fix mac addr setup portability, cleanup by Claudiu Manoil · 11 years ago
  46. 82ef75c net: tsec: Use portable regs type (uint->u32) by Claudiu Manoil · 11 years ago
  47. 9c9141f net: tsec: Use portable types and accessors for BDs by Claudiu Manoil · 11 years ago
  48. 18b338f net: tsec: Fix CamelCase issues around BD code by Claudiu Manoil · 11 years ago
  49. aec84bf net: tsec: Cleanup tsec regs init and fix __iomem warns by Claudiu Manoil · 11 years ago
  50. b200204 net: tsec: Fix priv pointer in tsec_mcast_addr() by Claudiu Manoil · 11 years ago
  51. 876d451 net: tsec: Fix and cleanup tsec_mcast_addr() by Claudiu Manoil · 11 years ago
  52. 9c4cffa net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  53. 11af8d6 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago
  54. c8a60b5 ppc: Fix warning in TSEC Ethernet driver by Joe Hershberger · 12 years ago
  55. aada81d powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129 by chenhui zhao · 13 years ago
  56. cd6881b Minor coding style cleanup. by Wolfgang Denk · 13 years ago
  57. 063c126 tsec: Convert tsec to use PHY Lib by Andy Fleming · 13 years ago
  58. 9075191 tsec: arrange the code to avoid useless function declaration by Mingkai Hu · 14 years ago
  59. a32a6be tsec: use IO accessors for IO accesses by Mingkai Hu · 14 years ago
  60. 19d68d2 tsec: add AR8021 PHY support by Li Yang · 14 years ago
  61. 8ef583a miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  62. 72c96a6 tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII by Kumar Gala · 14 years ago
  63. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  64. daa2ce6 tsec: fix the return value for tsec_eth_init() by Timur Tabi · 14 years ago
  65. 26918b7 tsec: add micrel ksz804 phy by Heiko Schocher · 14 years ago
  66. 90b5bf2 tsec: Fix eTSEC2 link problem on P2020RDB by Felix Radensky · 14 years ago
  67. 538be58 tsec: Wait for both RX and TX to stop by Andy Fleming · 14 years ago
  68. 5f6b144 tsec: Add TSEC_FIBER flag by Peter Tyser · 15 years ago
  69. 8abb8dc tsec: Add support for using the BCM5482 PHY in fiber mode by Peter Tyser · 15 years ago
  70. c6dbdfd tsec: General cleanup by Peter Tyser · 15 years ago
  71. e1957ef tsec: Make functions/data static when possible by Peter Tyser · 15 years ago
  72. 27165b5 tsec: Clean up Broadcom PHY status parsing by Peter Tyser · 15 years ago
  73. 46e9167 tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode by Peter Tyser · 15 years ago
  74. b9e186f NET: Move MDIO regs out of TSEC Space by Sandeep Gopalpet · 15 years ago
  75. cd1011d tsec: Remove PHY command relocation fixups by Peter Tyser · 15 years ago
  76. 0d071cd net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete by Kim Phillips · 15 years ago
  77. b1e849f tsec: Wait for auto-negotiation to complete without link by Peter Tyser · 16 years ago
  78. 4c2e3da Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · 15 years ago
  79. b7fe25d P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) by Poonam Aggrwal · 15 years ago
  80. 88ad3fd net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning by Kim Phillips · 15 years ago
  81. 091dc9f tsec: Add support for BCM5482S PHY by Zach LeRoy · 15 years ago
  82. 0452352 tsec: report when there is no vendor specific PHY support by Paul Gortmaker · 16 years ago
  83. 736323a Added Vitesse VSC8211 definitions to TSEC driver by Pieter Henning · 16 years ago
  84. 9e5be82 tsec: Fix a bug in soft-resetting by Andy Fleming · 16 years ago
  85. 12a8b9d Marvell 88E1118 interrupt fix by Ron Madrid · 16 years ago
  86. 23afaba net: tsec: Fix Marvell 88E1121R phy init by Anatolij Gustschin · 16 years ago
  87. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. c9d6b69 enable 10/100M at VSC8601 at tsec driver by Andre Schwarz · 16 years ago
  89. ce47eb4 Support for multiple SGMII/TBI interfaces for TSEC ethernet by Peter Tyser · 16 years ago
  90. 2abe361 Add SGMII support to the tsec by Andy Fleming · 16 years ago
  91. 75b9d4a Pass in tsec_info struct through tsec_initialize by Andy Fleming · 16 years ago
  92. dd3d1f5 tsec: Move tsec.h to include/ by Andy Fleming · 16 years ago
  93. d23dc39 PHY: Add support for the M88E1121R Marvell chip. by Sergei Poselenov · 16 years ago
  94. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  95. 290ef64 Add Marvell 88E1118 support for TSEC by Ron Madrid · 16 years ago
  96. 7c0773f drivers/net/tsec.c: Fix typo. by Wolfgang Denk · 16 years ago
  97. 9acde12 TSEC: add config options for VSC8601 RGMII PHY by Andre Schwarz · 16 years ago
  98. 2d934ea Add Vitesse 8601 support to TSEC driver by Tor Krill · 16 years ago
  99. c760478 tsec: fix link detection for the RTL8211B PHY by Anton Vorontsov · 17 years ago
  100. 18ee320 TSEC: Add the support for RealTek RTL8211B PHY by Dave Liu · 17 years ago