summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-071-1/+1
* Remove old debug code.tuexen2010-09-151-16/+0
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-69/+26
* Fix a rece condition in the shutdown handling.tuexen2010-06-181-0/+19
* 3 Fixes -rrs2010-06-111-0/+3
* Bruce's fix for some return's inrrs2010-06-061-0/+8
* This fixes a bug with the one-2-one model socket when arrs2010-05-111-1/+6
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-2/+2
* * Fix another u_long -> uint32_t issue.tuexen2010-02-191-0/+11
* Bug fix: If the allocation of a socket failed and werrs2010-01-171-1/+7
* This change syncs up the socketAPI stream-resetrrs2010-01-171-2/+2
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-171-1/+1
* Support for VNET in SCTP (hopefully)rrs2009-09-171-1/+1
* Fix a bug reported by Daniel Mentz:tuexen2009-09-161-2/+7
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+4
* Fix the add stream feature of strm-reset to really work:rrs2009-02-271-4/+49
* Add the add-stream capability. Still needs morerrs2009-02-201-2/+59
* Have the jail code use the error returned to pass not constantrrs2009-02-131-20/+16
* - Cleanup checksum code.rrs2009-02-031-0/+22
* Code from the hack-session known as the IETF (and arrs2008-12-061-16/+123
* MFp4:bz2008-11-291-21/+56
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.rrs2008-10-181-3/+5
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-18/+126
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-4/+1
* More prep for Vimage:rrs2008-06-151-17/+0
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-26/+41
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-1/+1
* Allow SCTP to compile without INET6.rrs2008-04-161-83/+132
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-141-2/+35
* - More fixes for lock misses on the transfer of data torrs2007-12-071-0/+5
* - More fixes for the non-blocking msg send, had the skip of the pre-blockrrs2007-12-041-1/+1
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-0/+1
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-0/+2
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-0/+10
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-5/+5
* - send call has a reference to uio->uio_resid inrrs2007-09-081-94/+90
* - Locking compatiability changes. This involves addingrrs2007-09-081-15/+32
* - During shutdown pending, when the last sack came in andrrs2007-08-271-2/+6
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-30/+241
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-2/+1
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-061-1/+2
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+5
* - remove duplicate code from sctp_asconf.crrs2007-07-211-4/+6
* - added pre-checks to the bindx call.rrs2007-07-171-15/+75
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-2/+129
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-5/+4
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-1/+2
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-21/+17
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-126/+8
OpenPOWER on IntegriCloud