summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for IPFW based transparent forwarding.julian1998-07-061-1/+4
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
* clean up the changes made to ipfw over the last weeksjulian1998-06-061-10/+2
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-051-5/+5
* Add optional code to change the way that divert and ipfw work together.julian1998-05-251-1/+10
* Move (private) struct ipflow out of ip_var.h, to reduce dependenciespb1998-05-191-16/+1
* Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.dg1998-05-191-2/+1
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-1/+19
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Connect the ipdivert div_usrreqs struct to the ip proto switch tablepeter1997-05-251-3/+2
OpenPOWER on IntegriCloud