summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [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
* [arbel] Perform ICM allocations according to the specificationMichael Brown2010-09-172-44/+87
* [arbel] Allow for multiple calls to ib_modify_qp()Michael Brown2010-09-172-22/+44
* [arbel] Inform embedded SMA of partition key changesMichael Brown2010-09-171-5/+5
* [arbel] Improve debugging output and facilitiesMichael Brown2010-09-172-71/+164
* [arbel] Randomise the high-order bits of queue pair numbersMichael Brown2010-09-172-6/+10
* [arbel] Allow software GMA to receive packets destined for QP1Michael Brown2010-09-173-96/+336
* [arbel] Map all event types to our event queueMichael Brown2010-09-172-5/+21
* [hermon] Map all event types to our event queueMichael Brown2010-09-162-5/+21
* [infiniband] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-162-1/+5
* [arbel] Poll for link state changes while DOWNMichael Brown2010-09-161-0/+9
* [hermon] Poll for link state changes while DOWNMichael Brown2010-09-161-0/+9
* [infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown2010-09-162-12/+5Star
* [scsi] Include sense key within error number reported to userMichael Brown2010-09-151-1/+62
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-155-57/+52Star
* [e1000] Strip the Ethernet CRC from received packetsMichael Brown2010-09-151-1/+1
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-145-717/+2242
* [hermon] Use correct alignment for doorbell recordsMichael Brown2010-09-122-11/+37
* [hermon] Set event queue number for completion queuesMichael Brown2010-09-121-0/+1
* [hermon] Improve debugging output and facilitiesMichael Brown2010-09-122-91/+180
* [rtl8139] Check for oversized packets when transmittingMichael Brown2010-09-051-0/+8
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-051-38/+46
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-0519-51/+47Star
* [sis190] Initialise network device before calling register_netdev()Michael Brown2010-09-051-1/+1
* [rtl8139] Strip CRC from received packetsMichael Brown2010-09-031-0/+1
* [eepro100] Add new PCI ID 8086:27dcMarty Connor2010-09-031-0/+1
* [linux] Add the tap driverPiotr Jaroszyński2010-08-191-0/+249
* [linux] Add device and driver modelPiotr Jaroszyński2010-08-191-0/+152
* [mtnic] Switch to malloc_dma() and free_dma()Piotr Jaroszyński2010-08-171-29/+29
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-161-1/+2
* [forcedeth] Replace driver with native iPXE driverAndrei Faur2010-08-012-1230/+2375
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-172-234/+341
* [davicom] Use iPXE debugging infrastructureMichael Brown2010-07-141-25/+6Star
* [tulip] Use iPXE debugging infrastructureMichael Brown2010-07-141-209/+79Star
* [pcnet32] Fix pcnet32_wio_reset() bugAndrei Faur2010-07-111-1/+1
* [pcnet32] Fix uninitialised variableMichael Brown2010-06-251-1/+1