summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263237:tuexen2014-06-221-25/+2
* MFC r259943:tuexen2014-01-071-1/+1
* MFC r256556:tuexen2013-11-211-14/+34
* Micro-optimization suggested intuexen2013-08-011-4/+3
* Send the adaptation layer indication only if set by the user.tuexen2013-02-111-0/+1
* Don't send kernel provided information in the User Initiatedtuexen2013-02-111-22/+10
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-22/+40
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-17/+16
* Some cleanups.tuexen2012-12-271-15/+9
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Allow shutdown() to be used on fds returned from sctp_peeloff().tuexen2012-11-261-1/+2
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+1
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-10/+4
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-1/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-4/+4
* Whitespace cleanup.tuexen2012-06-251-4/+4
* Remove redundant #ifdef. Reported by gnn@.tuexen2012-06-211-2/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-131-9/+9
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-6/+2
* Address clang warnings.tuexen2012-05-061-4/+2
* Remove debug code.tuexen2012-05-061-10/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.tuexen2012-05-061-0/+6
* Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,tuexen2012-05-051-19/+15
* Add support for the SCTP_ENABLE_STREAM_RESET socket option totuexen2012-05-041-5/+30
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT astuexen2012-05-041-0/+12
* Add support for missing gauth_number_of_chunks field. This Bug wastuexen2012-04-301-0/+3
* Whitespace changes.tuexen2012-04-281-3/+0
* Whitespace changes.tuexen2012-04-191-1/+1
* Remove duplicate condition in if statement.tuexen2012-04-061-1/+0
* Make stream our stream reset implementationrrs2012-03-291-114/+163
* Clean up, no functional change.tuexen2012-03-151-16/+11
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Fix two bugs, which result in a panic when calling getsockopt()tuexen2012-01-141-2/+2
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-34/+27
* Fix unused parameter warnings.tuexen2011-12-171-11/+8
* Fix a bug reported by Irene Ruengeler which resulted in not sendingtuexen2011-12-101-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-1/+169
* Use the most significant 6 bits of the dscp instead of the leasttuexen2011-10-111-7/+7
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-19/+29
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-1/+1
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-9/+5
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-28/+48
* Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets.tuexen2011-08-161-37/+114
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-23/+14
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-100/+410
* Add the missing sca_keylength field to the sctp_authkey structure,tuexen2011-06-301-1/+11
* Add SCTP_DEFAULT_PRINFO socket option.tuexen2011-06-161-0/+74
* Add support for the newly added SCTP API.tuexen2011-06-151-435/+1054
OpenPOWER on IntegriCloud