summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [fc] Add support for Fibre Channel name server lookupsMichael Brown2010-11-083-0/+225
* [fc] Support Fibre Channel ECHOMichael Brown2010-11-081-22/+15Star
* [refcnt] Check reference validity on each use of ref_get() and ref_put()Michael Brown2010-11-081-3/+35
* [list] Add list_first_entry()Michael Brown2010-11-081-0/+13
* [list] Extend list-manipulation assertions to all list-handling functionsMichael Brown2010-11-081-82/+92
* [autoboot] Introduce "skip-san-boot" optionDave Hansen2010-10-221-2/+10
* [scsi] Wait for a successful TEST UNIT READY commandMichael Brown2010-10-191-0/+12
* [iscsi] Ensure ISID is consistent within an iSCSI sessionMichael Brown2010-10-181-0/+6
* [fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown2010-10-151-4/+4
* [fcoe] Add support for the FCoE Initialization Protocol (FIP)Michael Brown2010-10-072-0/+463
* [fc] Include port IDs in metadata for received Fibre Channel framesMichael Brown2010-10-071-0/+2
* [netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown2010-10-072-5/+9
* [infiniband] Include the SRP login rejection reason in the error numberMichael Brown2010-09-221-0/+4
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-223-0/+200
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-211-0/+1
* [fc] Allow FLOGI response to be sent to newly-assigned peer port IDMichael Brown2010-09-212-0/+23
* [lotest] Add loopback testing commandsMichael Brown2010-09-211-0/+1
* [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 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
* [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
* [linux] Add the tap driverPiotr Jaroszyński2010-08-191-0/+1
* [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
* [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