summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add FILE_LICENCE macro to some GPL-v2 filesShao Miller2010-12-041-0/+2
* [hermon] Work around hardware stripping of VLAN tagsMichael Brown2010-12-011-0/+4
* [vlan] Expose vlan_find() to network card driversMichael Brown2010-12-011-0/+2
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-012-10/+4Star
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-292-2/+22
* [shell] Add "shell" commandMichael Brown2010-11-281-1/+1
* [build] Really use __builtin_offsetof() when availableArkadiusz Miskiewicz2010-11-281-2/+2
* [build] Use __builtin_offsetof() when availableMichael Brown2010-11-281-0/+4
* [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-222-1/+9
* [settings] Use generic option-parsing libraryMichael Brown2010-11-211-0/+1
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-211-1/+1
* [parseopt] Add generic option-parsing libraryMichael Brown2010-11-212-0/+128
* [autoboot] Add "netboot" commandMichael Brown2010-11-201-0/+1
* [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
* [lotest] Move lotest.h to correct directoryMichael Brown2010-11-191-0/+15
* [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
* [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