summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [iscsi] Fix minor typo in ibft_set_ipaddr()Michael Brown2011-02-251-1/+1
* [pci] Modularise PCI device supportMichael Brown2011-02-171-47/+79
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-1742-96/+71Star
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-1/+1
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-174-71/+69Star
* [hermon] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-2/+2
* [hermon] Force link speed to SDRItay Gazit2011-02-173-5/+62
* [hermon] Use circular event queueItay Gazit2011-02-172-4/+10
* [hermon] Update PRM file with latest changesItay Gazit2011-02-171-20/+18Star
* [hermon] Fix hermon_cmd_sense_port() to use inline outputItay Gazit2011-02-171-3/+3
* [3c90x] Clean up reset codeThomas Miletich2011-02-082-15/+16
* [3c90x] More fine-grained debugging levelsThomas Miletich2011-02-081-23/+23
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-3/+3
* [vxge] Add support for new function mode "multi-function 8 Direct IO"Masroor Vettuparambil2011-01-274-25/+55
* [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
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-191-32/+142
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-191-0/+161
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-191-0/+8
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-194-3/+4
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-114-44/+21Star
* [nvs] Allow for non-volatile storage devices without block boundariesMichael Brown2011-01-112-17/+32
* [hermon] Fix incorrectly-padded sense_port structureMichael Brown2010-12-241-1/+1
* [igbvf] Add igbvf driverAlex Williamson2010-12-169-0/+4475
* [iscsi] Include both DNS addresses in iBFT, if availableMichael Brown2010-12-091-9/+17
* [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-044-0/+8
* [hermon] Work around hardware stripping of VLAN tagsMichael Brown2010-12-011-3/+17
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-2/+2
* [hermon] Fix inconsistent information in HERMON_SET_PORT_GENERAL_PARAMMichael Brown2010-11-291-6/+4Star
* [hermon] Enable priority flow control on the FCoE priorityMichael Brown2010-11-271-2/+7
* [pci] Add a mechanism for using a PCI VPD field as an NVS deviceMichael Brown2010-11-251-0/+124
* [pci] Add support for reading and writing PCI Vital Product Data (VPD)Michael Brown2010-11-251-0/+386
* [pci] Standardise debug message formatMichael Brown2010-11-241-19/+17Star
* [forcedeth] Exit poll() as early as possible if no work to doMichael Brown2010-11-121-4/+4
* [scsi] Wait for a successful TEST UNIT READY commandMichael Brown2010-10-191-3/+132
* [rtl8139] Operate in promiscuous modeMichael Brown2010-10-071-1/+1
* [infiniband] Include the SRP login rejection reason in the error numberMichael Brown2010-09-221-5/+50
* [ata] Add support for describing an ATA device using EDDMichael Brown2010-09-221-0/+19
* [infiniband] Add support for identifying the underlying hardware deviceMichael Brown2010-09-221-2/+3
* [hermon] Add support for dual-protocol devicesMichael Brown2010-09-214-2656/+712Star
* [hermon] Add infrastructure for Ethernet devicesItay Gazit2010-09-212-8/+156
* [hermon] Use SET_PORT to set port parametersMichael Brown2010-09-212-23/+89
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-211-0/+7
* [hermon] Tidy up ICM allocationsMichael Brown2010-09-192-91/+86Star
* [hermon] Minimise the number of VPM mapping operationsMichael Brown2010-09-191-7/+39
* [arbel] Minimise the number of VPM mapping operationsMichael Brown2010-09-192-50/+129
* [arbel] Allocate only as much memory as is needed for firmware and ICMMichael Brown2010-09-181-26/+66
* [arbel] Synchronise changes with the Hermon driverMichael Brown2010-09-172-38/+70
* [arbel] Optimise ICM layout to reduce overall memory usageMichael Brown2010-09-172-75/+136