summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r310590:tuexen2016-12-291-95/+148
* MFC r310193:tuexen2016-12-241-26/+24
* MFC r309851:tuexen2016-12-181-63/+70
* MFC r309744:tuexen2016-12-181-6/+7
* MFC r309682:tuexen2016-12-181-284/+281
* MFC r309607:tuexen2016-12-181-134/+76
* MFC r306082:tuexen2016-12-181-0/+5
* MFC r303927:tuexen2016-08-141-14/+31
* MFC r303792:tuexen2016-08-111-87/+139
* MFC r302904:tuexen2016-07-241-12/+27
* Fix a locking bug which only shows up on Mac OS X.tuexen2016-05-141-2/+2
* Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_ordertuexen2016-05-121-78/+72
* Use a format string in snprintf() for consistency.tuexen2016-05-121-2/+2
* Undo a spell fix introduced in r298942, which breaks compilation.tuexen2016-05-021-1/+1
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-021-7/+7
* Don't use the control argument after calling sctp_add_to_readq().tuexen2016-04-271-25/+30
* Address issues found by the XCode code analyzer.tuexen2016-04-181-28/+17
* Fix signed/unsigned warnings.tuexen2016-04-181-1/+1
* Fix a warning about an unused variable.tuexen2016-04-181-1/+1
* Put panic() calls under INVARIANTS.tuexen2016-04-181-0/+20
* Cleanup debug output.tuexen2016-04-181-39/+39
* Don't use anonymous unions.tuexen2016-04-181-1/+1
* This is work done by Michael Tuexen and myself at the IETF. Thisrrs2016-04-071-1393/+1581
* Improve compilation on windows 64-bit (for the userland stack).tuexen2016-03-271-9/+9
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-231-1/+1
* Stop processing of a SACK when the association has been aborted.tuexen2015-12-211-0/+1
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-031-0/+15
* Use the correct length. The wrong one was too large.tuexen2015-11-061-1/+1
* Fix typos in field names of struct sctp_extrcvinfo.tuexen2015-11-061-8/+8
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-121-39/+25
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-111-5/+1
* Don't take the port numbers for packets containing ABORT chunks fromtuexen2015-08-021-19/+5
* Fix a typo reported by Erik Cederstrand.tuexen2015-07-281-1/+1
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-1/+4
* Improve locking on Mac OS X. This does not change the functionalitytuexen2015-07-261-2/+25
* Fix and improve a debug message. The SID was reported as an SSN.tuexen2015-07-261-4/+4
* Fix several problems with Stream Reset.rrs2015-07-221-0/+1
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-28/+34
* Address some compiler warnings. No functional change.tuexen2015-05-281-3/+9
* Don't panic under INVARIANTS when receiving a SACK which cumackstuexen2015-04-261-9/+2
* Fix the bug in the handling of fragmented abandoned SCTP user messages report...tuexen2015-03-241-3/+5
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-7/+1
* This is the SCTP specific companion oftuexen2014-12-041-4/+4
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-3/+3
* Merge from projects/sendfile:glebius2014-11-301-3/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-7/+7
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-011-1/+1
* Initialize SCTP cmsg's and notification's buffer before copying outdelphij2014-07-081-0/+5
* Don't free an mbuf twice. This only happens in very rare errortuexen2014-04-231-1/+15
* Add consistency checks to ensure that fragments of a user messagetuexen2014-04-201-1/+36
OpenPOWER on IntegriCloud