Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown 254fe6e00e Split DHCP packet creation into two parts: creating the basic packet před 18 roky
..
tcp Update ftp.c and hello.c to use the generic async_operations API. před 18 roky
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. před 18 roky
uip Made the temporary buffer part of the TCP senddata() API, to ease the před 18 roky
aoe.c Simplify RX data path. před 18 roky
arp.c Simplify RX data path. před 18 roky
dhcpopts.c Allow for calling find_dhcp_option() with "options" set to NULL, in order to search through all registered option blocks. před 18 roky
ethernet.c Simplify RX data path. před 18 roky
ipv4.c Added fragment reassembly code před 18 roky
ipv6.c Split ipv6 functions out from ipv4.c před 18 roky
netdevice.c Simplify RX data path. před 18 roky
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for před 18 roky
retry.c Updated retry timer mechanism to incorporate smoothed RTT estimation. před 18 roky
tcp.c Made the temporary buffer part of the TCP senddata() API, to ease the před 18 roky
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. před 18 roky
udp.c Added fragment reassembly code před 18 roky