summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [hermon] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [infiniband] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [pxe] Report SUPPORTED_IRQ only if device supports interruptsMichael Brown2011-01-251-1/+3
* [netdevice] Allow devices to indicate that interrupts are not supportedMichael Brown2011-01-252-0/+18
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-193-40/+151
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-192-0/+166
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-192-0/+19
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-198-54/+120
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-116-111/+50Star
* [nvs] Allow for non-volatile storage devices without block boundariesMichael Brown2011-01-112-17/+32
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-114-62/+74
* [dhcp] Rename length fields for DHCP optionsMichael Brown2011-01-104-24/+25
* [dhcp] Remove redundant length fields in struct dhcp_packetMichael Brown2011-01-103-16/+12Star
* [hermon] Fix incorrectly-padded sense_port structureMichael Brown2010-12-241-1/+1
* [igbvf] Add igbvf driverAlex Williamson2010-12-1611-0/+4477
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-153-30/+38
* [pxe] Improve pxe_udp debug messagesMichael Brown2010-12-151-9/+14
* [iscsi] Include both DNS addresses in iBFT, if availableMichael Brown2010-12-091-9/+17
* [settings] Add fetch_ipv4_array_setting()Michael Brown2010-12-092-5/+25
* [debug] Add DBG_MD5() and related macrosMichael Brown2010-12-092-0/+108
* [legal] Add missing copyright header and FILE_LICENCE macroMichael Brown2010-12-091-0/+20
* [fnrec] Enhance function recordingMichael Brown2010-12-094-71/+265
* [pxe] Set correct PktType in PXENV_UNDI_ISRMichael Brown2010-12-091-1/+9
* [pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPEMichael Brown2010-12-091-5/+5
* [cmdline] Add "reboot" commandMichael Brown2010-12-093-0/+70
* [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