summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up, no functional change.tuexen2012-03-151-3/+3
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-2/+7
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-47/+39
* Fix unused parameter warnings.tuexen2011-12-171-8/+8
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-26/+1
* Remove code with any effect.tuexen2011-05-031-3/+1
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-40/+90
* Fix bugs related to M_FLOWID:tuexen2011-02-071-0/+12
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-1/+1
* 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
OpenPOWER on IntegriCloud