aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-18[rndis] Add generic RNDIS device abstractionMichael Brown4-6/+1204
2014-12-18[iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2-0/+31
2014-12-18[device] Provide a driver-private data field for root devicesMichael Brown1-0/+23
2014-12-15[malloc] Report caller address as soon as memory corruption is detectedMichael Brown1-1/+21
2014-12-15[malloc] Check integrity of free listMichael Brown1-1/+59
2014-12-15[malloc] Sanity check parameters to alloc_memblock() and free_memblock()Michael Brown1-0/+6
2014-12-15[malloc] Tidy up debug outputMichael Brown1-19/+23
2014-12-12[list] Add sanity checks after list-adding functionsMichael Brown1-0/+4
2014-12-12[libc] Add ASSERTED macro to test if any assertion has triggeredMichael Brown1-0/+2
2014-12-12[netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf)Michael Brown1-1/+1
2014-12-12[vmxnet3] Add profiling code to exclude time spent in the hypervisorMichael Brown1-1/+33
2014-11-24[crypto] Fix parsing of OCSP responder ID key hashMichael Brown2-3/+419
2014-10-31[intel] Use autoloaded MAC address instead of EEPROM MAC addressMichael Brown1-4/+4
2014-10-23[ping] Allow "ping" command output to be inhibitedMichael Brown4-9/+17
2014-10-23[ping] Allow termination after a specified number of packetsMichael Brown5-7/+51
2014-10-23[ping] Report timed-out pings via the callback functionMichael Brown2-3/+14
2014-10-17[efi] Include NII driver within "snp" and "snponly" build targetsMichael Brown4-106/+195
2014-10-17[efi] Check for presence of UNDI in NII protocolMichael Brown1-0/+6
2014-10-16[efi] Add NII / UNDI driverMichael Brown5-0/+1977
2014-10-16[efi] Update to current EDK2 headersMichael Brown5-15/+60
2014-10-16[efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown3-60/+69
2014-10-16[efi] Free transmit ring entry before calling netdev_tx_complete()Michael Brown1-1/+3
2014-10-03[intel] Add 8086:1557 card (Intel 82599 10G ethernet mezz)Anton D. Kachalov1-0/+1
2014-09-25[efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown12-2/+4246
2014-09-25[efi] Centralise definitions of more protocol GUIDsMichael Brown5-18/+23
2014-09-24[build] Use -malign-double to build 32-bit UEFI binariesMichael Brown1-0/+4
2014-09-22[dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown1-75/+5
2014-09-22[dhcp] Check for matching chaddr in received DHCP packetsMichael Brown1-0/+37
2014-09-19[efi] Provide dummy device path in efi_image_probe()Michael Brown1-1/+6
2014-09-16[intel] Add I217-LM PCI IDJan Kiszka1-1/+2
2014-09-10[efi] Add efifatbin utilityMichael Brown4-0/+267
2014-09-04[build] Clean up all binary directories on "make [very]clean"Michael Brown1-1/+8
2014-09-04[efi] Allow for non-PCI snpnet devicesMichael Brown1-7/+8
2014-09-04[efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optionalMichael Brown1-1/+7
2014-09-04[efi] Avoid returning uninitialised data from PCI configuration space readsMichael Brown1-0/+3
2014-09-04[efi] Use the SNP protocol instance to match the SNP chainloading deviceMichael Brown1-8/+89
2014-08-29[efi] Wrap any images loaded by our wrapped imageMichael Brown4-24/+70
2014-08-27[efi] Make our virtual file system case insensitiveMichael Brown1-4/+24
2014-08-27[efi] Show details of intercepted LoadImage() callsMichael Brown1-0/+30
2014-08-26[mromprefix] Allow for .mrom images larger than 128kBMichael Brown1-9/+1
2014-08-26[mromprefix] Use PCI length field to obtain length of individual imagesMichael Brown1-7/+17
2014-08-26[util] Use PCI length field to obtain length of individual imagesMichael Brown1-3/+2
2014-08-26[prefix] Report both %esi and %ecx when opening payload failsMichael Brown2-1/+6
2014-08-26[prefix] Halt system without burning CPU if we cannot access the payloadMichael Brown1-1/+4
2014-08-26[build] Avoid deleting config header files if build is interruptedMichael Brown1-2/+15
2014-08-22[build] Avoid using embedded script in VirtualBox named configurationRobin Smidsrød3-12/+8
2014-08-22[build] Allow ISA ROMs to be builtMichael Brown8-30/+146
2014-08-22[build] Remove obsolete references to .zrom build targetsMichael Brown1-8/+5
2014-08-22[romprefix] Do not preserve unused register %diMichael Brown1-8/+1
2014-08-22[efi] Dump details of any calls to our dummy block and disk I/O protocolsMichael Brown1-15/+33