summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up VCS Ids.obrien2007-12-101-1/+1
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-1/+1
* - send call has a reference to uio->uio_resid inrrs2007-09-081-10/+119
* - Locking compatiability changes. This involves addingrrs2007-09-081-2/+2
* - During shutdown pending, when the last sack came in andrrs2007-08-271-196/+25
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-14/+53
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-2/+2
* - remove duplicate code from sctp_asconf.crrs2007-07-211-1/+1
* - added pre-checks to the bindx call.rrs2007-07-171-2/+2
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-3/+3
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-16/+4
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-4/+4
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-2/+8
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-171-0/+3
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-2/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-7/+1
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-1/+4
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-10/+4
* - Fixes so we won't try to start a timer when werrs2007-05-291-0/+4
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-2/+24
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-0/+1
* Two major items here:rrs2007-05-091-24/+18
* - 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-3/+6
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-1/+1
* - More macros for OS compatabiltyrrs2007-05-081-17/+26
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-0/+2
* - fix source address selection when picking an acceptable addressrrs2007-04-141-28/+22
* - fixed several places where we did not release INP locks.rrs2007-04-031-14/+12
* - Found bug in min split point bundling which causedrrs2007-03-311-8/+0
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-191-21/+7
* - Sysctl's move to seperate filerrs2007-03-151-20/+22
* - Copyright updates (aka 2007)rrs2007-02-121-3/+6
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-105/+17
* - Macroizes the V6ONLY flag check.rrs2007-01-151-16/+5
* a) macro-ization of all mbuf and random numberrrs2006-12-291-26/+14
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-3/+12
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-10/+29
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-061-1/+8
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-051-4/+5
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ Irrs2006-11-031-0/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+1370
OpenPOWER on IntegriCloud