summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r269858:tuexen2014-08-221-0/+2
* MFC r269527:tuexen2014-08-221-0/+1
* MFC r269481:tuexen2014-08-221-0/+1
* MFC r269475:tuexen2014-08-221-0/+1
* MFC r269448:tuexen2014-08-221-0/+1
* MFC r269436, r269445:tuexen2014-08-221-1/+1
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-121-1/+1
* Send the adaptation layer indication only if set by the user.tuexen2013-02-111-0/+1
* Add support for SCTP/UDP/IPV6.tuexen2012-11-171-1/+6
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-3/+4
* Use consistent text at the begining of the files.tuexen2012-05-231-6/+5
* Make stream our stream reset implementationrrs2012-03-291-0/+1
* Fix unused parameter warnings.tuexen2011-12-171-6/+6
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+1
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-0/+4
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-1/+3
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-031-0/+1
* Fix the per CPU stats so that:rrs2011-02-031-2/+4
* Adds an experimental option to create a pool ofrrs2011-02-031-0/+6
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-0/+1
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-1/+1
* Add stream scheduling support.tuexen2011-01-231-0/+1
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-0/+1
* This does two changes:rrs2010-06-051-0/+6
* This adds back the Iterator to the sctprrs2010-05-161-8/+1
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-1/+1
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-241-0/+4
* Support for VNET in SCTP (hopefully)rrs2009-09-171-1/+1
* - Cleanup checksum code.rrs2009-02-031-0/+1
* Code from the hack-session known as the IETF (and arrs2008-12-061-8/+15
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-1/+1
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-0/+2
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+2
* More prep for Vimage:rrs2008-06-151-1/+1
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-1/+25
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-1/+2
* Allow SCTP to compile without INET6.rrs2008-04-161-0/+3
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-1/+3
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-2/+2
* - send call has a reference to uio->uio_resid inrrs2007-09-081-3/+18
* - During shutdown pending, when the last sack came in andrrs2007-08-271-0/+2
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-0/+1
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-4/+3
* - remove duplicate code from sctp_asconf.crrs2007-07-211-1/+1
* - added pre-checks to the bindx call.rrs2007-07-171-2/+17
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-3/+1
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-151-0/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-3/+5
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-6/+10
OpenPOWER on IntegriCloud