index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use netdev_rx_err() to report receive errors.
Michael Brown
2007-07-05
2
-2
/
+5
*
Replace natsemi driver with Indolent's updated one that uses the gPXE API
Marty Connor
2007-07-05
1
-571
/
+507
*
Warnings purge for via-velocity.[ch]
Marty Connor
2007-07-05
2
-22
/
+19
*
Update warnings in depca.c ns8390.c
Marty Connor
2007-07-05
2
-2
/
+2
*
Purge warnings from tg3.c
Marty Connor
2007-07-05
1
-1
/
+1
*
Purge warnings from prism2 drivers
Marty Connor
2007-07-05
5
-629
/
+994
*
Warnings purge of drivers (continued)
Marty Connor
2007-07-04
18
-61
/
+86
*
This comment is no longer relevant.
Michael Brown
2007-07-03
1
-5
/
+0
*
Implemented (untested) PXENV_START_UNDI.
Michael Brown
2007-07-03
1
-1
/
+1
*
Kill off now-redundant _irq() methods.
Michael Brown
2007-07-03
2
-51
/
+0
*
Avoid double free on I/O buffer when rtl_transmit() returns failure.
Michael Brown
2007-07-03
1
-2
/
+1
*
Enable/disable interrupts in driver open/close.
Michael Brown
2007-07-03
1
-3
/
+8
*
Enable/disable interrupts at open/close time.
Michael Brown
2007-07-03
1
-0
/
+9
*
Enable/disable interrupts on open/close.
Michael Brown
2007-07-03
1
-5
/
+17
*
pxe_netdev now holds a reference to the network device.
Michael Brown
2007-07-02
2
-0
/
+5
*
Support cards such as natsemi which treat the data as little-endian
Michael Brown
2007-07-01
1
-17
/
+24
*
Hack together far enough to support ne2k-pci.
Michael Brown
2007-07-01
1
-13
/
+13
*
How has the legacy wrapper been working for the past month or so...?
Michael Brown
2007-07-01
1
-1
/
+2
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
3
-33
/
+24
*
Add missing call to free_iob().
Michael Brown
2007-06-10
1
-0
/
+1
*
Update email addresses in drivers
Marty Connor
2007-06-09
4
-8
/
+9
*
Updated email mdc's email address
Marty Connor
2007-06-08
1
-1
/
+1
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
3
-46
/
+46
*
Ported bnx2 driver from Etherboot 5.4.
James Harper
2007-03-14
3
-0
/
+10891
|
\
*
|
t5x9 code relies on nic->ioaddr being set
Michael Brown
2007-03-11
1
-7
/
+11
*
|
Updated 3c509 to current device model
Michael Brown
2007-03-10
1
-165
/
+185
*
|
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
Michael Brown
2007-03-10
23
-1215
/
+742
*
|
Remove no-longer-used variable
Michael Brown
2007-02-19
1
-1
/
+0
*
|
Fix some bad pointer arithmatic in the tg3 driver that was causing the dynami...
James Harper
2007-02-10
1
-6
/
+6
*
|
Fix padding problem - from Michael
James Harper
2007-02-10
1
-3
/
+1
*
|
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
1
-0
/
+91
*
|
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
4
-4
/
+4
*
|
Include stdlib.h rather than malloc.h
Michael Brown
2007-01-18
1
-1
/
+2
*
|
Respect the RX quota. This improves poll time by about 0.7us when the
Michael Brown
2007-01-18
1
-0
/
+1
*
|
Create and use async_block() macro; it cuts down on the visual overhead
Michael Brown
2007-01-16
2
-16
/
+13
*
|
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
2
-3
/
+14
*
|
Use pkb_pad() rather than doing it the dangerous way :)
Michael Brown
2007-01-11
1
-5
/
+2
*
|
Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.
Michael Brown
2007-01-11
1
-21
/
+2
*
|
Add device description fields to struct device.
Michael Brown
2007-01-10
1
-0
/
+4
*
|
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
16
-39
/
+50
*
|
Add RX quotas to the net device poll() method. This avoids the problem
Michael Brown
2007-01-09
3
-5
/
+10
*
|
Autopadding was sometimes overwriting the struct list_head at the end
Michael Brown
2007-01-09
1
-7
/
+16
*
|
Added net device TX queue; this will be needed to support the PXE UNDI API
Michael Brown
2007-01-09
3
-15
/
+4
*
|
Added support for wildcard device/vendor ID matches
Michael Brown
2007-01-08
1
-1
/
+4
*
|
Add device to hierarchy before calling the driver's probe() function; this
Michael Brown
2007-01-08
1
-21
/
+16
*
|
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
3
-10
/
+28
*
|
Merge changes from mcb-tcp-fixes branch.
Michael Brown
2006-12-28
1
-1
/
+1
*
|
Add ability to shut down iSCSI connection
Michael Brown
2006-12-21
1
-1
/
+16
*
|
Default to port 0 (sic).
Michael Brown
2006-12-21
1
-1
/
+1
*
|
Return -EIO when verification fails, instead of -EINVAL.
Michael Brown
2006-12-20
1
-1
/
+1
[next]