summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.tuexen2010-09-151-3/+5
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-1/+9
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-1/+6
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-1/+1
* Support for VNET in SCTP (hopefully)rrs2009-09-171-4/+4
* - Cleanup checksum code.rrs2009-02-031-4/+17
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-4/+4
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-6/+20
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-3/+3
* - Have SCTP use the new pru_flush functionalityrrs2008-04-141-0/+1
* 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
OpenPOWER on IntegriCloud