summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-10/+10
* - Two more static analisys bugs found by cisco's tool on a subsequentrrs2007-06-181-2/+3
* Add additional logging level mask for packet_logging too.rrs2007-06-181-8/+16
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-171-4/+3
* - Better handle sending large pkt-drops. We were not trimingrrs2007-06-161-12/+20
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-161-6/+6
* When removing a stream from the output-stream-wheel, if its therrs2007-06-151-0/+10
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-98/+112
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-1/+1
* - Opps.. takes out debug printfs I accidentally left in :-(rrs2007-06-091-7/+0
* - fix send_failed notification contentsrrs2007-06-091-36/+30
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-4/+5
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-24/+15
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.crrs2007-05-301-39/+38
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-1/+1
* - Fixes so we won't try to start a timer when werrs2007-05-291-6/+32
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-10/+41
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-5/+9
* Two major items here:rrs2007-05-091-375/+214
* - 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-53/+54
* - More macros for OS compatabiltyrrs2007-05-081-173/+292
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-135/+203
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-0/+7
* - More work on making send lock contention.rrs2007-04-191-34/+97
* - Add more comments to sctps_stats struture in sctp_uio.hrrs2007-04-151-219/+171
* - fix source address selection when picking an acceptable addressrrs2007-04-141-92/+118
* - fixed several places where we did not release INP locks.rrs2007-04-031-91/+97
* - Found bug in min split point bundling which causedrrs2007-03-311-131/+162
* - window update sacks sent incorrectly afterrrs2007-03-201-20/+15
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-191-17/+86
* - Sysctl's move to seperate filerrs2007-03-151-121/+1350
* - Copyright updates (aka 2007)rrs2007-02-121-17/+39
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-84/+28
* - Macroizes the V6ONLY flag check.rrs2007-01-151-29/+71
* a) macro-ization of all mbuf and random numberrrs2006-12-291-542/+423
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-41/+143
* In a true restart case, the send_lock wasrrs2006-11-111-2/+11
* Turns out we would reset the TSN seq counter duringrrs2006-11-111-8/+14
* This patch fixes a LOR that happens during INIT-ACK collision.rrs2006-11-101-9/+13
* -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-9/+9
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+10378
OpenPOWER on IntegriCloud