1. 32dc677 net: pcnet: Remove non-DM_ETH code by Tom Rini · 2 years ago
  2. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  3. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  4. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  5. 41ba040 net: Drop duplicate include of dm.h in pcnet.c by Simon Glass · 4 years, 4 months ago
  6. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  7. 5fdb3c0 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. 53019cf net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
  9. f5e7df5 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  10. 6d76c9f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
  11. deca773 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  12. 834d5ce net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  13. ab6ecbd net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  14. 553286a net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  15. 54c6067 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  16. ada6a2c net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  17. 0e11d79 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  18. 89369b0 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  19. d3b1df0 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  20. b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  21. b9c52c5 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  22. 59edb26 net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
  23. dea9b60 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  24. 1023a1e net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
  25. 3b2d63a net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  26. fdf6cbe net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  27. 60074d9 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  28. d20e857 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  29. 69e08bd net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  30. 246d2bf net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  31. ae38e96 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  32. 1c38c36 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  33. e4797c3 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  34. 1524e40 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  35. 97d5c14 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  36. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  37. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  38. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  39. 8510580 net: pcnet: fix I/O primitives for memory access by Daniel Schwierzeck · 4 years, 6 months ago
  40. 69529c9 net: pcnet: Switch to PCI memory access by Marek Vasut · 4 years, 7 months ago
  41. 3c0bcb9 net: pcnet: Replace mips-specific accessors by Marek Vasut · 4 years, 7 months ago
  42. 635a76b net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · 4 years, 7 months ago
  43. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  44. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  45. bed1ca3 net: pcnet: Fix init on big endian 64 bit by Paul Burton · 8 years ago
  46. 442d2e0 net: pcnet: Make 64 bit safe by Paul Burton · 8 years ago
  47. 4677d66 net: pcnet: Stop converting kseg1->kseg0 addresses by Paul Burton · 8 years ago
  48. df50b3b net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
  49. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  50. 6fb49e4 pcnet: force ordering of descriptor accesses by Paul Burton · 11 years ago
  51. a354ddc pcnet: align rx buffers for cache invalidation by Paul Burton · 11 years ago
  52. f1ae382 pcnet: access descriptor rings & init block uncached by Paul Burton · 11 years ago
  53. 649acfe MPC824x: remove obsolete "PN62" board by Wolfgang Denk · 11 years ago
  54. 62715a2 pcnet: enable the NOUFLO feature by Paul Burton · 11 years ago
  55. f3ac866 pcnet: add cache flushing & invalidation by Paul Burton · 11 years ago
  56. a954004 pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send by Paul Burton · 11 years ago
  57. 6011dab pcnet: code style cleanup by Paul Burton · 11 years ago
  58. 54fbcb0 net: pcnet: use pci_virt_to_mem to obtain buffer addresses by Gabor Juhos · 11 years ago
  59. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. f92a151 drivers/net/pcnet.c: Fix compile warning by Joe Hershberger · 12 years ago
  61. 138b608 drivers/net/pcnet.c: Change debug code to fix build warning by Wolfgang Denk · 13 years ago
  62. 5ed0eec net: pcnet: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  63. e309053 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  64. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  65. f2c288a pcnet.c: fix a merge issue by Wolfgang Denk · 17 years ago
  66. 3865631 Fixed pcnet io_base by Vlad Lungu · 17 years ago
  67. 11ea26f drivers/net/pcnet.c: Coding Style cleanup. by Wolfgang Denk · 17 years ago
  68. 899ef7b Added Am79C970A chip id to pcnet by Vlad Lungu · 17 years ago
  69. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  70. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/pcnet.c]
  71. cb51c0b drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  72. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  73. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  74. 3953988 * Code cleanup (ARM mostly) by wdenk · 20 years ago
  75. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  76. c609719 Initial revision by wdenk · 22 years ago