NetBSD/sys/netinet
heas fe4b3cd078 In tcp_respond(), clear the m_pkthdr.csum_flags that was inherited from the
received packet so that the checksum is not performed twice.  Also,
tcp_respond() does not fill-in the m_pkthdr.csum_data, so a h/w checksum may
have the wrong offset.

OK from Jason Thorpe.
2005-01-03 19:47:30 +00:00
..
files.ipfilter Move ipf to sys/dist/ipf; Note that I followed the pattern used for pf. 2004-10-01 15:24:45 +00:00
files.netinet IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
icmp6.h
icmp_var.h
if_arp.c Convert lo(4) to a clonable device. 2004-12-04 16:10:25 +00:00
if_atm.c
if_atm.h
if_ether.h
if_inarp.h
igmp_var.h
igmp.c PR/25749: Peter Postma: missing splx() in kernel. 2004-11-13 19:17:50 +00:00
igmp.h
in4_cksum.c
in_cksum.c
in_gif.c
in_gif.h
in_pcb_hdr.h
in_pcb.c PR/27082: Sean Boudreau: redundant assignment or NULL dereference in 2004-09-29 21:30:00 +00:00
in_pcb.h
in_proto.c IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
in_systm.h
in_var.h
in.c in_control: fix address leaks on error, which causes a panic 2004-08-08 09:52:41 +00:00
in.h Don't perform checksums on loopback interfaces. They can be reenabled with 2004-12-15 04:25:19 +00:00
ip6.h
ip_ecn.c
ip_ecn.h
ip_encap.c initialize max_keylen for ip_encap.c earlier 2004-08-17 07:05:34 +00:00
ip_encap.h initialize max_keylen for ip_encap.c earlier 2004-08-17 07:05:34 +00:00
ip_flow.c
ip_gre.c
ip_gre.h
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c yamt's changes seem to fix all the checksumming issues. Turn the loopback 2004-12-19 06:42:24 +00:00
ip_mroute.c IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
ip_mroute.h IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
ip_output.c Don't perform checksums on loopback interfaces. They can be reenabled with 2004-12-15 04:25:19 +00:00
ip_var.h Don't perform checksums on loopback interfaces. They can be reenabled with 2004-12-15 04:25:19 +00:00
ip.h
Makefile move ipf headers and add a comment. 2004-10-05 04:55:48 +00:00
pim_var.h IPv4 PIM support, based on submission from Pavlin Radoslavov on tech-net@ : 2004-09-04 23:32:29 +00:00
pim.h IPv4 PIM support, based on submission from Pavlin Radoslavov on tech-net@ : 2004-09-04 23:32:29 +00:00
raw_ip.c IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c factor out receive side tcp/udp checksum handling code so that they 2004-12-21 05:51:31 +00:00
tcp_output.c Don't perform checksums on loopback interfaces. They can be reenabled with 2004-12-15 04:25:19 +00:00
tcp_seq.h
tcp_subr.c In tcp_respond(), clear the m_pkthdr.csum_flags that was inherited from the 2005-01-03 19:47:30 +00:00
tcp_timer.c
tcp_timer.h
tcp_usrreq.c Don't perform checksums on loopback interfaces. They can be reenabled with 2004-12-15 04:25:19 +00:00
tcp_var.h factor out receive side tcp/udp checksum handling code so that they 2004-12-21 05:51:31 +00:00
tcp.h remove TCPOPT_MD5SIGNATURE because no one in our tree uses it 2004-12-07 14:24:04 +00:00
tcpip.h
udp_usrreq.c factor out receive side tcp/udp checksum handling code so that they 2004-12-21 05:51:31 +00:00
udp_var.h factor out receive side tcp/udp checksum handling code so that they 2004-12-21 05:51:31 +00:00
udp.h