summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+7
* Fix the add stream feature of strm-reset to really work:rrs2009-02-271-38/+69
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* Add the add-stream capability. Still needs morerrs2009-02-201-1/+75
* - Cleanup checksum code.rrs2009-02-031-26/+20
* Code from the hack-session known as the IETF (and arrs2008-12-061-26/+352
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-2/+1
* - Out with some printfs.rrs2008-07-291-3/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-2/+6
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-44/+59
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-41/+63
* - Define changes in sctp.hrrs2008-05-201-1/+9
* Allow SCTP to compile without INET6.rrs2008-04-161-25/+42
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-141-1/+28
* Correct two problems relating to sorflush(), which is called to flushrwatson2008-01-311-1/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-42/+23
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-32/+54
* - For the 1-to-1 model, fix an off by one error thatrrs2007-09-161-1/+1
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-10/+18
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-0/+1
* - Added some comments to tell where the htcprrs2007-09-101-2/+2
* - send call has a reference to uio->uio_resid inrrs2007-09-081-10/+42
* - Locking compatiability changes. This involves addingrrs2007-09-081-41/+328
* - During shutdown pending, when the last sack came in andrrs2007-08-271-43/+81
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-47/+120
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-7/+3
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-061-0/+12
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-2/+7
* - remove duplicate code from sctp_asconf.crrs2007-07-211-2/+13
* - added pre-checks to the bindx call.rrs2007-07-171-6/+17
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-149/+87
* 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
OpenPOWER on IntegriCloud