summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-3/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-2/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-131-0/+1
* Count multicast packets received for groups of which we are notwollman1997-01-211-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Forward-declare `struct inpcb' so that including this file doesn't causebde1996-11-121-1/+2
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-1/+3
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-251-2/+3
* Give ip_len and ip_off more natural, unsigned types.wollman1996-10-231-3/+3
* Forward-declared `struct route' for the KERNEL case so that <net/route.h>bde1996-10-151-5/+7
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-2/+14
* Make rip_input() take the header lengthfenner1996-03-261-5/+4
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Another mega commit to staticize things.phk1995-12-141-2/+1
* Path MTU Discovery is now standard.wollman1995-12-051-3/+1
* New style sysctl & staticize alot of stuff.phk1995-11-141-16/+1
* Merge 4.4-Lite-2 by updating the version number.wollman1995-09-211-2/+2
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportwollman1995-09-181-1/+4
OpenPOWER on IntegriCloud