1. c786b52 net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
  2. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  3. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  4. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  5. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  6. cbc44b8 net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
  7. 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
  8. addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
  9. d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
  10. 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
  11. 3334669 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
  12. 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  13. c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
  14. 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
  15. f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
  16. d68d272 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
  17. e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  18. f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  19. 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
  20. 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
  21. 7efcae4 net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
  22. d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
  23. 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
  24. d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
  25. 447271b net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
  26. c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
  27. a2cf21c net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
  28. 1189341 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
  29. 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
  30. 323b64b net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
  31. e4211ed net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
  32. 6659920 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
  33. dc83bfe net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
  34. 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
  35. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  36. 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 7 months ago
  37. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  38. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  39. 0a549a2 net: eepro100: Fix unused variable warning by Tom Rini · 8 years ago
  40. 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  41. 8e0a8cb net: eepro100: Fix build warnings by Bin Meng · 9 years ago
  42. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  43. 2ced070 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
  44. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  45. c5a889a drivers/net/eepro100.c: Fix compile warning by Joe Hershberger · 13 years ago
  46. 0d7bfe4 drivers/net/eepro100.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  47. d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  48. f414b3e net: eepro100: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  49. 97824d6 Fix compile warnings for const correctness by Ben Warren · 14 years ago
  50. 5ff5fdb miiphy: constify device name by Mike Frysinger · 14 years ago
  51. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  52. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  53. 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  54. de9fcb5 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  55. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/eepro100.c]
  56. b1d408a drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  57. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  58. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  59. 4dc1146 Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005 by Wolfgang Denk · 19 years ago
  60. b8d1f51 Add support for MII in eepro100 driver. Patch by Gleb Natapov, 21 Mar 2005 by Wolfgang Denk · 19 years ago
  61. 5da7f2f * Patch by Ronen Shitrit, 10 Dec 2003: by wdenk · 21 years ago
  62. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  63. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  64. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
  65. 1df49e2 Initial revision by wdenk · 22 years ago