aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/vinet.h
Commit message (Expand)AuthorAgeFilesLines
* Implement UDP control block support.Bjoern A. Zeeb2009-05-231-0/+2
* Make indentation more uniform accross vnet container structs.Marko Zec2009-05-021-141/+141
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-2/+0
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)Kip Macy2009-04-191-0/+1
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-0/+9
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-3/+31
* Add size-guards evaluated at compile-time to the main struct vnet_*Bjoern A. Zeeb2009-03-011-0/+3
* remove unnecessary #include from vnet.h and vinet.hLuigi Rizzo2009-02-151-3/+0
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.Lawrence Stewart2009-01-151-0/+4
* De-virtualize the MD5 context for TCP initial seq number generationBjoern A. Zeeb2008-12-131-2/+0
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-11/+10
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-2/+0
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-3/+14
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-2/+5
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+331