| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Limit xmit window to one MTU. (Path MTU discovery not yet | Michael Brown | 2007-07-08 | 1 | -16/+34 | |
| | | | | | implemented; should be done at some point.) | |||||
| * | Add debug message when nameserver setting is applied/changed via DHCP. | Michael Brown | 2007-07-08 | 1 | -0/+4 | |
| | | ||||||
| * | TCP limits advertised TCP window to size of application window | Michael Brown | 2007-07-08 | 1 | -0/+4 | |
| | | | | | obtained via xfer_window(). | |||||
| * | Separate the "is data ready" function of xfer_seek() into an | Michael Brown | 2007-07-08 | 7 | -16/+24 | |
| | | | | | | xfer_window() function, which can return a scalar rather than a boolean. | |||||
| * | Kill off unused request() method in data-xfer interface. | Michael Brown | 2007-07-08 | 7 | -11/+0![]() | |
| | | ||||||
| * | Use net_device_operations structure and netdev_nullify() to allow for | Michael Brown | 2007-07-07 | 2 | -14/+76 | |
| | | | | | | | | | | | | safe dropping of the netdev ref by the driver while other refs still exist. Add netdev_irq() method. Net device open()/close() methods should no longer enable or disable IRQs. Remove rx_quota; it wasn't used anywhere and added too much complexity to implementing correct interrupt-masking behaviour in pxe_undi.c. | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | Apply global DHCP options when register_dhcp_options() is called. Do | Michael Brown | 2007-07-06 | 2 | -7/+12 | |
| | | | | | not apply DHCP options in dhcp_configure_netdev(). | |||||
| * | Add concept of DHCP option applicators. | Michael Brown | 2007-07-05 | 3 | -28/+78 | |
| | | ||||||
| * | Allow recording of TX and RX errors to aid in end-user debugging. | Michael Brown | 2007-07-05 | 1 | -16/+48 | |
| | | ||||||
| * | Switch compiler warning on tcp_open() to a #warning | Michael Brown | 2007-07-05 | 1 | -0/+3 | |
| | | ||||||
| * | Added missing line to set return status code. | Michael Brown | 2007-07-03 | 1 | -0/+1 | |
| | | ||||||
| * | Use a linker-table based system to automatically mark and start up | Michael Brown | 2007-07-03 | 2 | -16/+2![]() | |
| | | | | | | permanent processes, rather than requiring each one to have its own initialisation function. | |||||
| * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-03 | 2 | -4/+14 | |
| |\ | ||||||
| | * | Implemented (untested) PXENV_START_UNDI. | Michael Brown | 2007-07-03 | 1 | -4/+6 | |
| | | | ||||||
| | * | Never attempt to route the broadcast address. | Michael Brown | 2007-07-03 | 1 | -0/+8 | |
| | | | ||||||
| * | | Warnings purge: src/{crypto,hci,net} | Marty Connor | 2007-07-03 | 1 | -4/+4 | |
| |/ | ||||||
| * | Add trivial net device statistics (TX and RX packet count), reported | Michael Brown | 2007-07-03 | 1 | -0/+9 | |
| | | | | | via UNDI API and also by ifstat command; may be useful for debugging. | |||||
| * | Merge branch 'master' of ssh://rom.etherboot.org/pub/scm/gpxe | Marty Connor | 2007-07-02 | 3 | -2/+70 | |
| |\ | ||||||
| | * | Add untested support for UNDI transmit and receive. | Michael Brown | 2007-07-02 | 3 | -2/+70 | |
| | | | ||||||
| * | | Warnings purge | Marty Connor | 2007-07-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | Improve debugging | Michael Brown | 2007-07-01 | 1 | -0/+6 | |
| | | ||||||
| * | Can't use strncpy() to copy strings that aren't NUL-terminated to | Michael Brown | 2007-07-01 | 1 | -2/+8 | |
| | | | | | begin with. | |||||
| * | Don't build option-overloaded packets; they just confuse people (ISC | Michael Brown | 2007-06-30 | 1 | -31/+11![]() | |
| | | | | | DHCPD and Windows RIS in particular). | |||||
| * | Set current working URI based on TFTP server specified by DHCP. | Michael Brown | 2007-06-28 | 1 | -0/+15 | |
| | | ||||||
| * | Bugfix: iobuf->data always points to the start of the allocated | Michael Brown | 2007-06-28 | 1 | -1/+1 | |
| | | | | | portion, not to the bit we want to currently write to... | |||||
| * | Mildly ugly hack to force correct linkage. | Michael Brown | 2007-06-28 | 2 | -0/+4 | |
| | | ||||||
| * | Add dhcp_configure_netdev() | Michael Brown | 2007-06-28 | 1 | -3/+61 | |
| | | ||||||
| * | Forgot to set initial session state. Now works! | Michael Brown | 2007-06-28 | 1 | -0/+1 | |
| | | ||||||
| * | Kill off job::start() (it was only ever added as part of an aborted | Michael Brown | 2007-06-28 | 1 | -1/+0![]() | |
| | | | | | attempt at triggering TCP-related protocols to start). | |||||
| * | Update DHCP to use data-xfer interface (not yet tested). | Michael Brown | 2007-06-28 | 3 | -111/+195 | |
| | | ||||||
| * | Kill off hotplug.h and just make net devices normal reference-counted | Michael Brown | 2007-06-27 | 6 | -105/+59![]() | |
| | | | | | | | structures. DHCP still broken and #if 0'd out. | |||||
| * | Partial migration of UDP to data-xfer interface. (Will not link at | Michael Brown | 2007-06-20 | 1 | -166/+291 | |
| | | | | | present; DHCP is broken). | |||||
| * | Remove unused headers. | Michael Brown | 2007-06-12 | 1 | -0/+2 | |
| | | ||||||
| * | Updated DNS to use not-yet-implemented UDP data-xfer API. | Michael Brown | 2007-06-12 | 1 | -101/+114 | |
| | | ||||||
| * | Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer | Michael Brown | 2007-06-11 | 1 | -246/+378 | |
| | | | | | UDP API. | |||||
| * | Add concept of transfer metadata, to be used by UDP in order to | Michael Brown | 2007-06-11 | 3 | -3/+9 | |
| | | | | | implement sendto()/recvfrom() equivalents. | |||||
| * | Merge branch 'master' into mcb-tcp-xfer | Michael Brown | 2007-06-08 | 3 | -37/+7![]() | |
| |\ | ||||||
| | * | Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them | Michael Brown | 2007-05-31 | 1 | -26/+1![]() | |
| | | | | | | | | | elsewhere as well. | |||||
| | * | Modify process semantics; rescheduling is now automatic. | Michael Brown | 2007-05-26 | 2 | -11/+6![]() | |
| | | | | | | | | | | | | | Add reference-counting to processes. Add timer_running() test. | |||||
| * | | Should call ftp_done() if constructor fails. | Michael Brown | 2007-05-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | Update HTTP to use data-xfer interface. | Michael Brown | 2007-05-29 | 1 | -217/+254 | |
| | | | ||||||
| * | | Updated FTP to use data-xfer API. | Michael Brown | 2007-05-28 | 1 | -174/+206 | |
| | | | ||||||

