選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Michael Brown 254fe6e00e Split DHCP packet creation into two parts: creating the basic packet 19年前
..
tcp Update ftp.c and hello.c to use the generic async_operations API. 19年前
udp Split DHCP packet creation into two parts: creating the basic packet structure, and populating it with options. This should allow us to use the same basic options list for both DHCPDISCOVER and DHCPREQUEST, plus making it much easier to set the non-constant parameters (e.g. requested IP address) in request packets. 19年前
uip Made the temporary buffer part of the TCP senddata() API, to ease the 19年前
aoe.c Simplify RX data path. 19年前
arp.c Simplify RX data path. 19年前
dhcpopts.c Allow for calling find_dhcp_option() with "options" set to NULL, in order to search through all registered option blocks. 19年前
ethernet.c Simplify RX data path. 19年前
ipv4.c Added fragment reassembly code 19年前
ipv6.c Split ipv6 functions out from ipv4.c 19年前
netdevice.c Simplify RX data path. 19年前
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for 19年前
retry.c Updated retry timer mechanism to incorporate smoothed RTT estimation. 19年前
tcp.c Made the temporary buffer part of the TCP senddata() API, to ease the 19年前
tcpip_if.c Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files. 19年前
udp.c Added fragment reassembly code 19年前