1. f7377ad net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  2. f387771 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  3. 2b1c26a net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  4. 47b2357 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  5. 2ba0a68 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  6. ff69987 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  7. 3587d0b net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  8. 60675d4 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  9. e2ea361 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  10. 0c6a775 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  11. b346e1b net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  12. 2dcaf85 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  13. cbc44b8 net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
  14. 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
  15. addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
  16. d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
  17. 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
  18. 3334669 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
  19. 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  20. c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
  21. 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
  22. f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
  23. d68d272 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
  24. e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  25. f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  26. 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
  27. 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
  28. 7efcae4 net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
  29. d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
  30. 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
  31. d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
  32. 447271b net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
  33. c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
  34. a2cf21c net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
  35. 1189341 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
  36. 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
  37. 323b64b net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
  38. e4211ed net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
  39. 6659920 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
  40. dc83bfe net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
  41. 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
  42. 3e47248 common: hash: Remove a debug printf statement by Harald Seiler · 4 years, 6 months ago
  43. 2396f98 Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 6 months ago
  44. 933e6bf Merge branch '2020-06-12-next-net' into next by Tom Rini · 4 years, 6 months ago
  45. 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
  46. e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 6 months ago
  47. 922a9ca net: rtl8139: Add DM support by Marek Vasut · 4 years, 7 months ago
  48. fce51f2 net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 7 months ago
  49. ac3f000 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 7 months ago
  50. d9dd2a8 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 7 months ago
  51. a7c1295 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 7 months ago
  52. 775b067 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 7 months ago
  53. b1d652f net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 7 months ago
  54. 6826194 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 7 months ago
  55. c4840a0 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 7 months ago
  56. 66ed9fc net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 7 months ago
  57. d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 7 months ago
  58. 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 7 months ago
  59. 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 7 months ago
  60. c06211d net: phy: Add helper routines to set and clear bits by Dan Murphy · 4 years, 7 months ago
  61. 98422d9 net: phy: Fix kernel doc issues in phy.h by Dan Murphy · 4 years, 7 months ago
  62. c3f0ba9 net: phy: Add missing kernel doc to phy functions by Dan Murphy · 4 years, 7 months ago
  63. 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 7 months ago
  64. f9f4a1c net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 8 months ago
  65. a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 8 months ago
  66. 98c9797 net: smc911x: Drop the standalone EEPROM example by Marek Vasut · 4 years, 9 months ago
  67. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
  68. 05b4e12 board: tbs2910: add documentation by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  69. 8559dc4 board: tbs2910: Enable distro_boot support. by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  70. d7a6dfc board: tbs2910_defconfig: Add support for booting general purpose distributions by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  71. 904aec0 board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  72. 7bfb638 board: tbs2910: disable CONFIG_GZIP by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  73. 4367795 board: tbs2910: disable loadb and loads commands by Denis 'GNUtoo' Carikli · 4 years, 6 months ago
  74. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
  75. 78e280f doc: driver-model: fix typo in design.rst by Dario Binacchi · 4 years, 6 months ago
  76. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
  77. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 6 months ago
  78. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 6 months ago
  79. 276bf92 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 6 months ago
  80. 524956c log: clean up Kconfig by Heinrich Schuchardt · 4 years, 6 months ago
  81. 9f3d332 doc: move README.log to HTML documentation by Heinrich Schuchardt · 4 years, 6 months ago
  82. d59d9f5 doc: log: correct option name CONFIG_LOG_MAX_LEVEL by Patrick Delaunay · 4 years, 6 months ago
  83. 5c42d5d regmap: Check for out-of-range offsets before mapping them by Pratyush Yadav · 4 years, 6 months ago
  84. db12d38 libfdt: Remove superfluous NUL character from overlay symbols by Marcus Comstedt · 4 years, 6 months ago
  85. 7e91996 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · 4 years, 6 months ago
  86. 32d294b fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 6 months ago
  87. a26ad7a fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · 4 years, 6 months ago
  88. ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · 4 years, 7 months ago
  89. 7a54365 patman: Complain if a checkpatch line is not understood by Simon Glass · 4 years, 7 months ago
  90. d2d136c patman: Support warnings in the patch subject by Simon Glass · 4 years, 7 months ago
  91. 9a690c4 patman: Handle checkpatch output with notes and code by Simon Glass · 4 years, 7 months ago
  92. 9eb74a9 patman: Don't try to process checkpatch lines twice by Simon Glass · 4 years, 7 months ago
  93. 396168c patman: Support emacs mode with checkpatch by Simon Glass · 4 years, 7 months ago
  94. 39d6d84 patman: Fix 'warning' typo by Simon Glass · 4 years, 7 months ago
  95. 4e852a7 configs: Resync with savedefconfig by Tom Rini · 4 years, 6 months ago
  96. df3a9fe Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 6 months ago
  97. 4d0b410 Revert "imx: rom api: fix image offset computation" by Stefano Babic · 4 years, 6 months ago
  98. 177bad0 Prepare v2020.07-rc4 by Tom Rini · 4 years, 6 months ago
  99. 28db7f5 cmd: Correct the 'md.q' command by Simon Glass · 4 years, 6 months ago
  100. 7e069ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 6 months ago