aboutsummaryrefslogtreecommitdiffstats
path: root/core/fs/pxe
Commit message (Expand)AuthorAgeFilesLines
* pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-239-423/+265
* pxe: urlparse: add commentsH. Peter Anvin2011-04-231-2/+15
* pxe: Add a much more general URL-parsing frameworkH. Peter Anvin2011-04-232-0/+220
* pxe: put a semaphore around PXE callsH. Peter Anvin2011-04-221-1/+7
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-222-18/+42
* pxe: isr: fix formattingH. Peter Anvin2011-04-211-11/+12
* pxe: fix gcc 4.6 problemsH. Peter Anvin2011-04-212-4/+1
* pxe: Neuter pxe_idle_initEric W. Biederman2011-04-121-83/+0
* pxe: Cleanup interrupt handling making it reliabe and in specEric W. Biederman2011-04-122-19/+10
* pxe: Remove the lwip_test codeEric W. Biederman2011-04-121-123/+0
* lwip: Clean up the initialization sequenceEric W. Biederman2011-04-122-32/+15
* core: pxe: Cleanup properly when using undi.Eric W. Biederman2011-04-121-1/+4
* core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-122-1/+63
* core: pxe Add native support for http urlsEric W. Biederman2011-04-123-0/+379
* core: pxe: Add general support for pluggable url handlers.Eric W. Biederman2011-04-122-5/+53
* core: pxe: Factor out pxe_poll from pxe_receive_threadEric W. Biederman2011-04-122-38/+41
* core: pxe: Rewrite the tftp implementation to use lwipEric W. Biederman2011-04-121-59/+78
* core: pxe: Add a netconn socket to the pxe private inodeEric W. Biederman2011-04-121-0/+2
* core pxe: Use the lwip dns resolverEric W. Biederman2011-04-121-233/+19
* pxe: Send tftp acks after we reach our timeoutEric W. Biederman2011-04-121-0/+1
* core pxe: Cleanup the call to pxe_isr_initEric W. Biederman2011-04-122-1/+4
* lwip: show stats when displaying speedtest resultsH. Peter Anvin2011-04-121-3/+25
* lwip: better speed testH. Peter Anvin2011-04-121-58/+67
* core: lwip: tune parameters for performanceH. Peter Anvin2011-04-121-1/+7
* lwip: better test caseH. Peter Anvin2011-04-121-9/+39
* lwip: now to the point we can make a TCP connection...H. Peter Anvin2011-04-121-1/+79
* core pxe: Ensure all parameters in pxe_get_cached_info are initialized.Eric W. Biederman2011-04-121-1/+1
* core: pxe: additional work on the lwip portH. Peter Anvin2011-04-122-1/+14
* core pxe: Switch threads if more than one runnable.Eric W. Biederman2011-04-121-0/+1
* pxe: hook up the interrupt routine and the lwip receive routineEric W. Biederman2011-04-122-0/+56
* pxe: Move the gpxe url reading code into it's own file.Eric W. Biederman2011-04-123-89/+89
* pxe: Move the tftp implementation into it's own fileEric W. Biederman2011-04-123-429/+435
* pxe: Add methods to abstract out the connection type.Eric W. Biederman2011-04-122-140/+191
* pxe: Statically initialize pxe_receive_thread_semEric W. Biederman2011-04-091-2/+1
* core: pxe: pm_return Use jiffies_tEric W. Biederman2011-04-091-4/+2
* core: pxe: pm return hook to examine timer ticks and PXE ISR statusH. Peter Anvin2011-04-091-0/+44
* core: declare jiffies_t and mstime_t and use them.Eric W. Biederman2011-04-082-6/+6
* pxe: disable the "force INT 18h" hackH. Peter Anvin2011-04-041-6/+13
* pxe: allow TFTP server IP to be empty when not using TFTPMichael Brown2011-03-281-3/+3
* core/fs/pxe/pxe.c: remove variables set but not usedH. Peter Anvin2011-03-161-0/+1
* core, pxe: Fix handling of unqualified DNS namesH. Peter Anvin2010-11-141-1/+1
* pxe: add a "pxeretry" option to deal with 404's in web appssyslinux-4.03-pre2H. Peter Anvin2010-08-261-0/+14
* pxe: fix byte order of output from parse_dotquad()H. Peter Anvin2010-07-191-1/+1
* pxelinux: new IPAPPEND 4 to generate a SYSUUID= option.syslinux-4.01-pre3H. Peter Anvin2010-07-013-23/+55
* pxe: don't corrupt the length of an RRQ packet on retryH. Peter Anvin2010-06-251-1/+4
* pxe: fix the unload sequenceH. Peter Anvin2010-06-242-16/+24
* pxe: fix ip_ok()H. Peter Anvin2010-06-242-8/+10
* pxe: set the file type in the inode structureH. Peter Anvin2010-06-231-0/+1
* pxe: fix the timeout logic for RRQsyslinux-4.00-pre57H. Peter Anvin2010-06-221-28/+22
* pxe: fix bugs in DHCP parsing and config file selectionH. Peter Anvin2010-06-222-60/+57