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 649b789e93 DHCP transmits via specified net device, so no need to create a dummy před 18 roky
..
tcp We can't assert that the RX engine is idle in iscsi_done(), because it may be called during the RX data processor, before the RX engine transitions back to idle. It doesn't really matter if the RX engine isn't idle when iscsi_done() is called, because it will just pick up where it left off on the next call. (The same is not true for the TX engine, so keep the TX engine assertion.) před 18 roky
udp DHCP transmits via specified net device, so no need to create a dummy před 18 roky
uip We don't actually have a stdio.h header file. Our printf() functions are před 18 roky
aoe.c An AoE session holds a persistent reference to a net device. před 18 roky
arp.c We don't actually have a stdio.h header file. Our printf() functions are před 18 roky
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. před 18 roky
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. před 18 roky
icmpv6.c Allow an explicit network device to be specified for IP-layer transmissions. před 18 roky
ipv4.c Allow an explicit network device to be specified for IP-layer transmissions. před 18 roky
ipv6.c Allow an explicit network device to be specified for IP-layer transmissions. před 18 roky
ndp.c We don't actually have a stdio.h header file. Our printf() functions are před 18 roky
netdevice.c Added network interface management commands před 18 roky
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for před 19 roky
retry.c Move start/stop/expire debug messages to DBG2() level. před 18 roky
tcp.c Allow an explicit network device to be specified for IP-layer transmissions. před 18 roky
tcpip.c Allow an explicit network device to be specified for IP-layer transmissions. před 18 roky
udp.c Add udp_sendto_via() to allow e.g. DHCP to transmit without first having to set up dummy routing entries. před 18 roky