Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/sys/netinet



Module Name:    src
Committed By:   tron
Date:           Fri May  6 08:40:14 UTC 2005

Modified Files:
        src/sys/netinet [netbsd-3]: ip_input.c

Log Message:
Pull up revision 1.214 (requested by yamt in ticket #251):
fix problems related to loopback interface checksum omission.  PR/29971.
- for ipv4, defer decision to ip layer as h/w checksum offloading does
  so that it can check the actual interface the packet is going to.
- for ipv6, disable it.
  (maybe will be revisited when it implements h/w checksum offloading.)
ok'ed by Jason Thorpe.


To generate a diff of this commit:
cvs rdiff -r1.212.2.1 -r1.212.2.2 src/sys/netinet/ip_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index