summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_os_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* Document the fact that multi-FIB support for SCTP had been backed outBjoern A. Zeeb2012-02-031-0/+6
* Remove some leftover debug code.Michael Tuexen2011-04-301-2/+0
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-0/+2
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Adds an experimental option to create a pool ofRandall Stewart2011-02-031-0/+1
* Fix typos.Rebecca Cran2010-11-091-2/+2
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withMichael Tuexen2010-08-291-8/+9
* Get rid of support of an old version of the SCTP-AUTH draft.Michael Tuexen2010-01-161-6/+0
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,Michael Tuexen2009-11-171-1/+0
* Allow the UMA to free data. This resolves the UMA related bug reportedMichael Tuexen2009-11-171-2/+1
* Correct include order as indicated by bz.Michael Tuexen2009-10-101-2/+1
* Do not include vnet.h twice.Michael Tuexen2009-10-091-1/+0
* Get SCTP working in combination with VIMAGE.Michael Tuexen2009-09-191-3/+4
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-16/+9
* SCTP is not yet compatible with options VIMAGE kernels although it compilesMarko Zec2009-08-141-0/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-3/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Unbreak options VIMAGE kernel builds.Marko Zec2009-05-061-0/+1
* - PR-SCTP bug, where the CUM-ACK was not being updatedRandall Stewart2009-03-041-1/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* - Cleanup checksum code.Randall Stewart2009-02-031-4/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-6/+3
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+21
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+1
* Get rid of ifdef for vimage on version 8 comparison. Now theRandall Stewart2008-10-271-2/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-4/+4
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-5/+8
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-0/+23
* - Fixes foobar on my part. Some missing virtualization macros fromRandall Stewart2008-06-141-3/+3
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-6/+13
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+6
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+1
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-0/+2
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-0/+1
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-2/+19
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-1/+0
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-0/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-2/+2
* Fix a dangling netinet6 to netipsec transition for SCTP include files.George V. Neville-Neil2007-07-011-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-4/+4
* - Matthew's changes to get inlines out, plus a few of my ownRandall Stewart2007-06-161-6/+3
* KTR_GEN -> KTR_SUBSYS (for Kris).Randall Stewart2007-06-151-2/+2
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-0/+13
* - Restructure so bindx functions are not done inline to socket optionRandall Stewart2007-06-121-0/+3
* - fix initial pcb vrf setting when the initial vrf is not theRandall Stewart2007-06-021-2/+1
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-011-12/+8
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-301-0/+9
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-6/+26
* Two major items here:Randall Stewart2007-05-091-2/+10