summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a locking issue reported by brucec@ affectingtuexen2010-11-131-1/+2
* Improve the scalability by using the local and remote port whentuexen2010-11-091-30/+33
* Fix typos.brucec2010-11-091-16/+16
* Fix a locking issue which shows up when the code is usedtuexen2010-09-191-3/+3
* Remove old debug code.tuexen2010-09-151-13/+0
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-2/+8
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-2/+2
* Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239tuexen2010-09-011-1/+1
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-4/+2
* Make sure that we report chunks if a socketrrs2010-07-261-7/+29
* Fix a bug that WILL cause a panic. Basicallyrrs2010-07-021-2/+2
* Fix a bug I introduced in r209470.tuexen2010-06-241-2/+2
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking thetuexen2010-06-231-57/+151
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong duetuexen2010-06-141-12/+17
* 3 Fixes -rrs2010-06-111-39/+11
* Found by Michael. In cases where we runrrs2010-06-091-0/+2
* Fix serveral bugs all having to do with freeing anrrs2010-06-091-22/+38
* Opps... my bad.. we don't need a SOCK_UNLOCK() afterrrs2010-06-071-1/+0
* Fix so we call socantrcvmore_locked so werrs2010-06-071-1/+1
* 1) Optimize the cleanup and don't always depend onrrs2010-06-061-3/+10
* Ok, yet another bug in killing off all the hundredsrrs2010-06-061-1/+3
* Fix a bug in the sctp_inpcb_free. Basically if the socketrrs2010-06-061-0/+4
* Hopefully this fixes a LOR by makingrrs2010-06-061-22/+17
* This fixes a bug in the close up of a socket thatrrs2010-06-051-2/+15
* This adds back the Iterator to the sctprrs2010-05-161-85/+97
* This fixes a bug with the one-2-one model socket when arrs2010-05-111-4/+5
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-82/+42
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-241-0/+5
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-161-16/+1
* Correct usage of parenthesis.tuexen2010-01-041-2/+2
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-171-7/+7
* Fix a memory leak when destroying an SCTP stack.tuexen2009-11-171-10/+27
* Fix a race condition where a mutex was destroyed while sleeping on it.tuexen2009-10-111-1/+0
* Fix handling of sctp_drain().tuexen2009-09-201-5/+8
* Fix the disabling of sctp_drain().tuexen2009-09-191-5/+4
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-13/+22
* Support for VNET in SCTP (hopefully)rrs2009-09-171-14/+14
* Fixes two bugs:rrs2009-09-131-1/+9
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-2/+5
* Adds missing sysctl to manage the vtag_time_wait time. This willrrs2009-05-301-1/+6
* Fix a small memory leak from the nr-sack code - the mapping arrayrrs2009-05-301-18/+8
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+10
* Add the add-stream capability. Still needs morerrs2009-02-201-1/+1
* Have the jail code use the error returned to pass not constantrrs2009-02-131-7/+7
* - Cleanup checksum code.rrs2009-02-031-14/+30
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-4/+4
* Code from the hack-session known as the IETF (and arrs2008-12-061-162/+259
* MFp4:bz2008-11-291-20/+15
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-1/+1
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-4/+9
OpenPOWER on IntegriCloud