summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* More issues with pre-blocking:rrs2008-10-271-4/+10
* Two inter-related bugs.rrs2008-10-271-2/+8
* - Adapt layer indication was always being given (it should onlyrrs2008-10-181-33/+28
* - Make strict-sacks be the default.rrs2008-08-281-0/+1
* Make the kernel compile with SCTP and SCTP_DEBUG butbz2008-08-241-1/+2
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-1/+19
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-13/+17
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-130/+193
* - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.rrs2008-05-211-90/+95
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-131/+527
* Allow SCTP to compile without INET6.rrs2008-04-161-280/+491
* 1) adds some additional loggingrrs2008-04-141-1/+106
* - Takes out stray ifdef code that should not have been present.rrs2008-02-221-5/+0
* - More fixes for lock misses on the transfer of data torrs2007-12-071-103/+119
* - optimize the initialization of the SB max variables.rrs2007-12-061-7/+11
* - More fixes for the non-blocking msg send, had the skip of the pre-blockrrs2007-12-041-3/+4
* - Opps, signedness issue with one of the new var's (this is an issuerrs2007-12-041-1/+1
* - Found a problem in non-blocking sends. Whenrrs2007-12-041-71/+96
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-2/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-0/+11
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-7/+34
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-6/+6
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-2/+2
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-1/+10
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-5/+7
* - send call has a reference to uio->uio_resid inrrs2007-09-081-20/+86
* - Locking compatiability changes. This involves addingrrs2007-09-081-40/+70
* - During shutdown pending, when the last sack came in andrrs2007-08-271-94/+207
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-67/+196
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-41/+48
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-50/+62
* - remove duplicate code from sctp_asconf.crrs2007-07-211-1/+3
* - added pre-checks to the bindx call.rrs2007-07-171-8/+18
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-41/+160
* - 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
OpenPOWER on IntegriCloud