1. 1f9e2b2 net: pcnet: Remove non-DM_ETH code by Tom Rini · 2 years 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. 45a145d net: Drop duplicate include of dm.h in pcnet.c by Simon Glass · 4 years, 5 months ago
  6. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  7. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
  8. 978733b net: pcnet: Add DM support by Marek Vasut · 4 years, 7 months ago
  9. 0bc035f net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 7 months ago
  10. c48ad6f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 7 months ago
  11. 0a042d1 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 7 months ago
  12. 292cf50 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 7 months ago
  13. fd899d2 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 7 months ago
  14. 9250b37 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 7 months ago
  15. 34c00e9 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 7 months ago
  16. 017fe00 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 7 months ago
  17. 9b2f30c net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 7 months ago
  18. 1fbd423 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 7 months ago
  19. ab3be70 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
  20. 08aac4b net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 7 months ago
  21. e549f0f net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 7 months ago
  22. cf8ec98 net: pcnet: Add DM support by Marek Vasut · 4 years, 7 months ago
  23. 03304cc net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 7 months ago
  24. 5cfe7be net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 7 months ago
  25. f7377ad net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 7 months ago
  26. f387771 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 7 months ago
  27. 2b1c26a net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 7 months ago
  28. 47b2357 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 7 months ago
  29. 2ba0a68 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 7 months ago
  30. ff69987 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 7 months ago
  31. 3587d0b net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 7 months ago
  32. 60675d4 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 7 months ago
  33. e2ea361 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
  34. 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 7 months ago
  35. b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 7 months ago
  36. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  37. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  38. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  39. 4bb0779 net: pcnet: fix I/O primitives for memory access by Daniel Schwierzeck · 4 years, 7 months ago
  40. 04235cc net: pcnet: Switch to PCI memory access by Marek Vasut · 4 years, 8 months ago
  41. 022fedf net: pcnet: Replace mips-specific accessors by Marek Vasut · 4 years, 8 months ago
  42. 37f34b3 net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · 4 years, 8 months ago
  43. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  44. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  45. 351ff11 net: pcnet: Fix init on big endian 64 bit by Paul Burton · 9 years ago
  46. ed22875 net: pcnet: Make 64 bit safe by Paul Burton · 9 years ago
  47. 38004ad net: pcnet: Stop converting kseg1->kseg0 addresses by Paul Burton · 9 years ago
  48. 9b3e6c6 net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
  49. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  50. 14e4740 pcnet: force ordering of descriptor accesses by Paul Burton · 11 years ago
  51. 7f3c38e pcnet: align rx buffers for cache invalidation by Paul Burton · 11 years ago
  52. 5250592 pcnet: access descriptor rings & init block uncached by Paul Burton · 11 years ago
  53. 19e5a4c MPC824x: remove obsolete "PN62" board by Wolfgang Denk · 11 years ago
  54. 03261c0 pcnet: enable the NOUFLO feature by Paul Burton · 11 years ago
  55. 5edb7d8 pcnet: add cache flushing & invalidation by Paul Burton · 11 years ago
  56. af35df0 pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send by Paul Burton · 11 years ago
  57. 70ab8c0 pcnet: code style cleanup by Paul Burton · 11 years ago
  58. 5af1db9 net: pcnet: use pci_virt_to_mem to obtain buffer addresses by Gabor Juhos · 12 years ago
  59. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. b541cc9 drivers/net/pcnet.c: Fix compile warning by Joe Hershberger · 13 years ago
  61. 99726cc drivers/net/pcnet.c: Change debug code to fix build warning by Wolfgang Denk · 13 years ago
  62. a836a29 net: pcnet: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  63. b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  64. 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  65. 18960d8 pcnet.c: fix a merge issue by Wolfgang Denk · 17 years ago
  66. af9215d Fixed pcnet io_base by Vlad Lungu · 17 years ago
  67. 3915831 drivers/net/pcnet.c: Coding Style cleanup. by Wolfgang Denk · 17 years ago
  68. a6dd3e6 Added Am79C970A chip id to pcnet by Vlad Lungu · 17 years ago
  69. de9fcb5 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  70. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/pcnet.c]
  71. 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  72. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  73. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  74. f2140d5 * Code cleanup (ARM mostly) by wdenk · 20 years ago
  75. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  76. c609719 Initial revision by wdenk · 22 years ago