aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+1
* Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernelRobert Watson2002-07-201-0/+2
* Remove ip_fw_fwd_addr (forgotten in previous commit)Luigi Rizzo2002-06-231-7/+5
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-2/+1
* Remove __P.Alfred Perlstein2002-03-191-32/+32
* - Make ip_rtaddr() global, and use it to look up the correct sourceRuslan Ermilov2001-11-301-0/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-4/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+4
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+6
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeRuslan Ermilov2001-03-191-0/+1
* <sys/queue.h> makeover.Poul-Henning Kamp2001-03-161-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-3/+0
* Compute the checksum before handing the packet off to IPFilter.Jonathan Lemon2000-05-211-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-4/+7
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-061-4/+4
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-32/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-7/+7
* Removed a bogus forward struct declaration.Bruce Evans1998-07-131-4/+4
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-061-1/+4
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-3/+3