Date: Tue, 3 Feb 2009 11:04:03 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_auth.c sctp_constants.h sctp_crc32.c sctp_crc32.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_sysctl.c sctp_uio.h sctp_usrreq.c sctputil.c sctputil.h src/sys/netinet6 sctp6_usrreq.c Message-ID: <200902031104.n13B4Ijn000119@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2009-02-03 11:04:03 UTC FreeBSD src repository Modified files: sys/netinet sctp_auth.c sctp_constants.h sctp_crc32.c sctp_crc32.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_sysctl.c sctp_uio.h sctp_usrreq.c sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c Log: SVN rev 188067 on 2009-02-03 11:04:03Z by rrs - Cleanup checksum code. - Prepare for CRC offloading, add MIB counters (RS/MT). - Bugfix: Disable CRC computation for IPv6 addresses with local scope (MT). - Bugfix: Handle close() with SO_LINGER correctly when notifications are generated during the close() call(MT). - Bugfix: Generate DRY event when sender is dry during subscription. Only for 1-to-1 style sockets (RS/MT) - Bugfix: Put vtags for the correct amount of time into time-wait (MT). - Bugfix: Clear vtag entries correctly on expiration (MT). - Bugfix: shutdown() indicates ENOTCONN when called for unconnected 1-to-1 style sockets (MT). - Bugfix: In sctp Auth code (PL). - Add support for devices that support SCTP csum offload (igb). - Add missing sctp_associd to mib sysctl xsctp_tcb structure (RS) Obtained from: With help from Peter Lei and Michael Tuexen Revision Changes Path 1.22 +4 -2 src/sys/netinet/sctp_auth.c 1.41 +11 -57 src/sys/netinet/sctp_constants.h 1.10 +160 -55 src/sys/netinet/sctp_crc32.c 1.5 +3 -9 src/sys/netinet/sctp_crc32.h 1.77 +20 -26 src/sys/netinet/sctp_input.c 1.45 +1 -4 src/sys/netinet/sctp_os_bsd.h 1.81 +400 -408 src/sys/netinet/sctp_output.c 1.80 +30 -14 src/sys/netinet/sctp_pcb.c 1.41 +1 -0 src/sys/netinet/sctp_pcb.h 1.22 +13 -3 src/sys/netinet/sctp_sysctl.c 1.35 +8 -0 src/sys/netinet/sctp_uio.h 1.63 +22 -0 src/sys/netinet/sctp_usrreq.c 1.86 +160 -172 src/sys/netinet/sctputil.c 1.35 +0 -2 src/sys/netinet/sctputil.h 1.48 +17 -4 src/sys/netinet6/sctp6_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902031104.n13B4Ijn000119>