summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [autoboot] Allow autoboot device to be identified by link-layer addressMichael Brown2014-07-083-15/+65
* [efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown2014-07-0311-397/+643
* [build] Add yet another potential location for isolinux.binMichael Brown2014-06-261-1/+2
* [build] Fix erroneous object name in version objectMichael Brown2014-06-261-2/+2
* [efi] Restructure EFI driver modelMichael Brown2014-06-257-486/+582
* [efi] Provide a meaningful EFI SNP device nameMichael Brown2014-06-252-2/+3
* [efi] Allow device paths to be easily included in debug messagesMichael Brown2014-06-252-36/+52
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-2410-37/+101
* [debug] Allow debug message colours to be customised via DBGCOL=...Michael Brown2014-06-162-3/+39
* [build] Check if git index actually existsPeter Lemenkov2014-06-161-0/+2
* [smbios] Expose board serial number as ${board-serial}Dale Hamel2014-06-122-0/+29
* [igbvf] Allow changing of MAC addressHannes Reinecke2014-06-121-0/+4
* [igbvf] Assign random MAC address if none is setHannes Reinecke2014-06-121-10/+4Star
* [iscsi] Include IP address origin in iBFTMichael Brown2014-06-122-0/+15
* [iscsi] Read IPv4 settings only from the relevant network deviceMichael Brown2014-06-121-9/+14
* [scsi] Improve sense code parsingMichael Brown2014-06-035-19/+93
* [ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke2014-06-022-0/+17
* [ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown2014-06-011-4/+0Star
* [librm] Allow for the PIC interrupt vector offset to be changedMichael Brown2014-05-271-5/+6
* [ipv6] Avoid potentially copying from a NULL pointer in ipv6_tx()Michael Brown2014-05-231-1/+2
* [ipv6] Include network device when transcribing multicast addressesMichael Brown2014-05-231-1/+1
* [ipv6] Do not set sin6_scope_id on source addressMichael Brown2014-05-231-1/+0Star
* [dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown2014-05-231-1/+0Star
* [ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown2014-05-212-1/+39
* [efi] Do not try to fetch loaded image device path protocolMichael Brown2014-05-201-23/+0Star
* [efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown2014-05-201-1/+10
* [efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown2014-05-201-9/+15
* [efi] Allow for optional protocolsMichael Brown2014-05-192-2/+20
* [nfs] Rewrite NFS URI handlingMarin Hannache2014-05-184-90/+228
* [libc] Prevent strndup() from reading beyond the end of the stringMichael Brown2014-05-182-3/+21
* [test] Add self-tests for strdup()Michael Brown2014-05-181-0/+10
* [syslog] Strip invalid characters from hostnameMichael Brown2014-05-161-6/+31
* [intel] Increase receive ring fill levelMichael Brown2014-05-161-2/+2
* [nfs] Fix an invalid free() when loading a regular (non-symlink) fileMarin Hannache2014-05-161-3/+4
* [lkrnprefix] Make real-mode setup code relocatableMichael Brown2014-05-151-3/+4
* [build] Merge util/geniso and util/genlisoChristian Hesse2014-05-143-137/+125Star
* [undi] Apply quota only to number of complete received packetsMichael Brown2014-05-141-4/+5
* [build] Avoid errors when build directory is mounted via NFSMichael Brown2014-05-132-4/+4
* [lkrnprefix] Function as a bzImage kernelMichael Brown2014-05-131-132/+83Star
* [tcp] Defer sending ACKs until all received packets have been processedMichael Brown2014-05-121-8/+25
* [nfs] Fix an invalid free() when loading a symlinkMarin Hannache2014-05-121-0/+11
* [build] Fix version.o dependency upon git indexMichael Brown2014-05-121-1/+1
* [intel] Exclude time spent in hypervisor from profilingMichael Brown2014-05-061-0/+3
* [profile] Allow interrupts to be excluded from profiling resultsMichael Brown2014-05-044-17/+114
* [undi] Place an upper limit on the number of PXENV_UNDI_ISR calls per pollMichael Brown2014-05-031-1/+5
* [undi] Do not switch to real mode to check for NIC interruptMichael Brown2014-05-031-4/+4
* [undi] Report any PXENV_UNDI_ISR errors via netdev_rx_err()Michael Brown2014-05-031-1/+3
* [undi] Profile transmit and receive datapathsMichael Brown2014-05-031-1/+33
* [undi] Profile all PXE API callsMichael Brown2014-05-031-6/+97
* [pxe] Work around missing PXENV_UNDI_OPEN only when necessaryMichael Brown2014-05-031-2/+4