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
/
interface
/
pxe
/
pxe_undi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
1
-2
/
+2
*
Use net_device_operations structure and netdev_nullify() to allow for
Michael Brown
2007-07-07
1
-9
/
+17
*
Allow recording of TX and RX errors to aid in end-user debugging.
Michael Brown
2007-07-05
1
-4
/
+4
*
Move pxe_netdev and set_pxe_netdev to pxe_undi.c and remove
Michael Brown
2007-07-03
1
-0
/
+15
*
Report our interface type as "gPXE" to avoid working around Etherboot
Michael Brown
2007-07-03
1
-1
/
+1
*
Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason to
Michael Brown
2007-07-03
1
-7
/
+4
*
Reserve space for link-layer header in pxenv_undi_transmit() when not
Michael Brown
2007-07-03
1
-2
/
+10
*
Add missing call to free_iob() in pxenv_undi_isr().
Michael Brown
2007-07-03
1
-5
/
+6
*
Add trivial net device statistics (TX and RX packet count), reported
Michael Brown
2007-07-03
1
-8
/
+13
*
Place netdev_open()/netdev_close() calls in appropriate places.
Michael Brown
2007-07-03
1
-8
/
+24
*
Add mechanism for providing TX completion events.
Michael Brown
2007-07-03
1
-9
/
+43
*
Add untested support for UNDI transmit and receive.
Michael Brown
2007-07-02
1
-112
/
+107
*
pxe_netdev now holds a reference to the network device.
Michael Brown
2007-07-02
1
-53
/
+27
*
Call shutdown() from pxenv_undi_shutdown(). Probably not totally
Michael Brown
2007-07-02
1
-0
/
+3
*
Implement the two UNDI API calls used by RIS.
Michael Brown
2007-06-30
1
-42
/
+75
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Allow linking by converting all functions to stubs
Michael Brown
2006-08-09
1
-41
/
+30
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-03
1
-0
/
+4
*
Updated to remove obsolete constants
Michael Brown
2006-04-19
1
-6
/
+6
*
Split PXE code into preboot, udp, tftp, undi and loader units.
Michael Brown
2005-05-24
1
-0
/
+538