index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRA
Michael Brown
2009-06-23
1
-13
/
+18
*
[e1000] Ensure descriptor is fully written before sending packet
Michael Brown
2009-06-23
1
-0
/
+1
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-2
/
+6
*
[misc] Fix source files erroneously marked as executable
Michael Brown
2009-06-02
1
-0
/
+0
*
[ethernet] Update mii.h and use it in drivers that had a private copy
Daniel Verkamp
2009-05-26
12
-531
/
+91
*
[ethernet] Move struct mii_if_info to mii.h
Daniel Verkamp
2009-05-26
2
-13
/
+0
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
72
-0
/
+147
*
[3c90x] Add missing size_t format specifier
Joshua Oreman
2009-03-31
1
-1
/
+1
*
[pcnet32] Fix received packet corruption
Michael Brown
2009-03-26
1
-3
/
+3
*
[forcedeth] Add support for newer forcedeth NICs
Thomas Miletich
2009-03-26
1
-7
/
+34
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
33
-318
/
+318
*
[3c90x] Remove src/drivers/3c90x.txt
Marty Connor
2009-03-13
1
-307
/
+0
*
[3c90x] 3c90x driver rewrite using gPXE API
Thomas Miletich
2009-03-13
2
-935
/
+1200
*
[sundance] Add reset completion check
Thomas Miletich
2009-02-27
1
-0
/
+16
*
[infiniband] Kill off obsolete mlx_ipoib directory
Michael Brown
2009-02-25
29
-16486
/
+0
*
[mtnic] Add multiport support and some minor fixes
Itay Gazit
2009-02-09
2
-600
/
+702
*
[sundance] Added NIC variant
Thomas Miletich
2009-02-06
1
-0
/
+1
*
[infiniband] Call ib_open() only when opening the IPoIB net device
Michael Brown
2009-01-02
1
-0
/
+12
*
[etherfabric] Make use of pci_bar_start() 64-bit clean
Michael Brown
2008-12-12
1
-2
/
+3
*
[e1000] Use PCI_BASE_ADDRESS_* symbols instead of integers
Marty Connor
2008-12-05
1
-2
/
+2
*
[b44] Add driver for Broadcom bcm44xx cards
Pantelis Koukousoulas
2008-11-21
2
-0
/
+1416
*
[virtio] Split virtio-net.c into several files.
Laurent Vivier
2008-11-19
1
-202
/
+3
*
[virtio] Consolidate virtio-net static data into a struct vring_virtqueue
Laurent Vivier
2008-11-19
1
-55
/
+64
*
[virtio] Remove dependency on nic for virtio PCI functions
Laurent Vivier
2008-11-19
1
-14
/
+14
*
[virtio] Consolidate vring_get_buf() by using a buffer list to add to the vring
Laurent Vivier
2008-11-19
1
-41
/
+44
*
[virtio] Move virtio-pci.h and virtio-ring.h to include/gpxe
Laurent Vivier
2008-11-19
3
-189
/
+2
*
[x86_64] Fix assorted 64-bit compilation errors and warnings
Michael Brown
2008-11-19
8
-38
/
+40
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
16
-88
/
+88
*
[r8169] New rtl8169 family driver
Marty Connor
2008-11-18
2
-1070
/
+2595
*
[infiniband] Respect hop pointer when building directed route SMP return path
Michael Brown
2008-11-12
1
-45
/
+47
*
[ipoib] Kill off the IPoIB pseudo-header
Michael Brown
2008-11-11
1
-109
/
+197
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
1
-8
/
+10
*
[infiniband] Pass address vector in receive completions
Michael Brown
2008-11-11
1
-60
/
+49
*
[infiniband] Maintain queue fill level as a property of a work queue
Michael Brown
2008-11-11
1
-11
/
+4
*
[infiniband] Flush uncompleted work queue entries at QP teardown
Michael Brown
2008-11-11
1
-5
/
+16
*
[ne2k_isa] Restore support for ne2k isa cards
Pantelis Koukousoulas
2008-11-08
1
-0
/
+373
*
[phantom] Do not halt PEGs on driver shutdown
Michael Brown
2008-11-08
1
-15
/
+0
*
[phantom] Allow for PXE boot to be enabled/disabled on a per-port basis
Michael Brown
2008-11-01
2
-0
/
+32
*
[phantom] Assume one net device per PCI function
Michael Brown
2008-10-31
2
-764
/
+339
*
[settings] Add the notion of a "tag magic" to numbered settings
Michael Brown
2008-10-30
1
-16
/
+24
*
[phantom] Add CLP settings interface
Michael Brown
2008-10-28
2
-0
/
+368
*
[phantom] Unhalt/halt all PEGs during driver startup/shutdown
Michael Brown
2008-10-28
2
-0
/
+70
*
[phantom] Add line count limit to phantom_dmesg()
Michael Brown
2008-10-28
1
-22
/
+57
*
[phantom] Change register space abstraction to match other drivers
Michael Brown
2008-10-24
2
-54
/
+46
*
[tg3] Add PCI ID for BCM5786
Michael Brown
2008-10-21
1
-0
/
+1
*
[etherfabric] Merge changes from vendor tree
Michael Brown
2008-10-17
2
-2337
/
+3348
*
virtio-net: Fix kick/wait logic
Eduardo Habkost
2008-10-16
1
-3
/
+5
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-14
/
+13
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
1
-0
/
+16
*
[netdevice] Add maximum packet length as a net device property
Michael Brown
2008-10-16
1
-4
/
+1
[next]