aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+14
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-9/+9
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-11/+27
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-171-3/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+3
* More cleanup in preparation of ipfw relocation (no actual code change):Luigi Rizzo2009-06-051-1/+9
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-0/+5
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-19/+0
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-2/+4
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+1
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-12/+0
* Another V_ forgottenJulian Elischer2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+1
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-7/+30
* Some local and style(9) cleanups.Andre Oppermann2007-04-041-31/+36
* Fix a long-standing limitation in IPv4 multicast group membership.Bruce M Simpson2006-05-141-2/+3
* Move MAX_IPOPTLEN and struct ipoption back into ip_var.h asAndre Oppermann2005-11-191-0/+13
* Consolidate all IP Options handling functions into ip_options.[ch] andAndre Oppermann2005-11-181-17/+1
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-0/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Port randomization leads to extremely fast port reuse at highMike Silbersack2005-01-021-0/+1
* Support for dynamically loadable and unloadable IP protocols in the ipmux.Andre Oppermann2004-10-191-0/+2
* Remove the last two global variables that are used to store packet state whileAndre Oppermann2004-09-151-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-3/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-0/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+13
* Provide the sysctl net.inet.ip.process_options to control the processingAndre Oppermann2004-05-061-0/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argDarren Reed2004-05-021-16/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-10/+18
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-16/+9
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-9/+16
* Make ipstealth global as we need it in ip_fastforward too.Andre Oppermann2003-11-151-0/+3
* Remove the global one-level rtcache variable and associatedAndre Oppermann2003-11-141-2/+1
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-5/+1
* divert socket fixups:Sam Leffler2003-11-081-0/+1
* Lock ip forwarding route cache. While we're at it, remove the globalSam Leffler2003-10-141-1/+1
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-0/+4
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onBruce M Simpson2003-08-201-0/+1
* 1. Basic PIM kernel supportJeffrey Hsu2003-08-071-0/+2
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+1
* Add the ability to limit the number of IP fragments allowed per packet,Mike Silbersack2003-02-221-0/+1
* Back out the ip_fragment() code -- it is not urgent to have it in now,Luigi Rizzo2002-11-201-2/+0
* Move the ip_fragment code from ip_output() to a separate function,Luigi Rizzo2002-11-171-0/+2
* Massive cleanup of the ip_mroute code.Luigi Rizzo2002-11-151-3/+4
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-201-2/+0
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+2
* Perform a nested include of _label.h if #ifdef _KERNEL. This willRobert Watson2002-08-151-0/+4