NetBSD/sys/netinet
thorpej 7f7bb7db17 In tcp_fasttimo(), don't clear TF_DELACK; we need it to count delayed ACKs
in tcp_output(), and it will only be cleared in tcp_output() if the ACK was
transmitted sucessfully.  Also, don't count delayed ACKs here, let tcp_output()
count them.
1997-12-11 06:42:44 +00:00
..
fil.c fix checksum problems (from marc boucher via darren reed). 1997-11-17 14:33:46 +00:00
icmp_var.h remove extraneous icmp_do_mtudisc 1997-10-18 21:21:28 +00:00
if_arp.c Get rid of the messages: "arp: zero IP addr from ..." 1997-10-31 02:54:08 +00:00
if_atm.c
if_atm.h
if_ether.h
if_inarp.h
igmp.c
igmp.h
igmp_var.h
in.c
in.h change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc 1997-10-18 21:18:28 +00:00
in_cksum.c
in_pcb.c fix compile error when "options IPNOPROVPORTS" 1997-11-27 14:03:32 +00:00
in_pcb.h Add support for returning maximum supported MTU when ip_output fails with 1997-10-14 00:52:39 +00:00
in_proto.c
in_systm.h
in_var.h
ip.h
ip_auth.c merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_auth.h import ip-filter 3.2.1 1997-11-14 08:03:01 +00:00
ip_compat.h merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_fil.c merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_fil.h merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_frag.c merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_frag.h sigh. merge ipfilter 3.2 onto the trunk. merge to the branch was a mistake. 1997-10-30 16:08:54 +00:00
ip_ftp_pxy.c merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_icmp.c Changes to path MTU discovery to correctly handle "needs 1997-10-29 05:28:44 +00:00
ip_icmp.h
ip_input.c change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc 1997-10-18 21:18:28 +00:00
ip_log.c merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_mroute.c
ip_mroute.h
ip_nat.c fixes for memory leaks in proxying, and byte ordering problems. from darren reed. 1997-11-25 03:14:11 +00:00
ip_nat.h merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_output.c Add support for returning maximum supported MTU when ip_output fails with 1997-10-14 00:52:39 +00:00
ip_proxy.c don't free pointer to static struct. please pullup. 1997-11-28 00:46:39 +00:00
ip_proxy.h fixes for memory leaks in proxying, and byte ordering problems. from darren reed. 1997-11-25 03:14:11 +00:00
ip_state.c merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_state.h merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
ip_var.h change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc 1997-10-18 21:18:28 +00:00
raw_ip.c On output, if the packet length doesn't match the length in the IP header, 1997-11-16 20:58:18 +00:00
tcp.h
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Fix the "stretch ACK violation" bug documented in internet draft 1997-12-11 06:33:29 +00:00
tcp_output.c Count delayed ACKs after they have been sucessfully transmitted. 1997-12-11 06:37:48 +00:00
tcp_seq.h o Make usage of /dev/random dependant on 1997-10-13 00:46:08 +00:00
tcp_subr.c Implement tcp_drain(). 1997-12-10 01:58:07 +00:00
tcp_timer.c In tcp_fasttimo(), don't clear TF_DELACK; we need it to count delayed ACKs 1997-12-11 06:42:44 +00:00
tcp_timer.h
tcp_usrreq.c TCP MSS fixes to provide cleaner slow-start and recovery. 1997-11-08 02:35:22 +00:00
tcp_var.h Implement tcp_drain(). 1997-12-10 01:58:07 +00:00
tcpip.h
udp.h
udp_usrreq.c
udp_var.h