summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-2/+6
* [misc] Fix source files erroneously marked as executableMichael Brown2009-06-021-0/+0
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-282-18/+86
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-2612-531/+91Star
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-262-13/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-18102-1/+206
* [3c90x] Add missing size_t format specifierJoshua Oreman2009-03-311-1/+1
* [pcnet32] Fix received packet corruptionMichael Brown2009-03-261-3/+3
* [forcedeth] Add support for newer forcedeth NICsThomas Miletich2009-03-261-7/+34
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-2636-325/+325
* [3c90x] Remove src/drivers/3c90x.txtMarty Connor2009-03-131-307/+0Star
* [3c90x] 3c90x driver rewrite using gPXE APIThomas Miletich2009-03-132-935/+1200
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-135-30/+5Star
* [sundance] Add reset completion checkThomas Miletich2009-02-271-0/+16
* [infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown2009-02-2529-16486/+0Star
* [scsi] Fix DBG() message reporting of error numberMichael Brown2009-02-191-2/+2
* [mtnic] Add multiport support and some minor fixesItay Gazit2009-02-092-600/+702
* [sundance] Added NIC variantThomas Miletich2009-02-061-0/+1
* [scsi] Cope with targets that send multiple CHECK CONDITIONS at power-onMichael Brown2009-01-301-5/+19
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-023-0/+20
* [etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown2008-12-121-2/+3
* [pci] Enable memory cycles in adjust_pci_device()Michael Brown2008-12-121-1/+2
* [e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor2008-12-051-2/+2
* [hermon] Fix permissions broken in 3a799e9 ("Add PCI ID for ConnectX QDR card")Michael Brown2008-12-051-0/+0
* [hermon] Add PCI ID for ConnectX QDR cardMichael Brown2008-12-041-0/+1
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-222-0/+1416
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-193-8/+24
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-193-202/+201Star
* [virtio] Consolidate virtio-net static data into a struct vring_virtqueueLaurent Vivier2008-11-191-55/+64
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-191-14/+14
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-191-41/+44
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-193-189/+2Star
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-1911-39/+44
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-1924-103/+103
* [r8169] New rtl8169 family driverMarty Connor2008-11-182-1070/+2595
* [linda] Add missing copyright noticesMichael Brown2008-11-182-0/+34
* [linda] Purge references to 8051Michael Brown2008-11-182-12/+12
* [infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown2008-11-122-46/+60
* [linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown2008-11-115-0/+5558
* [infiniband] Add raw packet parser and constructorMichael Brown2008-11-111-0/+234
* [infiniband] Add a standalone subnet management agentMichael Brown2008-11-111-0/+541
* [ipoib] Kill off the IPoIB pseudo-headerMichael Brown2008-11-111-109/+197
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-114-100/+278
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-113-104/+101Star
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-11/+4Star
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-113-35/+32Star
* [ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas2008-11-081-0/+373
* [isa] Fix a small typo in isa.c.Pantelis Koukousoulas2008-11-081-2/+2
* [phantom] Do not halt PEGs on driver shutdownMichael Brown2008-11-081-15/+0Star
* [phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2008-11-012-0/+32