1. fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  2. 12c2a31 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
  3. 5ccd657 net: macb: Fix rx buffer cache handling by Stefan Roese · 5 years ago
  4. 642b80d net: designware: drop compatible altr, socfpga-stmmac by Ralph Siemsen · 5 years ago
  5. 19f3b78 Revert "net: macb: Fixed reading MII_LPA register" by Bin Meng · 5 years ago
  6. 2e0f324 network: set timeline for CONFIG_DM_ETH conversion by Heinrich Schuchardt · 5 years ago
  7. e3562b3 drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array by Alex Marginean · 5 years ago
  8. 53e3d52 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · 5 years ago
  9. 50d86e5 net: dwc_eth_qos: Change eqos_ops function to static by Patrick Delaunay · 5 years ago
  10. 9bbff54 drivers: net: pfe_eth: undefined return value by Heinrich Schuchardt · 5 years ago
  11. fd6d88f test: dm_mdio: avoid out of bounds access by Heinrich Schuchardt · 5 years ago
  12. a37c082 net: mvpp2: support setting hardware addresses from ethernet core by Matt Pelland · 5 years ago
  13. 7660d5c arm: dts: Set custom names for cp110 master/slave MDIO buses by Alex Marginean · 5 years ago
  14. 8bd37ce drivers: net: add marvell MDIO driver by Alex Marginean · 5 years ago
  15. 01c9f04 doc: bindings: add mdio.txt describing generic MDIO properties by Alex Marginean · 5 years ago
  16. 6b3abc0 net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · 5 years ago
  17. 259f722 configs: sandbox: enable PCAP capture cmd by Ramon Fried · 5 years ago
  18. dc625d0 doc: pcap: add pcap cmd documentation by Ramon Fried · 5 years ago
  19. 3eaac63 net: introduce packet capture support by Ramon Fried · 5 years ago
  20. 1bad991 drivers/fsl-mc: Create Kconfig file to manage driver specific configs better by Florinel Iordache · 5 years ago
  21. 74dd383 drivers: net: driver for MDIO muxes controlled over I2C by Alex Marginean · 5 years ago
  22. bb53ae3 Revert "drivers: net: driver for MDIO muxes controlled over I2C" by Joe Hershberger · 5 years ago
  23. 14a8ade net: mdio: Clarify code flow Covarity 244085 & 244090 by Joe Hershberger · 5 years ago
  24. 398e751 net: Fix Covarity Defect 244093 by Joe Hershberger · 5 years ago
  25. 448f11f Merge tag 'arc-for-2019.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc by Tom Rini · 5 years ago
  26. 968b98b arc: emsdp: Add more platform-specific compiler options by Alexey Brodkin · 5 years ago
  27. fbf8c50 arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division by Alexey Brodkin · 5 years ago
  28. 9ddaf1d arc: emsdp: Add initialization of PSRAM by Alexey Brodkin · 5 years ago
  29. f65fb41 Merge tag 'for-v2019.10-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  30. 83a5df4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  31. 61ce84b riscv: cache: use CCTL to flush d-cache by Rick Chen · 5 years ago
  32. cf6ee11 riscv: dts: move out AE350 L2 node from cpus node by Rick Chen · 5 years ago
  33. 7045ed9 riscv: cache: Flush L2 cache before jump to linux by Rick Chen · 5 years ago
  34. a8323d1 riscv: ax25: add imply v5l2 cache controller by Rick Chen · 5 years ago
  35. edf0acb riscv: ae350: use the v5l2 driver to configure the cache by Rick Chen · 5 years ago
  36. 4fa4267 dm: cache: add v5l2 cache controller driver by Rick Chen · 5 years ago
  37. abd858e dm: cache: Add enable and disable ops for sandbox and test by Rick Chen · 5 years ago
  38. 4d0140e dm: cache: Add enable and disable ops for cache uclass by Rick Chen · 5 years ago
  39. d58b0a6 riscv: andes_plic: init plic by scanning each cpu node by Rick Chen · 5 years ago
  40. f6cb427 riscv: update fix_rela_dyn by Marcus Comstedt · 5 years ago
  41. 71bdfcb riscv: tools: Handle addend to absolute reloc in prelink-riscv by Marcus Comstedt · 5 years ago
  42. f379fa6 sifive-fu540: config: Add mmc0 as a boot target device by Alistair Francis · 5 years ago
  43. cba0635 riscv: sifive: fu540: set serial environment variable from otp by Sagar Shrikant Kadam · 5 years ago
  44. 4dfea4b riscv: cpu: Skip unavailable hart in the get_count() op by Bin Meng · 5 years ago
  45. eaae4ee sh: r2dplus: Switch to DM PCI driver by Marek Vasut · 5 years ago
  46. 72c2f4a pci: sh7751: Convert to DM and DT probing by Marek Vasut · 5 years ago
  47. 8c2c463 sh: r2dplus: Enable OF control by Marek Vasut · 5 years ago
  48. c88bced sh: r2dplus: Enable DM by Marek Vasut · 5 years ago
  49. ee3a4a7 sh: Fix OF_SEPARATE support by Marek Vasut · 5 years ago
  50. 6756762 sh: tmu: Fix SH4 TCNT0 offset by Marek Vasut · 5 years ago
  51. d7677bf dm: core: Decouple DM from DT by Marek Vasut · 5 years ago
  52. 6dba086 i2c: mxc: add CONFIG_CLK support by Peng Fan · 5 years ago
  53. d22c8be Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  54. 7967290 Merge branch '2019-08-30-master-imports' by Tom Rini · 5 years ago
  55. 47e8ee6 Makefile: fix newline escaping for CONFIG_DEFAULT_ENV_FILE by Rasmus Villemoes · 5 years ago
  56. 296439e Revert "vexpress64: fvp dram: add DRAM configuration" by Ryan Harkin · 5 years ago
  57. 3c7166d siemens: avoid out of bound access by Heinrich Schuchardt · 5 years ago
  58. 40a1317 arm: omap2: am43xx: Enable CONFIG_DM_USB by Suniel Mahesh · 5 years ago
  59. 27351ca Makefile: clean build generated SPL binary for TI AM65x by Suniel Mahesh · 5 years ago
  60. 940dd14 configs: enable CONFIG_BLOCK_CACHE for mt7623n_bpir2 by Weijie Gao · 5 years ago
  61. 47b7fa3 mmc: invalidate block cache after hwpart switched successfully by Weijie Gao · 5 years ago
  62. 1ce8847 Revert "blk: Invalidate block cache when switching hwpart" by Weijie Gao · 5 years ago
  63. 5e0404f board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  64. 877294b Merge tag 'efi-2019-10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  65. 25f32e0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  66. 80505e5 Merge tag 'u-boot-amlogic-20190828' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  67. 53c7017 efi_selftest: use standalone UEFI program for exception by Heinrich Schuchardt · 5 years ago
  68. ce9ad03 efi_selftest: enable Exit() unit test on x86_64 by Heinrich Schuchardt · 5 years ago
  69. 43e881e configs: MPC8548CDS: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  70. 2056121 powerpc: MPC8548CDS: Disable legacy PCIe driver when DM_PCI is enabled by Hou Zhiqiang · 5 years ago
  71. 00acf26 MPC8548: dts: Added PCIe DT node by Hou Zhiqiang · 5 years ago
  72. 92e025c dm: pcie_fsl: Add MPC8548 PCIe support by Hou Zhiqiang · 5 years ago
  73. 7038803 powerpc: MPC85xxCDS: Disable legacy PCI fixup when DM_PCI is selected by Hou Zhiqiang · 5 years ago
  74. d15471e powerpc: MPC8548CDS: Compile legacy PCIe routines conditionally by Hou Zhiqiang · 5 years ago
  75. e44b5c0 configs: P5040DS: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  76. a1958b1 P5040: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  77. 5274459 dm: pcie_fsl: Add P5040 PCIe support by Hou Zhiqiang · 5 years ago
  78. 904c4d3 configs: P4080DS: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  79. 936339a P4080: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  80. 7b7e4e1 dm: pcie_fsl: Add P4080 PCIe support by Hou Zhiqiang · 5 years ago
  81. 453b560 configs: P3041DS: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  82. 7bf7edd powerpc: corenet_ds: Disable legacy PCIe driver when DM_PCI is enabled by Hou Zhiqiang · 5 years ago
  83. fc81606 P3041: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  84. 096d5f8 dm: pcie_fsl: Add P3041 PCIe support by Hou Zhiqiang · 5 years ago
  85. a08119b configs: P2041RDB: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  86. e617bb8 powerpc: P2041RDB: Disable legacy PCIe driver when DM_PCI is enabled by Hou Zhiqiang · 5 years ago
  87. 48a3364 P2041: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  88. 1a92802 dm: pcie_fsl: Add P2041 PCIe support by Hou Zhiqiang · 5 years ago
  89. 5833a35 powerpc: p_corenet: Compile legacy PCIe routines conditionally by Hou Zhiqiang · 5 years ago
  90. 7eabbf2 configs: P2020RDB: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  91. 6875149 P2020: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  92. 2bc49ec configs: P1020RDB: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  93. c1e486e powerpc: p1_p2_rdb: Disable legacy PCIe driver when DM_PCI is enabled by Hou Zhiqiang · 5 years ago
  94. 594708d P1020: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  95. ba82736 dm: pcie_fsl: Add PCIe support for P1 and P2 series SoCs by Hou Zhiqiang · 5 years ago
  96. 7e4248c powerpc: p1_p2_rdb: Compile legacy PCIe routines conditionally by Hou Zhiqiang · 5 years ago
  97. 7a96397 configs: T1042D4RDB: Enable PCIe driver by Hou Zhiqiang · 5 years ago
  98. 7597484 powerpc: T104xRDB: Disable legacy PCIe driver when DM_PCI is enabled by Hou Zhiqiang · 5 years ago
  99. 3e89360 t104x: dts: Added PCIe DT nodes by Hou Zhiqiang · 5 years ago
  100. 4392ddb dm: pcie_fsl: Add T104x PCIe support by Hou Zhiqiang · 5 years ago