summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-161-3/+4
* [infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown2010-09-161-2/+2
* [scsi] Include sense key within error number reported to userMichael Brown2010-09-151-0/+3
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-158-52/+65
* [fcoe] Add support for Fibre Channel over EthernetMichael Brown2010-09-154-0/+80
* [fcp] Add support for the Fibre Channel ProtocolMichael Brown2010-09-152-0/+167
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-151-0/+21
* [fc] Add support for Fibre Channel devicesMichael Brown2010-09-154-0/+909
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-1413-409/+681
* [infiniband] Respond to CM disconnection requestsMichael Brown2010-09-121-0/+30
* [build] Remove unnecessary constraint on DBG_ENABLE()/DBG_DISABLE()Michael Brown2010-09-121-2/+2
* [retry] Add TIMER_INIT() for initialising static timersMichael Brown2010-09-061-0/+9
* [xfer] Add xfer_window_changed()Michael Brown2010-09-051-0/+4
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-052-4/+41
* [netdevice] Add the concept of a network upper-layer driverMichael Brown2010-09-051-21/+39
* [tables] Add for_each_table_entry_continue() and _continue_reverse()Michael Brown2010-09-051-0/+58
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-031-1/+10
* [process] Add process_running()Michael Brown2010-09-031-0/+11
* [tables] Add table_index()Michael Brown2010-09-031-0/+25
* [xfer] Add xfer_deliver_raw_meta()Michael Brown2010-09-031-0/+2
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-25/+16Star
* [build] Fix misaligned table entries when using gcc 4.5Piotr Jaroszyński2010-08-206-15/+12Star
* [compiler] Prevent empty weak function stubs from being removedJoshua Oreman2010-08-191-0/+8
* [linux] Add the tap driverPiotr Jaroszyński2010-08-191-0/+1
* [linux] Add command line argumentsPiotr Jaroszyński2010-08-191-0/+31
* [linux] Add device and driver modelPiotr Jaroszyński2010-08-192-0/+145
* [linux] Add empty smbiosPiotr Jaroszyński2010-08-193-0/+20
* [linux] Add napPiotr Jaroszyński2010-08-192-0/+19
* [linux] Add umallocPiotr Jaroszyński2010-08-192-0/+19
* [linux] Add uaccessPiotr Jaroszyński2010-08-192-0/+105
* [linux] Add timerPiotr Jaroszyński2010-08-192-0/+19
* [linux] Add linux api headersPiotr Jaroszyński2010-08-191-0/+72
* [libc] Add strtoull()Piotr Jaroszyński2010-08-191-0/+40
* [libc] Add isxdigit()Piotr Jaroszyński2010-08-171-0/+1
* [settings] Export find_setting()Piotr Jaroszyński2010-08-171-0/+1
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-162-36/+26Star
* [tcp] Allow out-of-order receive queue to be discardedMichael Brown2010-07-211-0/+12
* [malloc] Add cache discard mechanismMichael Brown2010-07-211-0/+17
* [tcp] Handle out-of-order received packetsMichael Brown2010-07-211-1/+30
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-173-4/+9
* [build] Mark weak functions noinlineStefan Hajnoczi2010-07-141-2/+9
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-141-0/+1
* [debug] Expose pause() and more() debugging functionsMichael Brown2010-07-141-24/+76
* [build] Remove some obsolete header filesMichael Brown2010-07-143-125/+0Star
* [console] Remove never-used putline() methodMichael Brown2010-07-141-15/+4Star
* [refcnt] Fix embedded image buildingAlessandro Salvatori2010-07-051-3/+3
* [pci] Define Vendor Specific capability IDGlenn Brown2010-06-251-0/+1
* [refcnt] Add ref_no_free handlerJoshua Oreman2010-06-231-0/+1
* [interface] Allow for non-pass-through interface methodsMichael Brown2010-06-221-0/+15
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-229-317/+60Star