summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-4/+4
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-1/+0
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-5/+5
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-3/+5
* Back out last change to inpcb_free. Turns out we needrrs2007-06-171-3/+14
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-171-4/+2
* - Update the comment lines in sctp_input.crrs2007-06-151-0/+2
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-151-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-20/+56
* - Fixed cookie handling to calc an RTO whenrrs2007-06-131-12/+18
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-8/+2
* - RTO was not being initialized to 0, thus the rtt calculationrrs2007-06-081-1/+5
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-24/+14
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-4/+38
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-2/+2
* - Fixes so we won't try to start a timer when werrs2007-05-291-27/+33
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-83/+68
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-16/+29
* Two major items here:rrs2007-05-091-163/+96
* - 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/+5
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-39/+44
* - More macros for OS compatabiltyrrs2007-05-081-58/+181
* Fixes a missing unlock in the one-2-one hash table, ifrrs2007-05-041-0/+1
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-54/+109
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-1/+4
OpenPOWER on IntegriCloud