summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-177-288/+685
* [efi] Rename efi_pci.h to efi_pci_api.hMichael Brown2011-02-172-6/+6
* [pci] Modularise PCI device supportMichael Brown2011-02-172-47/+107
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-1745-107/+77Star
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-177-19/+19
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-1710-101/+97Star
* [bitops] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-1/+1
* [hermon] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-2/+2
* [hermon] Force link speed to SDRItay Gazit2011-02-173-5/+62
* [hermon] Use circular event queueItay Gazit2011-02-172-4/+10
* [hermon] Update PRM file with latest changesItay Gazit2011-02-171-20/+18Star
* [hermon] Fix hermon_cmd_sense_port() to use inline outputItay Gazit2011-02-171-3/+3
* [pcbios] Merge adjacent memory regions of same typeEduardo Habkost2011-02-171-2/+10
* [3c90x] Clean up reset codeThomas Miletich2011-02-082-15/+16
* [3c90x] More fine-grained debugging levelsThomas Miletich2011-02-081-23/+23
* [autoboot] Cope properly with empty DHCP filenamesMichael Brown2011-02-011-3/+3
* [uri] Add uri_has_path()Michael Brown2011-02-011-0/+10
* [autoboot] Avoid using uri_dup() for constructed TFTP URIMichael Brown2011-02-011-6/+6
* [autoboot] Allow setting expansions in filename and root-pathMichael Brown2011-01-281-10/+32
* [settings] Generalise expand_command() to expand_settings()Michael Brown2011-01-283-75/+83
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-277-159/+257
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-2717-37/+64
* [xfer] Expose xfer_uri_opener()Michael Brown2011-01-272-14/+40
* [vxge] Add support for new function mode "multi-function 8 Direct IO"Masroor Vettuparambil2011-01-274-25/+55
* [liba20] Rename libflat to liba20Michael Brown2011-01-271-0/+0
* [libflat] Remove now-obsolete flatten_real_mode callMichael Brown2011-01-272-122/+5Star
* [prefix] Use 16-bit protected mode for access to high memoryMichael Brown2011-01-272-42/+195
* [hermon] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [infiniband] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [pxe] Report SUPPORTED_IRQ only if device supports interruptsMichael Brown2011-01-251-1/+3
* [netdevice] Allow devices to indicate that interrupts are not supportedMichael Brown2011-01-252-0/+18
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-193-40/+151
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-192-0/+166
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-192-0/+19
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-198-54/+120
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-116-111/+50Star
* [nvs] Allow for non-volatile storage devices without block boundariesMichael Brown2011-01-112-17/+32
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-114-62/+74
* [dhcp] Rename length fields for DHCP optionsMichael Brown2011-01-104-24/+25
* [dhcp] Remove redundant length fields in struct dhcp_packetMichael Brown2011-01-103-16/+12Star
* [hermon] Fix incorrectly-padded sense_port structureMichael Brown2010-12-241-1/+1
* [igbvf] Add igbvf driverAlex Williamson2010-12-1611-0/+4477
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-153-30/+38
* [pxe] Improve pxe_udp debug messagesMichael Brown2010-12-151-9/+14
* [iscsi] Include both DNS addresses in iBFT, if availableMichael Brown2010-12-091-9/+17
* [settings] Add fetch_ipv4_array_setting()Michael Brown2010-12-092-5/+25
* [debug] Add DBG_MD5() and related macrosMichael Brown2010-12-092-0/+108
* [legal] Add missing copyright header and FILE_LICENCE macroMichael Brown2010-12-091-0/+20
* [fnrec] Enhance function recordingMichael Brown2010-12-094-71/+265
* [pxe] Set correct PktType in PXENV_UNDI_ISRMichael Brown2010-12-091-1/+9