summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [xen] Add basic support for PV-HVM domainsMichael Brown2014-07-2918-0/+2272
* [xen] Import selected public headersMichael Brown2014-07-2919-0/+5650
* [lotest] Discard packets arriving on the incorrect network deviceMichael Brown2014-07-291-6/+6
* [ioapi] Centralise notion of PAGE_SIZEMichael Brown2014-07-283-3/+9
* [build] Set GITVERSION only if there is a git repositoryFlorian Schmaus2014-07-281-1/+1
* [efi] Show more diagnostic information when building with DEBUG=efi_wrapMichael Brown2014-07-262-3/+6
* [lacp] Set "aggregatable" flag in response LACPDUSven Ulland2014-07-231-1/+2
* [x86_64] Add functions to read and write model-specific registersMichael Brown2014-07-231-0/+43
* [i386] Add functions to read and write model-specific registersMichael Brown2014-07-231-0/+38
* [natsemi] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [myson] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [skel] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [vmxnet3] Check for ioremap() failuresMichael Brown2014-07-161-0/+10
* [realtek] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [intel] Check for ioremap() failuresMichael Brown2014-07-162-0/+10
* [ioapi] Fail ioremap() when attempting to map a zero bus addressMichael Brown2014-07-161-1/+1
* [efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if availableCurtis Larsen2014-07-161-0/+34
* [efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2014-07-162-1/+125
* [efi] Print well-known GUIDs by name in debug messagesMichael Brown2014-07-161-0/+32
* [efi] Allow for interception of boot services calls by loaded imageMichael Brown2014-07-163-0/+257
* [efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown2014-07-142-13/+223
* [efi] Update EDK2 headersMichael Brown2014-07-1420-96/+533
* [netdevice] Reset network device index when last device is unregisteredMichael Brown2014-07-141-2/+8
* [crypto] Fix debug messageMichael Brown2014-07-121-1/+1
* [crypto] Add support for iPAddress subject alternative namesMichael Brown2014-07-113-40/+105
* [efi] Include SNP NIC driver within the all-drivers targetMichael Brown2014-07-081-0/+4
* [efi] Rewrite SNP NIC driverMichael Brown2014-07-085-510/+418Star
* [efi] Attempt to start only drivers claiming support for a deviceMichael Brown2014-07-081-0/+7
* [efi] Identify autoboot device by MAC address when chainloadingMichael Brown2014-07-083-0/+89
* [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