1. af8ecdf net: eepro100: Add DM support by Marek Vasut · 4 years, 4 months ago
  2. 8835103 net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 4 months ago
  3. 43b7383 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 4 months ago
  4. fb8307e net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 4 months ago
  5. 39daab2 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 4 months ago
  6. 389da97 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 4 months ago
  7. bd159c6 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 4 months ago
  8. fa9e121 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 4 months ago
  9. acdf5d8 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 4 months ago
  10. a6c06ec net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 4 months ago
  11. 66fed73 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 4 months ago
  12. 6c7d3f6 net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 4 months ago
  13. 3a15684 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 4 months ago
  14. 047a800 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 4 months ago
  15. d47cf87 net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 4 months ago
  16. 5116aae net: eepro100: Add cache management by Marek Vasut · 4 years, 4 months ago
  17. 95655b9 net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 4 months ago
  18. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 4 months ago
  19. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 4 months ago
  20. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 4 months ago
  21. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 4 months ago
  22. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 4 months ago
  23. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 4 months ago
  24. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 4 months ago
  25. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 4 months ago
  26. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 4 months ago
  27. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 4 months ago
  28. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 4 months ago
  29. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 4 months ago
  30. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  31. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 5 months ago
  32. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  33. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  34. 63c6f1c net: eepro100: Fix unused variable warning by Tom Rini · 7 years ago
  35. 5a49f17 net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  36. e6655d7 net: eepro100: Fix build warnings by Bin Meng · 9 years ago
  37. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  38. 03b0040 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
  39. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. bccbe61 drivers/net/eepro100.c: Fix compile warning by Joe Hershberger · 12 years ago
  41. 3d458d2 drivers/net/eepro100.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  42. 8ef583a miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  43. 72c4c33 net: eepro100: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  44. d7fb9bc Fix compile warnings for const correctness by Ben Warren · 14 years ago
  45. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  46. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. 10efa02 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  48. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  49. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  50. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/eepro100.c]
  51. 07d38a1 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  52. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  53. 63ff004 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  54. c570b2f Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005 by Wolfgang Denk · 19 years ago
  55. a912733 Add support for MII in eepro100 driver. Patch by Gleb Natapov, 21 Mar 2005 by Wolfgang Denk · 19 years ago
  56. 3a473b2 * Patch by Ronen Shitrit, 10 Dec 2003: by wdenk · 21 years ago
  57. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  58. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  59. 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 21 years ago
  60. 1df49e2 Initial revision by wdenk · 22 years ago