summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-04net: nfs: remove superfluous conversionsHeinrich Schuchardt
2019-09-04env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NETHeinrich Schuchardt
2019-09-04CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)
2019-09-04CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)
2019-09-04CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)
2019-09-04CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)
2019-09-04CVE: net: fix unbounded memcpy of UDP packetliucheng (G)
2019-09-04net: make net_random_ethaddr() more randomMichael Walle
2019-09-04net: macb: Fix rx buffer cache handlingStefan Roese
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen
2019-09-04Revert "net: macb: Fixed reading MII_LPA register"Bin Meng
2019-09-04network: set timeline for CONFIG_DM_ETH conversionHeinrich Schuchardt
2019-09-04drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay
2019-09-04net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay
2019-09-04drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt
2019-09-04test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt
2019-09-04net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland
2019-09-04arm: dts: Set custom names for cp110 master/slave MDIO busesAlex Marginean
2019-09-04drivers: net: add marvell MDIO driverAlex Marginean
2019-09-04doc: bindings: add mdio.txt describing generic MDIO propertiesAlex Marginean
2019-09-04net: mdio-uclass: name MDIO according to device-name property if presetAlex Marginean
2019-09-04configs: sandbox: enable PCAP capture cmdRamon Fried
2019-09-04doc: pcap: add pcap cmd documentationRamon Fried
2019-09-04net: introduce packet capture supportRamon Fried
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache
2019-09-04drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean
2019-09-04Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger
2019-09-04net: mdio: Clarify code flow Covarity 244085 & 244090Joe Hershberger
2019-09-04net: Fix Covarity Defect 244093Joe Hershberger
2019-09-03Merge tag 'arc-for-2019.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-09-03arc: emsdp: Add more platform-specific compiler optionsAlexey Brodkin
2019-09-03arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin
2019-09-03arc: emsdp: Add initialization of PSRAMAlexey Brodkin
2019-09-03Merge tag 'for-v2019.10-v2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-09-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2019-09-03riscv: cache: use CCTL to flush d-cacheRick Chen
2019-09-03riscv: dts: move out AE350 L2 node from cpus nodeRick Chen
2019-09-03riscv: cache: Flush L2 cache before jump to linuxRick Chen
2019-09-03riscv: ax25: add imply v5l2 cache controllerRick Chen
2019-09-03riscv: ae350: use the v5l2 driver to configure the cacheRick Chen
2019-09-03dm: cache: add v5l2 cache controller driverRick Chen
2019-09-03dm: cache: Add enable and disable ops for sandbox and testRick Chen
2019-09-03dm: cache: Add enable and disable ops for cache uclassRick Chen
2019-09-03riscv: andes_plic: init plic by scanning each cpu nodeRick Chen
2019-09-03riscv: update fix_rela_dynMarcus Comstedt
2019-09-03riscv: tools: Handle addend to absolute reloc in prelink-riscvMarcus Comstedt
2019-09-03sifive-fu540: config: Add mmc0 as a boot target deviceAlistair Francis
2019-09-03riscv: sifive: fu540: set serial environment variable from otpSagar Shrikant Kadam
2019-09-03riscv: cpu: Skip unavailable hart in the get_count() opBin Meng