aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Adds missing sysctl to manage the vtag_time_wait time. This willRandall Stewart2009-05-301-1/+6
* Fix a small memory leak from the nr-sack code - the mapping arrayRandall Stewart2009-05-301-18/+8
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-2/+10
* Add the add-stream capability. Still needs moreRandall Stewart2009-02-201-1/+1
* Have the jail code use the error returned to pass not constantRandall Stewart2009-02-131-7/+7
* - Cleanup checksum code.Randall Stewart2009-02-031-14/+30
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-4/+4
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-162/+259
* MFp4:Bjoern A. Zeeb2008-11-291-20/+15
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-271-1/+1
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().Randall Stewart2008-11-121-4/+9
* - When we close a socket with pending assoc's that are stillRandall Stewart2008-08-271-0/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+2
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-86/+178
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-17/+11
* More prep for Vimage:Randall Stewart2008-06-151-0/+16
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-187/+209
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-28/+144
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-310/+465
* Fixes a memory leak when VRF's are in play.Randall Stewart2008-02-221-0/+4
* - Fix a comment about prison.Randall Stewart2008-01-281-4/+5
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-9/+57
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-161-2/+7
* - Fix the one-2-one model to properly do a socantrecv()Randall Stewart2007-10-061-0/+1
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-0/+9
* - fix (global) address handling in the presence of duplicates, theRandall Stewart2007-09-211-80/+130
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-19/+19
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-0/+3
* - Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart2007-09-131-0/+1
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-20/+237
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-17/+8
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-17/+60
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-22/+97
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-161-4/+1
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-10/+20
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-5/+17
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-10/+30
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-34/+18
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-4/+4
* - Consolidate the code that free's chunks to actually alsoRandall Stewart2007-07-021-1/+0
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-5/+5
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchRandall Stewart2007-06-181-3/+5
* Back out last change to inpcb_free. Turns out we needRandall Stewart2007-06-171-3/+14
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)Randall Stewart2007-06-171-4/+2
* - Update the comment lines in sctp_input.cRandall Stewart2007-06-151-0/+2
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulRandall Stewart2007-06-151-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-20/+56
* - Fixed cookie handling to calc an RTO whenRandall Stewart2007-06-131-12/+18
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-8/+2