aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix the handling of ERROR chunks which a lot of error causes.Michael Tuexen2017-11-151-59/+75
* Simply the code and use the full buffer for contigous chunk representation.Michael Tuexen2017-11-141-52/+24
* Cleanup the handling of control chunks. While there fix some minorMichael Tuexen2017-11-121-240/+110
* Fix a bug in handling special ABORT chunks.Michael Tuexen2017-10-241-11/+18
* Fix a locking issue found by running AFL on the userland stack.Michael Tuexen2017-10-241-3/+0
* Fix a bug introduced in r324638.Michael Tuexen2017-10-181-0/+1
* Fix the handling of parital and too short chunks.Michael Tuexen2017-10-151-114/+56
* Code cleanup, not functional change.Michael Tuexen2017-10-141-7/+12
* Ensure that the accept ABORT chunks with the T-bit set only theMichael Tuexen2017-10-051-0/+1
* Add missing locking. Found by Coverity while scanning the usrsctpMichael Tuexen2017-09-221-0/+10
* Code cleanup, no functional change.Michael Tuexen2017-09-211-2/+1
* Fix a warning.Michael Tuexen2017-09-191-1/+1
* Avoid an overflow when computing the staleness.Michael Tuexen2017-09-191-11/+15
* Savely remove a chunk from the control queue.Michael Tuexen2017-09-091-2/+2
* Move to open state after plausibility checks.Michael Tuexen2017-07-041-11/+11
* Don't hold if refcount on an stcb when it is not needed.Michael Tuexen2017-07-041-10/+10
* Handle sctp_get_next_param() in a consistent way.Michael Tuexen2017-06-231-4/+4
* Check the length of a COOKIE chunk before accessing fields in it.Michael Tuexen2017-06-231-6/+6
* Improve compilation on platforms different from FreeBSD.Michael Tuexen2017-06-231-1/+1
* Listening sockets improvements.Gleb Smirnoff2017-06-081-2/+12
* Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners.Michael Tuexen2017-05-261-10/+9
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-131-34/+0
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-8/+14
* Whitespace changes.Michael Tuexen2016-12-261-59/+78
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-21/+21
* Whitespace changes.Michael Tuexen2016-12-061-68/+21
* Fix a bug, where no SACK is sent when receiving a FORWARD-TSN orMichael Tuexen2016-08-261-0/+5
* Consistently check for unsent data on the stream queues.Michael Tuexen2016-08-071-7/+12
* Remove stream queue entry consistently from wheel.Michael Tuexen2016-08-071-1/+3
* Use a separate MID counter for ordered und unordered messages for eachMichael Tuexen2016-06-081-3/+6
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+1
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-4/+4
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-011-12/+7
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-301-1/+2
* Put panic() calls under INVARIANTS.Michael Tuexen2016-04-181-0/+2
* Remove a left-over debug printf().Michael Tuexen2016-04-181-10/+0
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-19/+52
* Trigger sending of queued ASCONF chunks if outstanding ones are ACKED.Michael Tuexen2016-03-281-1/+3
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-271-3/+3
* Add some protection code.Michael Tuexen2016-02-181-2/+4
* Add protection code for issues reported by PVS / D5245.Michael Tuexen2016-02-171-2/+4
* Update the path mtu when turning on/off UDP encapsulation for SCTP.Michael Tuexen2016-01-301-12/+33
* Don't allow a remote encapsulation port change during theMichael Tuexen2016-01-301-4/+4
* Don't change the remote UDP encapsulation port for SCTP packetsMichael Tuexen2016-01-301-3/+9
* Remove debug output which was committed by accident.Michael Tuexen2016-01-281-3/+0
* Always look in the TCP pool.Michael Tuexen2016-01-281-0/+3
* Retire sctp_validate_no_locks().Michael Tuexen2015-12-101-29/+0
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-0/+1
* Fix a bug where a stream reset request wasn't retranmitted when theMichael Tuexen2015-12-041-0/+1