aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown2009-06-231-13/+18
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [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
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-2612-531/+91
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-262-13/+0
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1872-0/+147
* [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-2633-318/+318
* [3c90x] Remove src/drivers/3c90x.txtMarty Connor2009-03-131-307/+0
* [3c90x] 3c90x driver rewrite using gPXE APIThomas Miletich2009-03-132-935/+1200
* [sundance] Add reset completion checkThomas Miletich2009-02-271-0/+16
* [infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown2009-02-2529-16486/+0
* [mtnic] Add multiport support and some minor fixesItay Gazit2009-02-092-600/+702
* [sundance] Added NIC variantThomas Miletich2009-02-061-0/+1
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-0/+12
* [etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown2008-12-121-2/+3
* [e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor2008-12-051-2/+2
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-212-0/+1416
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-191-202/+3
* [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/+2
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-198-38/+40
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-1916-88/+88
* [r8169] New rtl8169 family driverMarty Connor2008-11-182-1070/+2595
* [infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown2008-11-121-45/+47
* [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-111-8/+10
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-111-60/+49
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-11/+4
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-5/+16
* [ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas2008-11-081-0/+373
* [phantom] Do not halt PEGs on driver shutdownMichael Brown2008-11-081-15/+0
* [phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2008-11-012-0/+32
* [phantom] Assume one net device per PCI functionMichael Brown2008-10-312-764/+339
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-16/+24
* [phantom] Add CLP settings interfaceMichael Brown2008-10-282-0/+368
* [phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2008-10-282-0/+70
* [phantom] Add line count limit to phantom_dmesg()Michael Brown2008-10-281-22/+57
* [phantom] Change register space abstraction to match other driversMichael Brown2008-10-242-54/+46
* [tg3] Add PCI ID for BCM5786Michael Brown2008-10-211-0/+1
* [etherfabric] Merge changes from vendor treeMichael Brown2008-10-172-2337/+3348
* virtio-net: Fix kick/wait logicEduardo Habkost2008-10-161-3/+5
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-161-14/+13
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-161-0/+16
* [netdevice] Add maximum packet length as a net device propertyMichael Brown2008-10-161-4/+1