summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_os_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+6
* Remove some leftover debug code.tuexen2011-04-301-2/+0
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-0/+2
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Adds an experimental option to create a pool ofrrs2011-02-031-0/+1
* Fix typos.brucec2010-11-091-2/+2
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-8/+9
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-161-6/+0
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-171-1/+0
* Allow the UMA to free data. This resolves the UMA related bug reportedtuexen2009-11-171-2/+1
* Correct include order as indicated by bz.tuexen2009-10-101-2/+1
* Do not include vnet.h twice.tuexen2009-10-091-1/+0
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-3/+4
* Support for VNET in SCTP (hopefully)rrs2009-09-171-16/+9
* SCTP is not yet compatible with options VIMAGE kernels although it compileszec2009-08-141-0/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Unbreak options VIMAGE kernel builds.zec2009-05-061-0/+1
* - PR-SCTP bug, where the CUM-ACK was not being updatedrrs2009-03-041-1/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* - Cleanup checksum code.rrs2009-02-031-4/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-6/+3
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+21
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+1
* Get rid of ifdef for vimage on version 8 comparison. Now therrs2008-10-271-2/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-5/+8
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-0/+23
* - Fixes foobar on my part. Some missing virtualization macros fromrrs2008-06-141-3/+3
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-6/+13
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-0/+6
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* - The address lock is changed to a rwlock. Thisrrs2007-09-181-0/+2
* - Locking compatiability changes. This involves addingrrs2007-09-081-0/+1
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-2/+19
* - remove duplicate code from sctp_asconf.crrs2007-07-211-1/+0
* - added pre-checks to the bindx call.rrs2007-07-171-0/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-2/+2
* Fix a dangling netinet6 to netipsec transition for SCTP include files.gnn2007-07-011-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-4/+4
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-161-6/+3
* KTR_GEN -> KTR_SUBSYS (for Kris).rrs2007-06-151-2/+2
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-0/+13
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-0/+3
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-2/+1
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-12/+8
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-0/+9
* - Fixes so we won't try to start a timer when werrs2007-05-291-6/+26
* Two major items here:rrs2007-05-091-2/+10
OpenPOWER on IntegriCloud