You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 05f4c3d176 Remove the one-packet-per-poll-cycle limit; it seems to no longer be 17 years ago
..
tcp Presize the download buffer when we see the Content-Length header; this saves around 70us per received packet (which is around 50% of the overall packet processing time). 17 years ago
udp Use struct sockaddr rather than struct sockaddr_tcpip 17 years ago
aoe.c Gave asynchronous operations approximate POSIX signal semantics. This 17 years ago
arp.c Add "name" field to struct device to allow human-readable hardware device 17 years ago
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. 17 years ago
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. 18 years ago
icmpv6.c Allow an explicit network device to be specified for IP-layer 17 years ago
ipv4.c When a network device is specified to tcpip_tx() or it's children, treat it as a fallback network device rather than an explicitly forced network device. 17 years ago
ipv6.c Use -ENETUNREACH to mean "no reachable network device exists, don't bother 17 years ago
ndp.c We don't actually have a stdio.h header file. Our printf() functions are 18 years ago
netdevice.c Remove the one-packet-per-poll-cycle limit; it seems to no longer be needed now that performance is up. 17 years ago
pkbpad.c Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. 17 years ago
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for 18 years ago
retry.c Move start/stop/expire debug messages to DBG2() level. 17 years ago
tcp.c Switch from calloc() to malloc()+memset() to match the practices used almost everywhere else. 17 years ago
tcpip.c When a network device is specified to tcpip_tx() or it's children, treat it as a fallback network device rather than an explicitly forced network device. 17 years ago
udp.c When a network device is specified to tcpip_tx() or it's children, treat it as a fallback network device rather than an explicitly forced network device. 17 years ago