summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_os_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r271643:tuexen2014-09-181-1/+1
* MFC r270673:tuexen2014-09-181-11/+5
* MFC r268537:tuexen2014-08-221-16/+16
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-2/+2
* All changes affect only SCTP-AUTH:tuexen2013-09-021-14/+12
* Reorder the mbuf defines to make more sense and group related flagsandre2013-08-191-1/+1
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-0/+2
* Move the SCTP specific definition of M_NOTIFICATION onto a protocolandre2013-08-191-0/+5
* Withdraw http://svnweb.freebsd.org/changeset/base/250809tuexen2013-05-241-2/+0
* Initialize the fibnum for outgoing packets to 0. This avoidstuexen2013-05-191-0/+2
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-13/+0
* Do packet logging in a consistent way.tuexen2012-06-241-1/+1
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+6
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-8/+10
* 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
OpenPOWER on IntegriCloud