summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r269376:tuexen2014-08-221-2/+4
* MFC r268537:tuexen2014-08-221-8/+8
* MFC r264679:tuexen2014-06-221-0/+1
* MFC r263237:tuexen2014-06-221-1/+2
* Add support for SCTP/UDP/IPV6.tuexen2012-11-171-4/+0
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-4/+5
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-3/+7
* Remove an unused parameter.tuexen2012-06-021-1/+1
* Small cleanups. No functional change.tuexen2012-06-011-2/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-7/+4
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-2/+2
* 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-2/+3
* Make stream our stream reset implementationrrs2012-03-291-0/+6
* Fix unused parameter warnings.tuexen2011-12-171-6/+5
* Get rid of unused functions.tuexen2011-05-291-14/+0
* Some more cleanups related to an kernel without INET.tuexen2011-05-021-1/+5
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-1/+1
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-071-1/+2
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-1/+1
* lagging file I forgot to commit with my nr-sack fixes... oppsrrs2010-03-241-2/+0
* Fixes a bug where SACKs in the face ofrrs2010-03-231-1/+1
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-4/+0
* Turns out that when a receiver forwards through its TNS's therrs2009-07-281-0/+3
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-2/+1
* - Cleanup checksum code.rrs2009-02-031-2/+0
* Code from the hack-session known as the IETF (and arrs2008-12-061-1/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+1
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-2/+5
* Allow SCTP to compile without INET6.rrs2008-04-161-1/+3
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-1/+1
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-1/+1
* - Locking compatiability changes. This involves addingrrs2007-09-081-6/+34
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-0/+5
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-0/+2
* - added pre-checks to the bindx call.rrs2007-07-171-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-57/+1
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-0/+8
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-2/+2
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-4/+4
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-3/+5
* Two major items here:rrs2007-05-091-7/+7
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-1/+1
* - More macros for OS compatabiltyrrs2007-05-081-3/+23
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-4/+9
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-1/+1
* - More work on making send lock contention.rrs2007-04-191-0/+5
* Fix stupid syntax error - Pointy hat to me :-(rrs2007-04-151-7/+7
OpenPOWER on IntegriCloud