summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-241-0/+5
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-161-16/+1
* Correct usage of parenthesis.tuexen2010-01-041-2/+2
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-171-7/+7
* Fix a memory leak when destroying an SCTP stack.tuexen2009-11-171-10/+27
* Fix a race condition where a mutex was destroyed while sleeping on it.tuexen2009-10-111-1/+0
* Fix handling of sctp_drain().tuexen2009-09-201-5/+8
* Fix the disabling of sctp_drain().tuexen2009-09-191-5/+4
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-13/+22
* Support for VNET in SCTP (hopefully)rrs2009-09-171-14/+14
* Fixes two bugs:rrs2009-09-131-1/+9
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-2/+5
* Adds missing sysctl to manage the vtag_time_wait time. This willrrs2009-05-301-1/+6
* Fix a small memory leak from the nr-sack code - the mapping arrayrrs2009-05-301-18/+8
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+10
* Add the add-stream capability. Still needs morerrs2009-02-201-1/+1
* Have the jail code use the error returned to pass not constantrrs2009-02-131-7/+7
* - Cleanup checksum code.rrs2009-02-031-14/+30
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-4/+4
* Code from the hack-session known as the IETF (and arrs2008-12-061-162/+259
* MFp4:bz2008-11-291-20/+15
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-4/+9
* - When we close a socket with pending assoc's that are stillrrs2008-08-271-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+2
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-86/+178
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-17/+11
* More prep for Vimage:rrs2008-06-151-0/+16
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-187/+209
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-29/+145
* Allow SCTP to compile without INET6.rrs2008-04-161-320/+475
* Fixes a memory leak when VRF's are in play.rrs2008-02-221-0/+4
* - Fix a comment about prison.rrs2008-01-281-4/+5
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-9/+57
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-2/+7
* - Fix the one-2-one model to properly do a socantrecv()rrs2007-10-061-0/+1
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-0/+9
* - fix (global) address handling in the presence of duplicates, therrs2007-09-211-80/+130
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-19/+19
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-0/+3
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-0/+1
* - send call has a reference to uio->uio_resid inrrs2007-09-081-20/+237
* - Locking compatiability changes. This involves addingrrs2007-09-081-17/+8
* - During shutdown pending, when the last sack came in andrrs2007-08-271-17/+60
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-22/+97
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-4/+1
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-10/+20
* - remove duplicate code from sctp_asconf.crrs2007-07-211-5/+17
* - added pre-checks to the bindx call.rrs2007-07-171-10/+30
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-34/+18
OpenPOWER on IntegriCloud