summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [linux] Fix building on RHEL5 and similar platformsMichael Brown2010-10-111-27/+28
* [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
* [libc] Ensure that error numbers from EUNIQ() have the correct typeMichael Brown2010-09-221-1/+1
* [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 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