Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamt
Date: Mon Apr 25 22:20:59 UTC 2011
Modified Files:
src/sys/net: if_loop.c
src/sys/netinet: in_offload.h
src/sys/netinet6: in6_offload.h ip6_output.c
Log Message:
undefer csum in looutput.
looutput is used by various code (ether_output, mcast) to loopback packets.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/net/if_loop.c
cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/in_offload.h
cvs rdiff -u -r1.6 -r1.7 src/sys/netinet6/in6_offload.h
cvs rdiff -u -r1.139 -r1.140 src/sys/netinet6/ip6_output.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