summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-127/+13
* - Macroizes the V6ONLY flag check.rrs2007-01-151-9/+21
* a) macro-ization of all mbuf and random numberrrs2006-12-291-127/+120
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-16/+202
* Fixes an issue with handling of stream reset. When arrs2006-11-091-1/+0
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-6/+28
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-061-1/+8
* More 64 bit pointer fun.rrs2006-11-031-1/+1
* Fix two of the 64bit errors on the printfs.rrs2006-11-031-4/+2
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+4852
OpenPOWER on IntegriCloud