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