summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-1/+1
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-15/+64
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-2/+2
* - Fix type casts in calling sctp_m_getptr, it expects a int notrrs2007-06-221-2/+2
* - Fix stream reset so it limits the number of streams that can be listedrrs2007-06-221-15/+45
* Add additional logging level mask for packet_logging too.rrs2007-06-181-1/+2
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-171-0/+2
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-161-2/+2
* - Update the comment lines in sctp_input.crrs2007-06-151-6/+4
* - Issue one, new stack reduction left packet_drop handling stillrrs2007-06-151-10/+9
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-30/+28
* - Fixed cookie handling to calc an RTO whenrrs2007-06-131-42/+25
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-0/+5
* - Opps.. takes out debug printfs I accidentally left in :-(rrs2007-06-091-9/+0
* - fix send_failed notification contentsrrs2007-06-091-3/+12
* - RTO was not being initialized to 0, thus the rtt calculationrrs2007-06-081-1/+1
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-64/+46
* - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.crrs2007-05-301-24/+33
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-1/+2
* Adds gcc attribute to prevent inlining of a function. Ifrrs2007-05-291-5/+8
* - Fixes so we won't try to start a timer when werrs2007-05-291-10/+34
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-19/+15
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-1/+5
* Two major items here:rrs2007-05-091-433/+236
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-86/+127
* - More macros for OS compatabiltyrrs2007-05-081-68/+106
* Two bugs:rrs2007-05-061-0/+22
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-18/+103
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-7/+1
* - More work on making send lock contention.rrs2007-04-191-0/+3
* - fix source address selection when picking an acceptable addressrrs2007-04-141-17/+3
* - fixed several places where we did not release INP locks.rrs2007-04-031-17/+43
* - Found bug in min split point bundling which causedrrs2007-03-311-19/+11
* - window update sacks sent incorrectly afterrrs2007-03-201-1/+0
* - Sysctl's move to seperate filerrs2007-03-151-28/+21
* - Copyright updates (aka 2007)rrs2007-02-121-19/+41
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-59/+37
* - Macroizes the V6ONLY flag check.rrs2007-01-151-11/+73
* a) macro-ization of all mbuf and random numberrrs2006-12-291-107/+64
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-69/+167
* In a true restart case, the send_lock wasrrs2006-11-111-12/+38
* Turns out we would reset the TSN seq counter duringrrs2006-11-111-7/+23
* Fixes an issue with handling of stream reset. When arrs2006-11-091-3/+3
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-0/+3
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-051-5/+7
* Remove bogus casts that Randall for some reason didn't borrowru2006-11-041-1/+1
* More 64 bit pointer fun.rrs2006-11-031-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+4749
OpenPOWER on IntegriCloud