summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* Port randomization leads to extremely fast port reuse at highsilby2005-01-021-0/+1
* Support for dynamically loadable and unloadable IP protocols in the ipmux.andre2004-10-191-0/+2
* Remove the last two global variables that are used to store packet state whileandre2004-09-151-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-3/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+13
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-061-0/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-021-16/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-10/+18
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-16/+9
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-9/+16
* Make ipstealth global as we need it in ip_fastforward too.andre2003-11-151-0/+3
* Remove the global one-level rtcache variable and associatedandre2003-11-141-2/+1
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-5/+1
* divert socket fixups:sam2003-11-081-0/+1
* Lock ip forwarding route cache. While we're at it, remove the globalsam2003-10-141-1/+1
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-0/+4
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+1
* 1. Basic PIM kernel supporthsu2003-08-071-0/+2
* Back out support for RFC3514.mdodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+1
* Add the ability to limit the number of IP fragments allowed per packet,silby2003-02-221-0/+1
* Back out the ip_fragment() code -- it is not urgent to have it in now,luigi2002-11-201-2/+0
* Move the ip_fragment code from ip_output() to a separate function,luigi2002-11-171-0/+2
* Massive cleanup of the ip_mroute code.luigi2002-11-151-3/+4
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-201-2/+0
* Replace aux mbufs with packet tags:sam2002-10-161-1/+2
* Perform a nested include of _label.h if #ifdef _KERNEL. This willrwatson2002-08-151-0/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+1
* Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernelrwatson2002-07-201-0/+2
* Remove ip_fw_fwd_addr (forgotten in previous commit)luigi2002-06-231-7/+5
* Remove (almost all) global variables that were used to holdluigi2002-06-221-2/+1
* Remove __P.alfred2002-03-191-32/+32
* - Make ip_rtaddr() global, and use it to look up the correct sourceru2001-11-301-0/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-4/+4
* Sync with recent KAME.ume2001-06-111-0/+4
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+6
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeru2001-03-191-0/+1
* <sys/queue.h> makeover.phk2001-03-161-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-3/+0
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-211-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* IPSEC support in the kernel.shin1999-12-221-4/+7
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-4/+4
* KAME related header files additions and merges.shin1999-11-051-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-32/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-7/+7
* Removed a bogus forward struct declaration.bde1998-07-131-4/+4
OpenPOWER on IntegriCloud