summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* - Cleanup checksum code.rrs2009-02-031-0/+1
* Code from the hack-session known as the IETF (and arrs2008-12-061-8/+15
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-1/+1
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-0/+2
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+2
* More prep for Vimage:rrs2008-06-151-1/+1
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-1/+25
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-1/+2
* Allow SCTP to compile without INET6.rrs2008-04-161-0/+3
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-301-1/+3
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-2/+2
* - send call has a reference to uio->uio_resid inrrs2007-09-081-3/+18
* - During shutdown pending, when the last sack came in andrrs2007-08-271-0/+2
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-0/+1
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-4/+3
* - remove duplicate code from sctp_asconf.crrs2007-07-211-1/+1
* - added pre-checks to the bindx call.rrs2007-07-171-2/+17
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-3/+1
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-151-0/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-3/+5
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-6/+10
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-2/+5
* - 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-0/+1
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-1/+5
* Two major items here:rrs2007-05-091-4/+4
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - More macros for OS compatabiltyrrs2007-05-081-5/+23
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-2/+2
* Moves the PCB features and flags from sctp_pcb.h torrs2007-04-221-53/+0
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-4/+5
* - fixed several places where we did not release INP locks.rrs2007-04-031-3/+2
* - Found bug in min split point bundling which causedrrs2007-03-311-11/+13
* Adds a hash table to speed local address lookuprrs2007-03-191-0/+3
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-191-1/+0
* - Sysctl's move to seperate filerrs2007-03-151-25/+116
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-31/+2
* - Macroizes the V6ONLY flag check.rrs2007-01-151-6/+3
* a) macro-ization of all mbuf and random numberrrs2006-12-291-1/+0
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-1/+12
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+504
OpenPOWER on IntegriCloud