index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
interface
/
pxe
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
Michael Brown
2015-06-29
1
-10
/
+8
*
[i386] Move real_to_user() to realmode.h
Michael Brown
2015-03-05
2
-0
/
+2
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
4
-4
/
+20
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
2
-2
/
+10
*
[pxe] Maintain a queue for received PXE UDP packets
Michael Brown
2015-02-06
1
-38
/
+85
*
[pxe] Use tftp_uri() to construct PXE TFTP URIs
Michael Brown
2015-02-06
1
-12
/
+15
*
[tftp] Explicitly abort connection whenever parent interface is closed
Michael Brown
2015-02-06
1
-10
/
+7
*
[pxe] Work around missing PXENV_UNDI_OPEN only when necessary
Michael Brown
2014-05-03
1
-2
/
+4
*
[pxe] Profile UNDI transmit datapath
Michael Brown
2014-05-03
1
-0
/
+8
*
[pxe] Profile all PXE API calls
Michael Brown
2014-05-03
1
-0
/
+49
*
[build] Work around bug in gcc >= 4.8
Michael Brown
2013-06-07
1
-3
/
+5
*
[pxe] Convert external PXE API errors into iPXE platform-generated errors
Michael Brown
2013-04-29
1
-3
/
+11
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
1
-7
/
+20
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-1
/
+2
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
9
-9
/
+18
*
[pxe] Add PXENV_FILE_CMDLINE API call
Michael Brown
2012-07-11
1
-0
/
+38
*
[pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 builds
Michael Brown
2011-12-11
2
-47
/
+83
*
[pxe] Modularise PXE API provision
Michael Brown
2011-12-11
6
-348
/
+225
*
[pxe] Tidy up debugging output
Michael Brown
2011-12-08
1
-13
/
+16
*
[pxe] Check for a valid PXE network device when applicable
Michael Brown
2011-12-08
2
-11
/
+213
*
[pxe] Improve pxe_preboot debugging messages
Michael Brown
2011-11-14
1
-23
/
+48
*
[pxe] Improve pxe_undi debugging messages
Michael Brown
2011-11-14
1
-76
/
+84
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-7
/
+7
*
[pxe] Report an IRQ number only if device supports interrupts
Michael Brown
2011-03-10
1
-1
/
+2
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
2
-1
/
+3
*
[pxe] Report SUPPORTED_IRQ only if device supports interrupts
Michael Brown
2011-01-25
1
-1
/
+3
*
[pxe] Improve pxe_udp debug messages
Michael Brown
2010-12-15
1
-9
/
+14
*
[pxe] Set correct PktType in PXENV_UNDI_ISR
Michael Brown
2010-12-09
1
-1
/
+9
*
[pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPE
Michael Brown
2010-12-09
1
-5
/
+5
*
[pxe] Use network device receive queue freezing
Michael Brown
2010-11-20
1
-6
/
+11
*
[pxe] Always allow MAX_LL_HEADER_LEN for the link-layer header
Michael Brown
2010-11-19
1
-4
/
+2
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
2
-69
/
+58
*
[pxe] Remove obsolete pxe_errortab.c
Michael Brown
2010-05-30
1
-103
/
+0
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
1
-1
/
+1
*
[pxe] Treat PXENV_RESTART_TFTP as unreturnable
Michael Brown
2010-05-21
2
-7
/
+13
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
8
-35
/
+35
*
[pxe] Remove pxe_set_cached_filename()
Michael Brown
2010-03-26
2
-35
/
+0
*
[pxe] Avoid potential interrupt storms when using shared interrupts
Michael Brown
2010-03-23
1
-4
/
+21
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
1
-1
/
+1
*
[pxe] Introduce PXE exit hook for NBP chaining
Shao Miller
2010-01-24
2
-0
/
+45
*
[config] Make PXE stack a compile-time option
Joshua Oreman
2010-01-20
1
-0
/
+12
*
[tftp] Make TFTP size requests abort transfer with an error
Thomas Horsten
2010-01-17
1
-5
/
+8
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-4
/
+6
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-5
/
+1
*
[pxe] Avoid printf format warning on some compilers
Michael Brown
2009-08-02
1
-1
/
+1
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-1
/
+1
*
[pxe] Check for unhookable interrupts in PXENV_STOP_UNDI
Michael Brown
2009-06-28
1
-0
/
+9
[next]