aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Bjoern A. Zeeb2008-11-291-21/+56
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.Randall Stewart2008-10-181-3/+5
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-18/+126
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-4/+1
* More prep for Vimage:Randall Stewart2008-06-151-17/+0
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-26/+41
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-1/+1
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-83/+132
* Use the pru_flush infrastructure to avoid a panicRandall Stewart2008-04-141-2/+35
* - More fixes for lock misses on the transfer of data toRandall Stewart2007-12-071-0/+5
* - More fixes for the non-blocking msg send, had the skip of the pre-blockRandall Stewart2007-12-041-1/+1
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-0/+1
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-161-0/+2
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-0/+10
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-5/+5
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-94/+90
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-15/+32
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-2/+6
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-30/+241
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-161-2/+1
* - change number assignments for SHA225-512 (match artisyncRandall Stewart2007-08-061-1/+2
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-6/+5
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-4/+6
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-15/+75
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-2/+129
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-5/+4
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchRandall Stewart2007-06-181-1/+2
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-21/+17
* - Restructure so bindx functions are not done inline to socket optionRandall Stewart2007-06-121-126/+8
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-10/+4
* - fix initial pcb vrf setting when the initial vrf is not theRandall Stewart2007-06-021-2/+2
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-5/+20
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-75/+261
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-171-54/+73
* Two major items here:Randall Stewart2007-05-091-33/+33
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyRandall Stewart2007-05-081-4/+8
* - Static analyisis fixes for cisco's commit (this is equivilantRandall Stewart2007-05-081-6/+6
* - More macros for OS compatabiltyRandall Stewart2007-05-081-64/+28
* Fixes a missing unlock in the one-2-one hash table, ifRandall Stewart2007-05-041-0/+3
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-4/+4
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-04-221-5/+21
* - More work on making send lock contention.Randall Stewart2007-04-191-1/+5
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-11/+9
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-14/+15
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-7/+28
* - window update sacks sent incorrectly afterRandall Stewart2007-03-201-0/+4
* - errno -> becomes error in sctp_output.c and sctputil.cRandall Stewart2007-03-191-53/+30
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-674/+235