aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-06-23[rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown1-13/+18
2009-06-23[e1000] Ensure descriptor is fully written before sending packetMichael Brown1-0/+1
2009-06-23[netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman1-2/+6
2009-06-02[misc] Fix source files erroneously marked as executableMichael Brown1-0/+0
2009-05-26[ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp12-531/+91
2009-05-26[ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2-13/+0
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown72-0/+147
2009-03-31[3c90x] Add missing size_t format specifierJoshua Oreman1-1/+1
2009-03-26[pcnet32] Fix received packet corruptionMichael Brown1-3/+3
2009-03-26[forcedeth] Add support for newer forcedeth NICsThomas Miletich1-7/+34
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich33-318/+318
2009-03-13[3c90x] Remove src/drivers/3c90x.txtMarty Connor1-307/+0
2009-03-13[3c90x] 3c90x driver rewrite using gPXE APIThomas Miletich2-935/+1200
2009-02-27[sundance] Add reset completion checkThomas Miletich1-0/+16
2009-02-25[infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown29-16486/+0
2009-02-09[mtnic] Add multiport support and some minor fixesItay Gazit2-600/+702
2009-02-06[sundance] Added NIC variantThomas Miletich1-0/+1
2009-01-02[infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown1-0/+12
2008-12-12[etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown1-2/+3
2008-12-05[e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor1-2/+2
2008-11-21[b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2-0/+1416
2008-11-19[virtio] Split virtio-net.c into several files.Laurent Vivier1-202/+3
2008-11-19[virtio] Consolidate virtio-net static data into a struct vring_virtqueueLaurent Vivier1-55/+64
2008-11-19[virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier1-14/+14
2008-11-19[virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier1-41/+44
2008-11-19[virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier3-189/+2
2008-11-19[x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown8-38/+40
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown16-88/+88
2008-11-18[r8169] New rtl8169 family driverMarty Connor2-1070/+2595
2008-11-12[infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown1-45/+47
2008-11-11[ipoib] Kill off the IPoIB pseudo-headerMichael Brown1-109/+197
2008-11-11[infiniband] Split subnet management agent client out into ib_smc.cMichael Brown1-8/+10
2008-11-11[infiniband] Pass address vector in receive completionsMichael Brown1-60/+49
2008-11-11[infiniband] Maintain queue fill level as a property of a work queueMichael Brown1-11/+4
2008-11-11[infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown1-5/+16
2008-11-08[ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas1-0/+373
2008-11-08[phantom] Do not halt PEGs on driver shutdownMichael Brown1-15/+0
2008-11-01[phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2-0/+32
2008-10-31[phantom] Assume one net device per PCI functionMichael Brown2-764/+339
2008-10-30[settings] Add the notion of a "tag magic" to numbered settingsMichael Brown1-16/+24
2008-10-28[phantom] Add CLP settings interfaceMichael Brown2-0/+368
2008-10-28[phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2-0/+70
2008-10-28[phantom] Add line count limit to phantom_dmesg()Michael Brown1-22/+57
2008-10-24[phantom] Change register space abstraction to match other driversMichael Brown2-54/+46
2008-10-21[tg3] Add PCI ID for BCM5786Michael Brown1-0/+1
2008-10-17[etherfabric] Merge changes from vendor treeMichael Brown2-2337/+3348
2008-10-16virtio-net: Fix kick/wait logicEduardo Habkost1-3/+5
2008-10-16[netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown1-14/+13
2008-10-16[netdevice] Split multicast hashing out into an mc_hash methodMichael Brown1-0/+16
2008-10-16[netdevice] Add maximum packet length as a net device propertyMichael Brown1-4/+1