summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [r8169] Disabling IRQs should not also acknowledge the IRQsMichael Brown2010-12-091-1/+1
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-0411-0/+22
* [legal] Add FILE_LICENCE macro to some GPL-v2 filesShao Miller2010-12-043-0/+7
* [libflat] Test A20 gate without switching to flat real modeMichael Brown2010-12-031-12/+18
* [hermon] Work around hardware stripping of VLAN tagsMichael Brown2010-12-012-3/+21
* [vlan] Expose vlan_find() to network card driversMichael Brown2010-12-012-2/+3
* [vlan] Use "-" instead of "." as separator in VLAN device namesMichael Brown2010-12-011-1/+1
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-0110-32/+30Star
* [iscsi] Disambiguate the common EINVAL casesMichael Brown2010-12-011-4/+20
* [dns] Disambiguate "no nameserver" and "no DNS record" errorsMichael Brown2010-12-011-2/+10
* [hermon] Fix inconsistent information in HERMON_SET_PORT_GENERAL_PARAMMichael Brown2010-11-291-6/+4Star
* [script] Remove "Aborting on <line>" messageMichael Brown2010-11-291-3/+1Star
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-295-52/+94
* [parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued optionsMichael Brown2010-11-291-1/+1
* [shell] Add "shell" commandMichael Brown2010-11-282-3/+46
* [build] Really use __builtin_offsetof() when availableArkadiusz Miskiewicz2010-11-281-2/+2
* [build] Use __builtin_offsetof() when availableMichael Brown2010-11-281-0/+4
* [hermon] Enable priority flow control on the FCoE priorityMichael Brown2010-11-271-2/+7
* [fcoe] Use only the first instance of a FIP descriptorMichael Brown2010-11-271-1/+3
* [vlan] Treat VLAN 0 as validMichael Brown2010-11-271-1/+1
* [fcoe] Tidy up debug messageMichael Brown2010-11-271-4/+2Star
* [fc] Allow Fibre Channel ports to be explicitly namedMichael Brown2010-11-273-7/+7
* [fcoe] Create Fibre Channel port only when we have selected an FCFMichael Brown2010-11-271-10/+21
* [fcoe] Add support for FIP VLAN discoveryMichael Brown2010-11-262-3/+152
* [vlan] Provide vlan_can_be_trunk()Michael Brown2010-11-262-8/+24
* [vlan] Add non-error debug messagesMichael Brown2010-11-261-0/+5
* [vlan] Allow duplicate VLAN creation attemptsMichael Brown2010-11-261-5/+11
* [nvo] Allow fragment list to be omittedMichael Brown2010-11-251-6/+20
* [pci] Add a mechanism for using a PCI VPD field as an NVS deviceMichael Brown2010-11-252-0/+157
* [pci] Add support for reading and writing PCI Vital Product Data (VPD)Michael Brown2010-11-253-0/+552
* [pci] Standardise debug message formatMichael Brown2010-11-242-19/+24
* [cmdline] Fix multi-layer variable expansion (again)Michael Brown2010-11-231-3/+3
* [cmdline] Fix multi-layer variable expansionMichael Brown2010-11-221-8/+12
* [settings] Allow "set" command to take an empty valueMichael Brown2010-11-221-1/+1
* [autoboot] Merge "netboot" command into "autoboot"Michael Brown2010-11-222-82/+23Star
* [cmdline] Add "isset" commandMichael Brown2010-11-221-0/+35
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-224-45/+92
* [script] Implement "goto" in iPXE scriptsMichael Brown2010-11-221-25/+189
* [cmdline] Add trivial logical operators to iPXE command linesMichael Brown2010-11-221-36/+115
* [pxe] Remove startpxe and stoppxe commands from default buildsMichael Brown2010-11-222-2/+1Star
* [legal] Add some missing FILE_LICENCE declarationsMichael Brown2010-11-223-0/+6
* [image] Use generic option-parsing libraryMichael Brown2010-11-221-315/+156Star
* [login] Use generic option-parsing libraryMichael Brown2010-11-221-6/+50
* [route] Use generic option-parsing libraryMichael Brown2010-11-221-34/+17Star
* [san] Use generic option-parsing libraryMichael Brown2010-11-221-33/+41
* [time] Use generic option-parsing libraryMichael Brown2010-11-221-24/+58
* [lotest] Use generic option-parsing libraryMichael Brown2010-11-221-59/+42Star
* [gdb] Use generic option-parsing libraryMichael Brown2010-11-222-42/+51
* [fc] Use generic option-parsing libraryMichael Brown2010-11-222-105/+135
* [digest] Use generic option-parsing libraryMichael Brown2010-11-221-25/+25