summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_uio.h
Commit message (Expand)AuthorAgeFilesLines
* Make stream our stream reset implementationrrs2012-03-291-20/+53
* Fix unused parameter warnings.tuexen2011-12-171-2/+2
* Move up the address to the top of the sctp_udencaps structuretuexen2011-11-241-1/+1
* Move up the address to the top of the sctp_paddrthlds structuretuexen2011-11-241-1/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+6
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-2/+5
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-14/+14
* Add the missing sca_keylength field to the sctp_authkey structure,tuexen2011-06-301-0/+1
* Add support for SCTP_PR_SCTP_NONE which I misded to add.tuexen2011-06-271-1/+2
* Add SCTP_DEFAULT_PRINFO socket option.tuexen2011-06-161-0/+6
* * Fix the handling of addresses in sctp_sendv().tuexen2011-06-161-0/+1
* Add support for the newly added SCTP API.tuexen2011-06-151-18/+111
* Improvements to CC modules:rrs2011-02-261-0/+5
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Fix a bug in the way ECN-Echo chunkrrs2011-01-281-2/+3
* Add stream scheduling support.tuexen2011-01-231-0/+6
* Fix it so we align with new socket API draft forrrs2011-01-201-21/+0
* Fix a typo.tuexen2011-01-011-1/+1
* Adds new dtrace for cwnd functions and lay'srrs2010-11-251-1/+1
* Add an SCTP socket option to retrieve the number of timeoutstuexen2010-11-161-0/+11
* Fix typos.brucec2010-11-091-9/+9
* Implement correct handling of address parameter andtuexen2010-09-051-1/+17
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-241-1/+5
* Use [] instead of [0] for flexible arrays.tuexen2010-01-221-8/+8
* This change syncs up the socketAPI stream-resetrrs2010-01-171-13/+16
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-161-1/+0
* Get rid of unused field. This will also be deletedtuexen2009-07-271-1/+0
* Make sctp_uio user to kernel structure match therrs2009-05-301-2/+2
* ABI expansions to hopefully future-proof our MIB/netstat code for 8.0rrs2009-05-071-2/+4
* Add more padding and a new variable. This willrrs2009-04-081-5/+5
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+3
* Add the add-stream capability. Still needs morerrs2009-02-201-4/+3
* Move the new rwnd field down to the very endrrs2009-02-131-1/+1
* Add padding to then end of the xsctp_xxx structures torrs2009-02-091-0/+4
* - Cleanup checksum code.rrs2009-02-031-0/+8
* Code from the hack-session known as the IETF (and arrs2008-12-061-9/+23
* - Peers rwnd is now available for the MIB.rrs2008-10-181-0/+1
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-2/+2
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-2/+2
* - Define changes in sctp.hrrs2008-05-201-0/+1
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-1/+1
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-0/+16
* - send call has a reference to uio->uio_resid inrrs2007-09-081-6/+13
* - During shutdown pending, when the last sack came in andrrs2007-08-271-0/+4
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-061-4/+12
* - Fix stream reset so it limits the number of streams that can be listedrrs2007-06-221-175/+180
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-0/+3
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-1/+1
* - fix send_failed notification contentsrrs2007-06-091-1/+1
* - Fixes so we won't try to start a timer when werrs2007-05-291-0/+3
OpenPOWER on IntegriCloud