1. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  2. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  3. 1886407 net: tsec: Make redundant_init() static by Bin Meng · 3 years, 1 month ago
  4. db2f387 cmd: pxe_utils: Check fdtcontroladdr in label_boot by Peter Hoyes · 3 years, 1 month ago
  5. 3556c4d net: tsec: add support for promiscuous mode by Vladimir Oltean · 3 years, 2 months ago
  6. dff95bf net: tsec: read the phy-mode property as fallback to phy-connection-type by Vladimir Oltean · 3 years, 2 months ago
  7. 0e57757 net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode by Vladimir Oltean · 3 years, 2 months ago
  8. 8ca1e6b net: tsec: Mark tsec_get_interface as __maybe_unused by Ramon Fried · 3 years, 2 months ago
  9. 1d3c81b net: tsec: add option to set device max-speed via dts by Aleksandar Gerasimovski · 3 years, 6 months ago
  10. dbc4c2e net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · 3 years, 9 months ago
  11. 8699b2e net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · 3 years, 9 months ago
  12. 26980e9 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · 3 years, 9 months ago
  13. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  14. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  15. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  16. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  17. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  18. 5966b6d net: tsec: Add the compatible string "gianfar" support by Hou Zhiqiang · 4 years, 4 months ago
  19. 1addbbf net: tsec: Add fixed-link PHY support by Hou Zhiqiang · 4 years, 4 months ago
  20. d35de97 net: tsec: convert to use DM_MDIO when DM_ETH enabled by Hou Zhiqiang · 4 years, 4 months ago
  21. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  22. 53907d5 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · 4 years, 7 months ago
  23. 7b69ce7 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · 4 years, 7 months ago
  24. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  25. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  26. 7c043ea net: tsec: Change compatible strings to match Linux by Vladimir Oltean · 5 years ago
  27. 9953c79 net: tsec: Common handling of MAC station address for DM_ETH by Vladimir Oltean · 5 years ago
  28. 8ec8eaa net: tsec: Make errors visible by Vladimir Oltean · 5 years ago
  29. a11c89d net: tsec: Reverse Christmas tree notation by Vladimir Oltean · 5 years ago
  30. 3095e34 net: tsec: Fix offset of MDIO registers for DM_ETH by Vladimir Oltean · 5 years ago
  31. d639220 net: tsec: Refactor the readout of the tbi-handle property by Vladimir Oltean · 5 years ago
  32. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  33. bbe1857 net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  34. 0ccad96 tsec: Fix reading phy registers from DT by Mario Six · 7 years ago
  35. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  36. 00ba055 net: tsec: Make live-tree compatible by Mario Six · 7 years ago
  37. 878b1d2 net: tsec: Fix memory leak in error path by Mario Six · 7 years ago
  38. c29fcc7 net: tsec: Fix style violations by Mario Six · 7 years ago
  39. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  40. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  41. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  42. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  43. 74314f1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  44. 1048f61 net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  45. e86a6cd net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  46. 80b1a1c net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  47. 1120c54 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  48. 76f5399 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  49. 79cd33a net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  50. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  51. 51b503e ls102xa: etsec: Use proper settings for BE BDs by Claudiu Manoil · 9 years ago
  52. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  53. fe56fec net: tsec: Fix NULL access in case init_phy() fails by Claudiu Manoil · 11 years ago
  54. 32cc591 ls102xa: etsec: Add etsec support for LS102xA by Alison Wang · 10 years ago
  55. dcb38fe net: tsec: Fix mac addr setup portability, cleanup by Claudiu Manoil · 11 years ago
  56. a18ab90 net: tsec: Use portable regs type (uint->u32) by Claudiu Manoil · 11 years ago
  57. eec416b net: tsec: Use portable types and accessors for BDs by Claudiu Manoil · 11 years ago
  58. c739af4 net: tsec: Fix CamelCase issues around BD code by Claudiu Manoil · 11 years ago
  59. cd0c412 net: tsec: Cleanup tsec regs init and fix __iomem warns by Claudiu Manoil · 11 years ago
  60. 766c894 net: tsec: Fix priv pointer in tsec_mcast_addr() by Claudiu Manoil · 11 years ago
  61. 461511b net: tsec: Fix and cleanup tsec_mcast_addr() by Claudiu Manoil · 11 years ago
  62. 5c47357 net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  63. 4238746 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago
  64. 5d289fe ppc: Fix warning in TSEC Ethernet driver by Joe Hershberger · 13 years ago
  65. c8caa8a powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129 by chenhui zhao · 13 years ago
  66. 80f7021 Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  67. 422effd tsec: Convert tsec to use PHY Lib by Andy Fleming · 14 years ago
  68. e0653bf tsec: arrange the code to avoid useless function declaration by Mingkai Hu · 14 years ago
  69. a65e610 tsec: use IO accessors for IO accesses by Mingkai Hu · 14 years ago
  70. 25e38bd tsec: add AR8021 PHY support by Li Yang · 14 years ago
  71. d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  72. c1457f9 tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII by Kumar Gala · 14 years ago
  73. 5ff5fdb miiphy: constify device name by Mike Frysinger · 14 years ago
  74. 7762268 tsec: fix the return value for tsec_eth_init() by Timur Tabi · 14 years ago
  75. 6d9933f tsec: add micrel ksz804 phy by Heiko Schocher · 14 years ago
  76. 27f98e0 tsec: Fix eTSEC2 link problem on P2020RDB by Felix Radensky · 14 years ago
  77. 1899777 tsec: Wait for both RX and TX to stop by Andy Fleming · 15 years ago
  78. 94f63a7 tsec: Add TSEC_FIBER flag by Peter Tyser · 15 years ago
  79. 3c93d8b tsec: Add support for using the BCM5482 PHY in fiber mode by Peter Tyser · 15 years ago
  80. 4ef03c0 tsec: General cleanup by Peter Tyser · 15 years ago
  81. 08b2d78 tsec: Make functions/data static when possible by Peter Tyser · 15 years ago
  82. f672290 tsec: Clean up Broadcom PHY status parsing by Peter Tyser · 15 years ago
  83. 583c1f4 tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode by Peter Tyser · 15 years ago
  84. b5541ef NET: Move MDIO regs out of TSEC Space by Sandeep Gopalpet · 15 years ago
  85. 59b020f tsec: Remove PHY command relocation fixups by Peter Tyser · 15 years ago
  86. ae4dd97 net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete by Kim Phillips · 15 years ago
  87. 4c84fd5 tsec: Wait for auto-negotiation to complete without link by Peter Tyser · 16 years ago
  88. 6a6d948 Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · 15 years ago
  89. c91b5de P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) by Poonam Aggrwal · 15 years ago
  90. 4f8b633 net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning by Kim Phillips · 15 years ago
  91. ddb7fc7 tsec: Add support for BCM5482S PHY by Zach LeRoy · 16 years ago
  92. f81b823 tsec: report when there is no vendor specific PHY support by Paul Gortmaker · 16 years ago
  93. 9370c8b Added Vitesse VSC8211 definitions to TSEC driver by Pieter Henning · 16 years ago
  94. 2d1db14 tsec: Fix a bug in soft-resetting by Andy Fleming · 16 years ago
  95. aa4aac4 Marvell 88E1118 interrupt fix by Ron Madrid · 16 years ago
  96. d015a02 net: tsec: Fix Marvell 88E1121R phy init by Anatolij Gustschin · 16 years ago
  97. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  98. 4005e3b enable 10/100M at VSC8601 at tsec driver by Andre Schwarz · 16 years ago
  99. cb3d2de Support for multiple SGMII/TBI interfaces for TSEC ethernet by Peter Tyser · 16 years ago
  100. ac65e07 Add SGMII support to the tsec by Andy Fleming · 16 years ago