]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet/sctp_usrreq.c
Remove EoL whitespaces.
[FreeBSD/FreeBSD.git] / sys / netinet / sctp_usrreq.c
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-18 tuexenRemove two clang warnings.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-14 tuexenFix two bugs, which result in a panic when calling...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-27 tuexenAddress issues found by clang. While there, fix also...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 tuexenFix unused parameter warnings.
2011-12-10 tuexenFix a bug reported by Irene Ruengeler which resulted...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-20 tuexenAdd support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-11 tuexenUse the most significant 6 bits of the dscp instead...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-17 tuexenFix the enabling/disabling of Heartbeats and path MTU
2011-09-15 tuexenMake sure that SCTP rejects broadcast, multicast and...
2011-09-14 tuexenEnsure that 1-to-1 style SCTP sockets can only be conne...
2011-09-14 tuexenFix the handling of the flowlabel and DSCP value in...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-16 tuexenFix the handling of [gs]etsockopt() unconnected 1-to...
2011-08-14 tuexenAdd support for the spp_dscp field in the SCTP_PEER_ADD...
2011-08-03 tuexenThe result of a joint work between rrs@ and myself...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-30 tuexenAdd the missing sca_keylength field to the sctp_authkey...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-16 tuexenAdd SCTP_DEFAULT_PRINFO socket option.
2011-06-16 hrsMerge from HEAD@222977.
2011-06-15 tuexenAdd support for the newly added SCTP API.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 hrsMerge from head@222434.
2011-05-17 attilioMFC
2011-05-17 tuexenCopy out the mtu when calling getsockopt() with SCTP_GE...
2011-05-08 attilioMFC
2011-05-08 tuexenFix a locking issue showing up on Mac OS X when subscri...
2011-05-05 attilioMFC
2011-05-04 tuexenImplement Resource Pooling V2 and an MPTCP like congestion
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-30 tuexenImprove compilation of SCTP code without INET support.
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-01 rrsAdds a new Congestion Control that helps reduce
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-26 rrsImprovements to CC modules:
2011-02-24 tuexen* Fix several bugs where the scaled versions of srtt...
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 rrs1) Typo correction in comments and one spacing change.
2011-02-03 tuexenFix several bugs in the stream schedulers.
2011-02-03 rrsFix the per CPU stats so that:
2011-01-26 tuexenMake SCTP_MAX_BURST compliant with the latest version of
2011-01-26 tuexenChange infrastructure for SCTP_MAX_BURST to allow compl...
2011-01-23 tuexenAdd stream scheduling support.
2011-01-20 tuexenImprove comments.
2011-01-20 rrsFix it so we align with new socket API draft for
2011-01-19 tuexenCleanup the management of CC functions.
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2010-12-30 tuexenCode cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE,...
2010-12-22 tuexenImprove plausibility check in sctp_handle_sack().
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-18 dimSync: merge r215396 through r215463 from ^/head.
2010-11-16 tuexenAdd an SCTP socket option to retrieve the number of...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 dimSync: merge r214895 through r215140 from ^/head.
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-07 tuexenDo not have the MTU table twice in the code. Therefore...
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-01 dimMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 dimMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
next