summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320263:tuexen2017-06-281-10/+10
* MFC r304572 (by bz):ae2017-03-181-28/+0
* MFC r310590:tuexen2016-12-291-59/+78
* MFC r309682:tuexen2016-12-181-21/+21
* MFC r309607:tuexen2016-12-181-68/+21
* MFC r304736:tuexen2016-08-301-0/+5
* MFC r303792:tuexen2016-08-111-8/+15
* Use a separate MID counter for ordered und unordered messages for eachtuexen2016-06-081-3/+6
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-1/+1
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-021-4/+4
* When a client uses UDP encapsulation and lists IP addresses in the INITtuexen2016-05-011-12/+7
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().tuexen2016-04-301-1/+2
* Put panic() calls under INVARIANTS.tuexen2016-04-181-0/+2
* Remove a left-over debug printf().tuexen2016-04-181-10/+0
* This is work done by Michael Tuexen and myself at the IETF. Thisrrs2016-04-071-19/+52
* Trigger sending of queued ASCONF chunks if outstanding ones are ACKED.tuexen2016-03-281-1/+3
* Improve compilation on windows 64-bit (for the userland stack).tuexen2016-03-271-3/+3
* Add some protection code.tuexen2016-02-181-2/+4
* Add protection code for issues reported by PVS / D5245.tuexen2016-02-171-2/+4
* Update the path mtu when turning on/off UDP encapsulation for SCTP.tuexen2016-01-301-12/+33
* Don't allow a remote encapsulation port change during thetuexen2016-01-301-4/+4
* Don't change the remote UDP encapsulation port for SCTP packetstuexen2016-01-301-3/+9
* Remove debug output which was committed by accident.tuexen2016-01-281-3/+0
* Always look in the TCP pool.tuexen2016-01-281-0/+3
* Retire sctp_validate_no_locks().tuexen2015-12-101-29/+0
* Fix the allocation of outgoing streams:tuexen2015-12-061-0/+1
* Fix a bug where a stream reset request wasn't retranmitted when thetuexen2015-12-041-0/+1
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-031-1/+1
* Adjust the MTU when accepting an SCTP association usingtuexen2015-12-021-3/+7
* When processing a cookie, any mismatch in port numbers or the vtag resultstuexen2015-10-261-2/+2
* Use __func__ instead of __FUNCTION__.tuexen2015-10-191-5/+5
* Fix compilation issue introduced in r287717.tuexen2015-09-121-1/+1
* Address a compile warning.tuexen2015-09-121-2/+2
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-121-45/+33
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-111-8/+4
* RFC 4960 requires that packets containing an INIT chunk bundled withtuexen2015-09-071-6/+4
* Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk wastuexen2015-09-031-10/+15
* Don't take the port numbers for packets containing ABORT chunks fromtuexen2015-08-021-4/+1
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-5/+5
* Fix silly syntax error emacs chugged in for me.. gesh.rrs2015-07-241-1/+0
* Fix an issue with MAC OS locking and also optimize the caserrs2015-07-241-2/+3
* Fix several problems with Stream Reset.rrs2015-07-221-15/+74
* Fix a bug related to flow assignment I introduce intuexen2015-06-171-3/+6
* Add FIB support for SCTP.tuexen2015-06-171-15/+18
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-30/+56
* Ensure that the COOKIE-ACK can be sent over UDP if the COOKIE-ECHO wastuexen2015-05-121-1/+2
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* Fix SCTP stream reset vulnerability.delphij2015-01-271-9/+35
* Remove an unnecessary check.tuexen2015-01-181-5/+2
* Remove dead code.tuexen2015-01-111-4/+1
OpenPOWER on IntegriCloud