aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284596:Michael Tuexen2015-06-221-9/+16
* MFC r284515:Michael Tuexen2015-06-201-0/+13
* MFC r284332:Michael Tuexen2015-06-161-2/+2
* MFC r283666:Michael Tuexen2015-05-311-25/+74
* MFC r283650:Michael Tuexen2015-05-311-15/+30
* MFC r280634:Michael Tuexen2015-05-291-1/+1
* MFC r280459:Michael Tuexen2015-05-291-6/+5
* MFC r280404:Michael Tuexen2015-05-291-13/+11
* MFC r279886:Michael Tuexen2015-05-291-16/+16
* MFC r279863:Michael Tuexen2015-05-291-0/+1
* MFC r279859:Michael Tuexen2015-05-291-0/+63
* MFC r277815:Michael Tuexen2015-05-291-1/+0
* MFC r277337:Michael Tuexen2015-05-291-3/+1
* MFC r275967:Michael Tuexen2015-05-291-8/+8
* MFC r275954:Michael Tuexen2015-05-291-6/+7
* MFC r275567:Michael Tuexen2015-05-291-151/+371
* Fix SCTP SCTP_SS_VALUE kernel memory corruption and disclosure vulnerabilityXin LI2015-01-271-8/+12
* MFC r272750:Michael Tuexen2014-10-121-0/+6
* MFC r271643:Michael Tuexen2014-09-181-2/+3
* MFC r270673:Michael Tuexen2014-09-181-3/+3
* MFC r269945:Michael Tuexen2014-08-221-0/+66
* MFC r269858:Michael Tuexen2014-08-221-0/+140
* MFC r269527:Michael Tuexen2014-08-221-3/+59
* MFC r269481:Michael Tuexen2014-08-221-0/+56
* MFC r269475:Michael Tuexen2014-08-221-0/+56
* MFC r269448:Michael Tuexen2014-08-221-0/+56
* MFC r269436, r269445:Michael Tuexen2014-08-221-0/+56
* MFC r268526:Michael Tuexen2014-08-221-2/+2
* MFC r267688:Michael Tuexen2014-06-231-21/+20
* MFC r267682:Michael Tuexen2014-06-231-3/+3
* MFC r267674:Michael Tuexen2014-06-231-0/+45
* MFC r263237:Michael Tuexen2014-06-221-25/+2
* MFC r259943:Michael Tuexen2014-01-071-1/+1
* MFC r256556:Michael Tuexen2013-11-211-14/+34
* Micro-optimization suggested inMichael Tuexen2013-08-011-4/+3
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-0/+1
* Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-111-20/+8
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-22/+40
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-091-17/+16
* Some cleanups.Michael Tuexen2012-12-271-15/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Allow shutdown() to be used on fds returned from sctp_peeloff().Michael Tuexen2012-11-261-1/+2
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-1/+1
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-10/+4
* #ifdef INET and INET6 consistently. This also fixes a bug, whereMichael Tuexen2012-07-151-1/+1
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-4/+4
* Whitespace cleanup.Michael Tuexen2012-06-251-4/+4
* Remove redundant #ifdef. Reported by gnn@.Michael Tuexen2012-06-211-2/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications asMichael Tuexen2012-05-131-9/+9