Source-Changes archive

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

CVS commit: [matt-nb5-pq3] src/sys



Module Name:    src
Committed By:   matt
Date:           Fri Jan  7 03:16:14 UTC 2011

Modified Files:
        src/sys/netinet [matt-nb5-pq3]: in_offload.c in_offload.h ip_input.c
        src/sys/netinet6 [matt-nb5-pq3]: in6_offload.c in6_offload.h
            in6_proto.c

Log Message:
If using hardware checksum offload and the packet can't be h/w checksumed
(for whatever reason, some hardware is stupid) allow the driver to calculate
the checksum instead.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.60.1 src/sys/netinet/in_offload.c
cvs rdiff -u -r1.6 -r1.6.44.1 src/sys/netinet/in_offload.h
cvs rdiff -u -r1.275.4.1 -r1.275.4.1.8.1 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.4 -r1.4.60.1 src/sys/netinet6/in6_offload.c
cvs rdiff -u -r1.5 -r1.5.60.1 src/sys/netinet6/in6_offload.h
cvs rdiff -u -r1.82.12.1 -r1.82.12.1.2.1 src/sys/netinet6/in6_proto.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