index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
e1000
/
e1000.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[e1000] Remove deprecated IRQ_FORCE action from e1000_irq()
Thomas Miletich
2010-01-05
1
-23
/
+4
*
[e1000] Enable interrupts in a more UNDI compatible way
Thomas Miletich
2009-11-25
1
-2
/
+1
*
[e1000] Implement zero-copy receive
Thomas Miletich
2009-11-22
1
-63
/
+83
*
[e1000] Add 82576 support
Simon Horman
2009-10-16
1
-10
/
+77
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+1
*
[e1000] Ensure descriptor is fully written before sending packet
Michael Brown
2009-06-23
1
-0
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-62
/
+62
*
[e1000] Use PCI_BASE_ADDRESS_* symbols instead of integers
Marty Connor
2008-12-05
1
-2
/
+2
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-15
/
+15
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
1
-0
/
+3
*
Fix e1000 receive tail pointer (RDT) handling
Marty Connor
2007-12-17
1
-6
/
+6
*
Correct e1000 interrupt routine to enable on 1 disable on 0. duh.
Marty Connor
2007-12-13
1
-2
/
+2
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Add copyright, clean up comments a bit, remove unnecessary code.
Marty Connor
2007-12-03
1
-178
/
+102
*
Fixed receive instability by not enabling interrupts. duh.
Marty Connor
2007-11-20
1
-19
/
+24
*
This version now transmits and receives.
Marty Connor
2007-11-20
1
-220
/
+135
*
Autonegotiation fixes. NIC now autonegotiates to whatever the switch supports.
Marty Connor
2007-11-20
1
-14
/
+17
*
A version of the new e1000 driver that transmits.
Marty Connor
2007-11-20
1
-245
/
+347
*
Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead...
Marty Connor
2007-11-18
1
-0
/
+1167