Date: Tue, 3 Feb 2009 11:00:43 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/xen/netback netback.c src/sys/net if_ethersubr.c src/sys/netinet ip_divert.c ip_ipsec.c ip_output.c Message-ID: <200902031102.n13B29gX098962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2009-02-03 11:00:43 UTC FreeBSD src repository Modified files: sys/dev/xen/netback netback.c sys/net if_ethersubr.c sys/netinet ip_divert.c ip_ipsec.c ip_output.c Log: SVN rev 188066 on 2009-02-03 11:00:43Z by rrs Adds support for SCTP checksum offload. This means we, like TCP and UDP, move the checksum calculation into the IP routines when there is no hardware support we call into the normal SCTP checksum routine. The next round of SCTP updates will use this functionality. Of course the IGB driver needs a few updates to support the new intel controller set that actually does SCTP csum offload too. Reviewed by: gnn, rwatson, kmacy Revision Changes Path 1.2 +12 -1 src/sys/dev/xen/netback/netback.c 1.257 +4 -0 src/sys/net/if_ethersubr.c 1.143 +12 -1 src/sys/netinet/ip_divert.c 1.14 +10 -1 src/sys/netinet/ip_ipsec.c 1.297 +26 -2 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902031102.n13B29gX098962>