summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r317597:tuexen2017-06-011-0/+90
* MFC r317457:tuexen2017-06-011-2/+2
* MFC r310590:tuexen2016-12-291-81/+97
* MFC r309851:tuexen2016-12-181-1/+1
* MFC r309682:tuexen2016-12-181-33/+34
* MFC r309607:tuexen2016-12-181-78/+24
* MFC r304736:tuexen2016-08-301-8/+8
* MFC r304543:tuexen2016-08-251-3/+3
* MFC r304146:tuexen2016-08-181-2/+2
* MFC r303792:tuexen2016-08-111-13/+19
* This patch fixes two bugs related to the SCTP message recoverytuexen2016-06-261-37/+50
* Fix a bug in the handling of non-blocking SCTP 1-to-1 sockets. When usingtuexen2016-06-231-43/+16
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,tuexen2016-06-231-4/+2
* Use a separate MID counter for ordered und unordered messages for eachtuexen2016-06-081-5/+27
* Fix a bug introduced by the implementation of I-DATA support.tuexen2016-05-131-2/+10
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-021-1/+1
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().tuexen2016-04-301-2/+6
* Don't assign, just compare...tuexen2016-04-291-2/+2
* Add support for handling ICMP and ICMP6 messages sent in responsetuexen2016-04-291-2/+264
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-281-2/+2
* Remove a function, which is not used anymore.tuexen2016-04-231-153/+0
* Address issues found by the XCode code analyzer.tuexen2016-04-181-3/+9
* Put panic() calls under INVARIANTS.tuexen2016-04-181-0/+4
* A couple of minor changes that I missed that Michael had done, most notedrrs2016-04-071-1/+1
* This is work done by Michael Tuexen and myself at the IETF. Thisrrs2016-04-071-56/+60
* Improve compilation on windows 64-bit (for the userland stack).tuexen2016-03-271-30/+36
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-231-2/+2
* Whitespace changes.tuexen2016-02-161-1/+4
* Improve the teardown of the SCTP stack.tuexen2016-02-161-1/+17
* Store the timer type for logging, because the timer can be freedtuexen2016-01-131-8/+9
* Fix the allocation of outgoing streams:tuexen2015-12-061-2/+2
* When receiving an SCTP/UDP packet and the interface performedtuexen2015-11-261-0/+12
* Fix typos in field names of struct sctp_extrcvinfo.tuexen2015-11-061-14/+14
* Use __func__ instead of __FUNCTION__.tuexen2015-10-191-4/+4
* Add a NULL pointer check to silence the clang code analyzer.tuexen2015-09-041-0/+3
* Use 5 times RTO.Max as the default for the shutdown guard timertuexen2015-08-291-1/+5
* Fix the exporting of SCTP association states to userland. Without this,tuexen2015-08-291-0/+43
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-1/+4
* Fix several problems with Stream Reset.rrs2015-07-221-1/+2
* Add FIB support for SCTP.tuexen2015-06-171-4/+4
* Some more debug info cleanup.tuexen2015-05-281-10/+20
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-4/+4
* Address some compiler warnings. No functional change.tuexen2015-05-281-3/+2
* Fix an accounting bug related to the per stream chunk counter.tuexen2015-03-241-6/+2
* Keep track on the socket lock state. This fixes a bug showing up ontuexen2015-03-101-8/+12
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* Remove dead code.tuexen2015-01-121-10/+0
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-4/+18
* Don't check twice that inp is not NULL.tuexen2014-12-211-12/+3
* Fix the support of mapped IPv4 addresses.tuexen2014-12-061-27/+45
OpenPOWER on IntegriCloud