summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-292-2/+22
* [shell] Add "shell" commandMichael Brown2010-11-281-1/+1
* [vlan] Treat VLAN 0 as validMichael Brown2010-11-271-1/+1
* [fc] Allow Fibre Channel ports to be explicitly namedMichael Brown2010-11-271-1/+2
* [fcoe] Add support for FIP VLAN discoveryMichael Brown2010-11-261-0/+3
* [vlan] Provide vlan_can_be_trunk()Michael Brown2010-11-261-0/+1
* [pci] Add a mechanism for using a PCI VPD field as an NVS deviceMichael Brown2010-11-251-0/+33
* [pci] Add support for reading and writing PCI Vital Product Data (VPD)Michael Brown2010-11-252-0/+166
* [pci] Standardise debug message formatMichael Brown2010-11-241-0/+7
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-221-0/+2
* [gdb] Use generic option-parsing libraryMichael Brown2010-11-221-0/+1
* [fc] Use generic option-parsing libraryMichael Brown2010-11-221-0/+1
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-221-0/+1
* [settings] Use generic option-parsing libraryMichael Brown2010-11-211-0/+1
* [parseopt] Add generic option-parsing libraryMichael Brown2010-11-212-0/+128
* [vlan] Add support for IEEE 802.1Q VLANsMichael Brown2010-11-205-5/+75
* [netdevice] Allow per-device receive queue processing to be frozenMichael Brown2010-11-201-2/+37
* [tcp] Remove obsolete constantsMichael Brown2010-11-191-4/+0Star
* [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LENMichael Brown2010-11-191-1/+0Star
* [udp] Remove obsolete constantsMichael Brown2010-11-191-3/+0Star
* [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLENMichael Brown2010-11-191-1/+0Star
* [netdevice] Add MAX_NET_HEADER_LEN and MAX_LL_NET_HEADER_LENMichael Brown2010-11-191-0/+10
* [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