summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-273-14/+36
* [xfer] Expose xfer_uri_opener()Michael Brown2011-01-271-0/+1
* [netdevice] Allow devices to indicate that interrupts are not supportedMichael Brown2011-01-251-0/+14
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-192-8/+9
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-191-0/+5
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-191-0/+11
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-192-1/+12
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-111-18/+5Star
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-111-4/+11
* [dhcp] Rename length fields for DHCP optionsMichael Brown2011-01-102-6/+7
* [dhcp] Remove redundant length fields in struct dhcp_packetMichael Brown2011-01-101-4/+10
* [igbvf] Add igbvf driverAlex Williamson2010-12-161-0/+1
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-151-2/+2
* [settings] Add fetch_ipv4_array_setting()Michael Brown2010-12-091-0/+4
* [debug] Add DBG_MD5() and related macrosMichael Brown2010-12-091-0/+61
* [fnrec] Enhance function recordingMichael Brown2010-12-091-0/+13
* [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