1. d55a003 net: dc2114x: Remove non-DM_ETH code by Tom Rini · 1 year, 11 months ago
  2. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  3. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  4. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  5. f23a785 net: dc2114x: Add DM support by Marek Vasut · 4 years, 4 months ago
  6. bc4666a net: dc2114x: Split common parts of non-DM functions out by Marek Vasut · 4 years, 4 months ago
  7. 05c4917 net: dc2114x: Split RX path by Marek Vasut · 4 years, 4 months ago
  8. 32d8d11 net: dc2114x: Add RX/TX rings into the private data by Marek Vasut · 4 years, 4 months ago
  9. 8a5c6f1 net: dc2114x: Pass PCI BDF into phys_to_bus() by Marek Vasut · 4 years, 4 months ago
  10. fcd6217 net: dc2114x: Pass private data around by Marek Vasut · 4 years, 4 months ago
  11. 2301a4b net: dc2114x: Introduce private data by Marek Vasut · 4 years, 4 months ago
  12. 02b95a4 net: dc2114x: Use standard I/O accessors by Marek Vasut · 4 years, 4 months ago
  13. 9b98f20 net: dc2114x: Drop update_srom() by Marek Vasut · 4 years, 4 months ago
  14. 777aa71 net: dc2114x: Support all DC2114x by Marek Vasut · 4 years, 4 months ago
  15. 75e375b net: dc2114x: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 4 months ago
  16. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  17. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  18. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  19. c2abfca net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond() by Marek Vasut · 4 years, 6 months ago
  20. dbe9c0c net: dc2114x: Reorganize driver by Marek Vasut · 4 years, 6 months ago
  21. 3b7b9e2 net: dc2114x: Clean up INL/OUTL functions by Marek Vasut · 4 years, 6 months ago
  22. 04da061 net: dc2114x: Clean up DE4X5 macros by Marek Vasut · 4 years, 6 months ago
  23. eb216f1 net: dc2114x: Clean up remaining driver code by Marek Vasut · 4 years, 6 months ago
  24. 2e5c2a1 net: dc2114x: Clean up SROM operations by Marek Vasut · 4 years, 6 months ago
  25. 5a0c332 net: dc2114x: Clean up send_setup_frame() by Marek Vasut · 4 years, 6 months ago
  26. 5b4e7df net: dc2114x: Clean up dc21x4x_halt() by Marek Vasut · 4 years, 6 months ago
  27. 9308df8 net: dc2114x: Clean up dc21x4x_recv() by Marek Vasut · 4 years, 6 months ago
  28. 7c53e33 net: dc2114x: Clean up dc21x4x_send() by Marek Vasut · 4 years, 6 months ago
  29. ca5cb04 net: dc2114x: Clean up init code by Marek Vasut · 4 years, 6 months ago
  30. 171f5e5 net: tulip: Remove CONFIG_TULIP_* by Marek Vasut · 4 years, 6 months ago
  31. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years 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. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  35. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  36. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  37. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  38. 6636c70 drivers/net/dc2114x.c: Fix compile warning by Joe Hershberger · 12 years ago
  39. df6a36f net: dc2114x: check for apropriate command by Linus Walleij · 13 years ago
  40. be44f75 net: dc2114x: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  41. d3f8714 drivers/net/: get mac address from environment by Mike Frysinger · 16 years ago
  42. 8ca0b3f Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  43. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  44. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  45. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  46. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/dc2114x.c]
  47. ddb5d86f drivers/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  48. 07d38a1 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  49. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  50. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  51. c935d3b Patches by Stephan Linz, 11 Dec 2003: by wdenk · 21 years ago
  52. 3a473b2 * Patch by Ronen Shitrit, 10 Dec 2003: by wdenk · 21 years ago
  53. 63f3491 * Patch by André Schwarz, 8 Dec 2003: by wdenk · 21 years ago
  54. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  55. c609719 Initial revision by wdenk · 22 years ago