aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-05doc: UEFI API documentationHeinrich Schuchardt4-9/+46
2019-09-05efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()Heinrich Schuchardt1-1/+16
2019-09-05efi_loader: use EFI_PRINT() instead of debug()Heinrich Schuchardt1-3/+3
2019-09-05efi_loader: parameter checks BLOCK_IO_PROTOCOLHeinrich Schuchardt1-1/+36
2019-09-05efi_loader: do not set invalid screen modeHeinrich Schuchardt1-0/+4
2019-09-05efi_loader: cursor positioningHeinrich Schuchardt1-5/+13
2019-09-05efi_loader: correctly render UsbClass DP nodes as textHeinrich Schuchardt1-1/+1
2019-09-05efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt3-3/+4
2019-09-05efi_loader: correctly render MAC address device path nodesHeinrich Schuchardt1-8/+7
2019-09-05efi_loader: correct text conversion for vendor DPHeinrich Schuchardt1-1/+10
2019-09-05efi_loader: Extract adding a conventional memory in separate routinePark, Aiden2-32/+54
2019-09-05efi_loader: implement MCastIPtoMACHeinrich Schuchardt1-2/+42
2019-09-05efi_loader: fix status management in network stackHeinrich Schuchardt2-13/+104
2019-09-05efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill headerHeinrich Schuchardt1-6/+25
2019-09-05efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTHeinrich Schuchardt1-2/+14
2019-09-05efi_loader: interrupts in simple network protocolHeinrich Schuchardt2-15/+27
2019-09-05riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTESTHeinrich Schuchardt4-0/+4
2019-09-04Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini39-57/+911
2019-09-04net: nfs: remove superfluous packed attributeHeinrich Schuchardt1-1/+1
2019-09-04net: nfs: remove superfluous conversionsHeinrich Schuchardt1-3/+3
2019-09-04env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NETHeinrich Schuchardt2-2/+2
2019-09-04CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)1-0/+4
2019-09-04CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)1-0/+3
2019-09-04CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)1-0/+3
2019-09-04CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)1-0/+3
2019-09-04CVE: net: fix unbounded memcpy of UDP packetliucheng (G)1-0/+3
2019-09-04net: make net_random_ethaddr() more randomMichael Walle1-1/+1
2019-09-04net: macb: Fix rx buffer cache handlingStefan Roese1-2/+4
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen1-1/+0
2019-09-04Revert "net: macb: Fixed reading MII_LPA register"Bin Meng1-1/+1
2019-09-04network: set timeline for CONFIG_DM_ETH conversionHeinrich Schuchardt2-0/+19
2019-09-04drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean1-0/+1
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay3-16/+19
2019-09-04net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay1-6/+6
2019-09-04drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt1-2/+1
2019-09-04test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt1-2/+2
2019-09-04net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland1-0/+8
2019-09-04arm: dts: Set custom names for cp110 master/slave MDIO busesAlex Marginean2-0/+2
2019-09-04drivers: net: add marvell MDIO driverAlex Marginean4-0/+262
2019-09-04doc: bindings: add mdio.txt describing generic MDIO propertiesAlex Marginean1-0/+36
2019-09-04net: mdio-uclass: name MDIO according to device-name property if presetAlex Marginean1-0/+11
2019-09-04configs: sandbox: enable PCAP capture cmdRamon Fried1-0/+1
2019-09-04doc: pcap: add pcap cmd documentationRamon Fried1-0/+62
2019-09-04net: introduce packet capture supportRamon Fried9-1/+316
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache3-17/+26
2019-09-04drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean3-0/+117
2019-09-04Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger2-9/+0
2019-09-04net: mdio: Clarify code flow Covarity 244085 & 244090Joe Hershberger1-1/+2
2019-09-04net: Fix Covarity Defect 244093Joe Hershberger1-1/+1
2019-09-03Merge tag 'arc-for-2019.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-0/+115